Uses of Class
org.flowable.cmmn.api.migration.ChangePlanItemDefinitionWithNewTargetIdsMapping
Packages that use ChangePlanItemDefinitionWithNewTargetIdsMapping
Package
Description
-
Uses of ChangePlanItemDefinitionWithNewTargetIdsMapping in org.flowable.cmmn.api.migration
Methods in org.flowable.cmmn.api.migration that return types with arguments of type ChangePlanItemDefinitionWithNewTargetIdsMappingModifier and TypeMethodDescriptionCaseInstanceMigrationDocument.getChangePlanItemDefinitionWithNewTargetIdsMappings()Methods in org.flowable.cmmn.api.migration with parameters of type ChangePlanItemDefinitionWithNewTargetIdsMappingModifier and TypeMethodDescriptionCaseInstanceMigrationBuilder.addChangePlanItemDefinitionWithNewTargetIdsMapping(ChangePlanItemDefinitionWithNewTargetIdsMapping mapping) Adds a mapping for a plan item definition id to a new plan item id and definition id to change the plan item id.CaseInstanceMigrationDocumentBuilder.addChangePlanItemDefinitionWithNewTargetIdsMapping(ChangePlanItemDefinitionWithNewTargetIdsMapping mapping) Method parameters in org.flowable.cmmn.api.migration with type arguments of type ChangePlanItemDefinitionWithNewTargetIdsMappingModifier and TypeMethodDescriptionCaseInstanceMigrationDocumentBuilder.addChangePlanItemDefinitionWithNewTargetIdsMappings(List<ChangePlanItemDefinitionWithNewTargetIdsMapping> mappings) -
Uses of ChangePlanItemDefinitionWithNewTargetIdsMapping in org.flowable.cmmn.engine.impl.migration
Fields in org.flowable.cmmn.engine.impl.migration with type parameters of type ChangePlanItemDefinitionWithNewTargetIdsMappingModifier and TypeFieldDescriptionCaseInstanceMigrationDocumentBuilderImpl.changePlanItemDefinitionWithNewTargetIdsMappingsCaseInstanceMigrationDocumentImpl.changePlanItemDefinitionWithNewTargetIdsMappingsMethods in org.flowable.cmmn.engine.impl.migration that return types with arguments of type ChangePlanItemDefinitionWithNewTargetIdsMappingModifier and TypeMethodDescriptionCaseInstanceMigrationDocumentImpl.getChangePlanItemDefinitionWithNewTargetIdsMappings()Methods in org.flowable.cmmn.engine.impl.migration with parameters of type ChangePlanItemDefinitionWithNewTargetIdsMappingModifier and TypeMethodDescriptionCaseInstanceMigrationBuilderImpl.addChangePlanItemDefinitionWithNewTargetIdsMapping(ChangePlanItemDefinitionWithNewTargetIdsMapping mapping) CaseInstanceMigrationDocumentBuilderImpl.addChangePlanItemDefinitionWithNewTargetIdsMapping(ChangePlanItemDefinitionWithNewTargetIdsMapping mapping) Method parameters in org.flowable.cmmn.engine.impl.migration with type arguments of type ChangePlanItemDefinitionWithNewTargetIdsMappingModifier and TypeMethodDescriptionCaseInstanceMigrationDocumentBuilderImpl.addChangePlanItemDefinitionWithNewTargetIdsMappings(List<ChangePlanItemDefinitionWithNewTargetIdsMapping> mappings) protected static com.fasterxml.jackson.databind.node.ArrayNodeCaseInstanceMigrationDocumentConverter.convertToJsonChangePlanItemDefinitionWithNewTargetIdsMappings(List<ChangePlanItemDefinitionWithNewTargetIdsMapping> definitionIdMappings) voidCaseInstanceMigrationDocumentImpl.setChangePlanItemDefinitionWithNewTargetIdsMappings(List<ChangePlanItemDefinitionWithNewTargetIdsMapping> changePlanItemDefinitionWithNewTargetIdsMappings) -
Uses of ChangePlanItemDefinitionWithNewTargetIdsMapping in org.flowable.cmmn.engine.impl.runtime
Fields in org.flowable.cmmn.engine.impl.runtime with type parameters of type ChangePlanItemDefinitionWithNewTargetIdsMappingModifier and TypeFieldDescriptionCaseInstanceChangeState.changePlanItemDefinitionWithNewTargetIdsChangePlanItemStateBuilderImpl.changePlanItemDefinitionWithNewTargetIdsMethods in org.flowable.cmmn.engine.impl.runtime that return types with arguments of type ChangePlanItemDefinitionWithNewTargetIdsMappingModifier and TypeMethodDescriptionCaseInstanceChangeState.getChangePlanItemDefinitionWithNewTargetIds()ChangePlanItemStateBuilderImpl.getChangePlanItemDefinitionWithNewTargetIds()Method parameters in org.flowable.cmmn.engine.impl.runtime with type arguments of type ChangePlanItemDefinitionWithNewTargetIdsMappingModifier and TypeMethodDescriptionCaseInstanceChangeState.setChangePlanItemDefinitionWithNewTargetIds(Set<ChangePlanItemDefinitionWithNewTargetIdsMapping> changePlanItemDefinitionWithNewTargetIds)