Uses of Class
org.flowable.cmmn.api.migration.TerminatePlanItemDefinitionMapping
Packages that use TerminatePlanItemDefinitionMapping
-
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.