Uses of Class
org.flowable.cmmn.api.migration.ChangePlanItemIdWithDefinitionIdMapping
Packages that use ChangePlanItemIdWithDefinitionIdMapping
-
Uses of ChangePlanItemIdWithDefinitionIdMapping in org.flowable.cmmn.api.migration
Methods in org.flowable.cmmn.api.migration that return types with arguments of type ChangePlanItemIdWithDefinitionIdMappingModifier and TypeMethodDescriptionCaseInstanceMigrationDocument.getChangePlanItemIdWithDefinitionIdMappings()
Methods in org.flowable.cmmn.api.migration with parameters of type ChangePlanItemIdWithDefinitionIdMappingModifier and TypeMethodDescriptionCaseInstanceMigrationBuilder.addChangePlanItemIdWithDefinitionIdMapping
(ChangePlanItemIdWithDefinitionIdMapping mapping) Adds a mapping for a plan item definition id to a new plan item definition id to change the plan item id.CaseInstanceMigrationDocumentBuilder.addChangePlanItemIdWithDefinitionIdMapping
(ChangePlanItemIdWithDefinitionIdMapping mapping) Method parameters in org.flowable.cmmn.api.migration with type arguments of type ChangePlanItemIdWithDefinitionIdMappingModifier and TypeMethodDescriptionCaseInstanceMigrationDocumentBuilder.addChangePlanItemIdWithDefinitionIdMappings
(List<ChangePlanItemIdWithDefinitionIdMapping> mappings)