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.changePlanItemIdWithDefinitionIdMappingsprotected List<ChangePlanItemIdWithDefinitionIdMapping>CaseInstanceMigrationDocumentImpl.changePlanItemIdWithDefinitionIdMappingsMethods 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.ArrayNodeCaseInstanceMigrationDocumentConverter.convertToJsonChangePlanItemIdWithDefinitionIdMappings(List<ChangePlanItemIdWithDefinitionIdMapping> definitionIdMappings) voidCaseInstanceMigrationDocumentImpl.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.changePlanItemIdsWithDefinitionIdprotected Set<ChangePlanItemIdWithDefinitionIdMapping>ChangePlanItemStateBuilderImpl.changePlanItemIdsWithDefinitionIdMethods 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)