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) 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)