Uses of Class
org.flowable.cmmn.api.migration.TerminatePlanItemDefinitionMapping
Packages that use TerminatePlanItemDefinitionMapping
Package
Description
-
Uses of TerminatePlanItemDefinitionMapping in org.flowable.cmmn.api.migration
Methods in org.flowable.cmmn.api.migration that return TerminatePlanItemDefinitionMappingModifier and TypeMethodDescriptionPlanItemDefinitionMappingBuilder.createTerminatePlanItemDefinitionMappingFor
(String planItemDefinitionId) PlanItemDefinitionMappingBuilder.createTerminatePlanItemDefinitionMappingFor
(String planItemDefinitionId, String condition) Methods in org.flowable.cmmn.api.migration that return types with arguments of type TerminatePlanItemDefinitionMappingModifier and TypeMethodDescriptionCaseInstanceMigrationDocument.getTerminatePlanItemDefinitionMappings()
Methods in org.flowable.cmmn.api.migration with parameters of type TerminatePlanItemDefinitionMappingModifier and TypeMethodDescriptionCaseInstanceMigrationBuilder.addTerminatePlanItemDefinitionMapping
(TerminatePlanItemDefinitionMapping mapping) Adds a terminate plan item definition mapping to the case instance migration plan.CaseInstanceMigrationDocumentBuilder.addTerminatePlanItemDefinitionMapping
(TerminatePlanItemDefinitionMapping planItemDefinitionMapping) Method parameters in org.flowable.cmmn.api.migration with type arguments of type TerminatePlanItemDefinitionMappingModifier and TypeMethodDescriptionCaseInstanceMigrationDocumentBuilder.addTerminatePlanItemDefinitionMappings
(List<TerminatePlanItemDefinitionMapping> planItemDefinitionMappings) -
Uses of TerminatePlanItemDefinitionMapping in org.flowable.cmmn.api.runtime
Methods in org.flowable.cmmn.api.runtime with parameters of type TerminatePlanItemDefinitionMappingModifier and TypeMethodDescriptionChangePlanItemStateBuilder.terminatePlanItemDefinition
(TerminatePlanItemDefinitionMapping planItemDefinition) Terminate a plan item by definition mapping without terminating another plan item instance. -
Uses of TerminatePlanItemDefinitionMapping in org.flowable.cmmn.engine.impl.migration
Fields in org.flowable.cmmn.engine.impl.migration with type parameters of type TerminatePlanItemDefinitionMappingModifier and TypeFieldDescriptionprotected List<TerminatePlanItemDefinitionMapping>
CaseInstanceMigrationDocumentBuilderImpl.terminatePlanItemDefinitionMappings
protected List<TerminatePlanItemDefinitionMapping>
CaseInstanceMigrationDocumentImpl.terminatePlanItemDefinitionMappings
Methods in org.flowable.cmmn.engine.impl.migration that return types with arguments of type TerminatePlanItemDefinitionMappingModifier and TypeMethodDescriptionCaseInstanceMigrationDocumentImpl.getTerminatePlanItemDefinitionMappings()
Methods in org.flowable.cmmn.engine.impl.migration with parameters of type TerminatePlanItemDefinitionMappingModifier and TypeMethodDescriptionCaseInstanceMigrationBuilderImpl.addTerminatePlanItemDefinitionMapping
(TerminatePlanItemDefinitionMapping mapping) CaseInstanceMigrationDocumentBuilderImpl.addTerminatePlanItemDefinitionMapping
(TerminatePlanItemDefinitionMapping planItemDefinitionMapping) Method parameters in org.flowable.cmmn.engine.impl.migration with type arguments of type TerminatePlanItemDefinitionMappingModifier and TypeMethodDescriptionCaseInstanceMigrationDocumentBuilderImpl.addTerminatePlanItemDefinitionMappings
(List<TerminatePlanItemDefinitionMapping> planItemDefinitionMappings) protected static com.fasterxml.jackson.databind.node.ArrayNode
CaseInstanceMigrationDocumentConverter.convertToJsonTerminatePlanItemDefinitionMappings
(List<TerminatePlanItemDefinitionMapping> planItemDefinitionMappings) void
CaseInstanceMigrationDocumentImpl.setTerminatePlanItemDefinitionMappings
(List<TerminatePlanItemDefinitionMapping> planItemDefinitionMappings) -
Uses of TerminatePlanItemDefinitionMapping in org.flowable.cmmn.engine.impl.runtime
Fields in org.flowable.cmmn.engine.impl.runtime with type parameters of type TerminatePlanItemDefinitionMappingModifier and TypeFieldDescriptionprotected Set<TerminatePlanItemDefinitionMapping>
CaseInstanceChangeState.terminatePlanItemDefinitions
protected Set<TerminatePlanItemDefinitionMapping>
ChangePlanItemStateBuilderImpl.terminatePlanItemDefinitions
Methods in org.flowable.cmmn.engine.impl.runtime that return types with arguments of type TerminatePlanItemDefinitionMappingModifier and TypeMethodDescriptionCaseInstanceChangeState.getTerminatePlanItemDefinitions()
ChangePlanItemStateBuilderImpl.getTerminatePlanItemDefinitions()
Methods in org.flowable.cmmn.engine.impl.runtime with parameters of type TerminatePlanItemDefinitionMappingModifier and TypeMethodDescriptionChangePlanItemStateBuilderImpl.terminatePlanItemDefinition
(TerminatePlanItemDefinitionMapping planItemDefinition) Method parameters in org.flowable.cmmn.engine.impl.runtime with type arguments of type TerminatePlanItemDefinitionMappingModifier and TypeMethodDescriptionCaseInstanceChangeState.setTerminatePlanItemDefinitions
(Set<TerminatePlanItemDefinitionMapping> planItemDefinitionMappings)