Uses of Class
org.flowable.cmmn.model.ParentCompletionRule
Packages that use ParentCompletionRule
-
Uses of ParentCompletionRule in org.flowable.cmmn.converter.export
Methods in org.flowable.cmmn.converter.export with parameters of type ParentCompletionRuleModifier and TypeMethodDescriptionstatic boolean
PlanItemControlExport.writeParentCompletionRule
(ParentCompletionRule parentCompletionRule, boolean hasWrittenExtensionElements, XMLStreamWriter xtw) -
Uses of ParentCompletionRule in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model declared as ParentCompletionRuleModifier and TypeFieldDescriptionprotected ParentCompletionRule
PlanItemControl.parentCompletionRule
Methods in org.flowable.cmmn.model that return ParentCompletionRuleMethods in org.flowable.cmmn.model with parameters of type ParentCompletionRuleModifier and TypeMethodDescriptionvoid
PlanItemControl.setParentCompletionRule
(ParentCompletionRule parentCompletionRule)