Uses of Class
org.flowable.cmmn.api.migration.ChangePlanItemDefinitionWithNewTargetIdsMapping
Packages that use ChangePlanItemDefinitionWithNewTargetIdsMapping
-
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)