Uses of Class
org.flowable.cmmn.api.migration.ChangePlanItemIdWithDefinitionIdMapping
Packages that use ChangePlanItemIdWithDefinitionIdMapping
Package
Description
-
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) -
Uses of ChangePlanItemIdWithDefinitionIdMapping in org.flowable.cmmn.engine.impl.migration
Fields in org.flowable.cmmn.engine.impl.migration with type parameters of type ChangePlanItemIdWithDefinitionIdMappingModifier and TypeFieldDescriptionprotected List<ChangePlanItemIdWithDefinitionIdMapping>
CaseInstanceMigrationDocumentBuilderImpl.changePlanItemIdWithDefinitionIdMappings
protected List<ChangePlanItemIdWithDefinitionIdMapping>
CaseInstanceMigrationDocumentImpl.changePlanItemIdWithDefinitionIdMappings
Methods in org.flowable.cmmn.engine.impl.migration that return types with arguments of type ChangePlanItemIdWithDefinitionIdMappingModifier and TypeMethodDescriptionCaseInstanceMigrationDocumentImpl.getChangePlanItemIdWithDefinitionIdMappings()
Methods in org.flowable.cmmn.engine.impl.migration with parameters of type ChangePlanItemIdWithDefinitionIdMappingModifier and TypeMethodDescriptionCaseInstanceMigrationBuilderImpl.addChangePlanItemIdWithDefinitionIdMapping
(ChangePlanItemIdWithDefinitionIdMapping mapping) CaseInstanceMigrationDocumentBuilderImpl.addChangePlanItemIdWithDefinitionIdMapping
(ChangePlanItemIdWithDefinitionIdMapping mapping) Method parameters in org.flowable.cmmn.engine.impl.migration with type arguments of type ChangePlanItemIdWithDefinitionIdMappingModifier and TypeMethodDescriptionCaseInstanceMigrationDocumentBuilderImpl.addChangePlanItemIdWithDefinitionIdMappings
(List<ChangePlanItemIdWithDefinitionIdMapping> mappings) protected static com.fasterxml.jackson.databind.node.ArrayNode
CaseInstanceMigrationDocumentConverter.convertToJsonChangePlanItemIdWithDefinitionIdMappings
(List<ChangePlanItemIdWithDefinitionIdMapping> definitionIdMappings) void
CaseInstanceMigrationDocumentImpl.setChangePlanItemIdWithDefinitionIdMappings
(List<ChangePlanItemIdWithDefinitionIdMapping> changePlanItemIdWithDefinitionIdMappings) -
Uses of ChangePlanItemIdWithDefinitionIdMapping in org.flowable.cmmn.engine.impl.runtime
Fields in org.flowable.cmmn.engine.impl.runtime with type parameters of type ChangePlanItemIdWithDefinitionIdMappingModifier and TypeFieldDescriptionprotected Set<ChangePlanItemIdWithDefinitionIdMapping>
CaseInstanceChangeState.changePlanItemIdsWithDefinitionId
protected Set<ChangePlanItemIdWithDefinitionIdMapping>
ChangePlanItemStateBuilderImpl.changePlanItemIdsWithDefinitionId
Methods in org.flowable.cmmn.engine.impl.runtime that return types with arguments of type ChangePlanItemIdWithDefinitionIdMappingModifier and TypeMethodDescriptionCaseInstanceChangeState.getChangePlanItemIdsWithDefinitionId()
ChangePlanItemStateBuilderImpl.getChangePlanItemIdsWithDefinitionId()
Method parameters in org.flowable.cmmn.engine.impl.runtime with type arguments of type ChangePlanItemIdWithDefinitionIdMappingModifier and TypeMethodDescriptionCaseInstanceChangeState.setChangePlanItemIdsWithDefinitionId
(Set<ChangePlanItemIdWithDefinitionIdMapping> changePlanItemIdsWithDefinitionId)