Uses of Class
org.flowable.cmmn.api.migration.ChangePlanItemIdMapping
Packages that use ChangePlanItemIdMapping
Package
Description
-
Uses of ChangePlanItemIdMapping in org.flowable.cmmn.api.migration
Methods in org.flowable.cmmn.api.migration that return types with arguments of type ChangePlanItemIdMappingMethods in org.flowable.cmmn.api.migration with parameters of type ChangePlanItemIdMappingModifier and TypeMethodDescriptionCaseInstanceMigrationBuilder.addChangePlanItemIdMapping
(ChangePlanItemIdMapping mapping) Adds a mapping for a plan item id to new plan item id.CaseInstanceMigrationDocumentBuilder.addChangePlanItemIdMapping
(ChangePlanItemIdMapping mapping) Method parameters in org.flowable.cmmn.api.migration with type arguments of type ChangePlanItemIdMappingModifier and TypeMethodDescriptionCaseInstanceMigrationDocumentBuilder.addChangePlanItemIdMappings
(List<ChangePlanItemIdMapping> mappings) -
Uses of ChangePlanItemIdMapping in org.flowable.cmmn.engine.impl.migration
Fields in org.flowable.cmmn.engine.impl.migration with type parameters of type ChangePlanItemIdMappingModifier and TypeFieldDescriptionprotected List<ChangePlanItemIdMapping>
CaseInstanceMigrationDocumentBuilderImpl.changePlanItemIdMappings
protected List<ChangePlanItemIdMapping>
CaseInstanceMigrationDocumentImpl.changePlanItemIdMappings
Methods in org.flowable.cmmn.engine.impl.migration that return types with arguments of type ChangePlanItemIdMappingModifier and TypeMethodDescriptionCaseInstanceMigrationDocumentImpl.getChangePlanItemIdMappings()
Methods in org.flowable.cmmn.engine.impl.migration with parameters of type ChangePlanItemIdMappingModifier and TypeMethodDescriptionCaseInstanceMigrationBuilderImpl.addChangePlanItemIdMapping
(ChangePlanItemIdMapping mapping) CaseInstanceMigrationDocumentBuilderImpl.addChangePlanItemIdMapping
(ChangePlanItemIdMapping mapping) Method parameters in org.flowable.cmmn.engine.impl.migration with type arguments of type ChangePlanItemIdMappingModifier and TypeMethodDescriptionCaseInstanceMigrationDocumentBuilderImpl.addChangePlanItemIdMappings
(List<ChangePlanItemIdMapping> mappings) protected static com.fasterxml.jackson.databind.node.ArrayNode
CaseInstanceMigrationDocumentConverter.convertToJsonChangePlanItemIdMappings
(List<ChangePlanItemIdMapping> planItemIdMappings) void
CaseInstanceMigrationDocumentImpl.setChangePlanItemIdMappings
(List<ChangePlanItemIdMapping> changePlanItemIdMappings) -
Uses of ChangePlanItemIdMapping in org.flowable.cmmn.engine.impl.runtime
Fields in org.flowable.cmmn.engine.impl.runtime with type parameters of type ChangePlanItemIdMappingModifier and TypeFieldDescriptionprotected Set<ChangePlanItemIdMapping>
CaseInstanceChangeState.changePlanItemIds
protected Set<ChangePlanItemIdMapping>
ChangePlanItemStateBuilderImpl.changePlanItemIds
Methods in org.flowable.cmmn.engine.impl.runtime that return types with arguments of type ChangePlanItemIdMappingModifier and TypeMethodDescriptionCaseInstanceChangeState.getChangePlanItemIds()
ChangePlanItemStateBuilderImpl.getChangePlanItemIds()
Method parameters in org.flowable.cmmn.engine.impl.runtime with type arguments of type ChangePlanItemIdMappingModifier and TypeMethodDescriptionCaseInstanceChangeState.setChangePlanItemIds
(Set<ChangePlanItemIdMapping> changePlanItemIds)