Uses of Class
org.flowable.cmmn.model.PlanItemControl
Packages that use PlanItemControl
-
Uses of PlanItemControl in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model declared as PlanItemControlModifier and TypeFieldDescriptionprotected PlanItemControl
PlanItemDefinition.defaultControl
protected PlanItemControl
PlanItem.itemControl
Methods in org.flowable.cmmn.model that return PlanItemControlModifier and TypeMethodDescriptionPlanItemDefinition.getDefaultControl()
PlanItem.getItemControl()
Methods in org.flowable.cmmn.model with parameters of type PlanItemControlModifier and TypeMethodDescriptionvoid
PlanItemDefinition.setDefaultControl
(PlanItemControl defaultControl) void
PlanItem.setItemControl
(PlanItemControl itemControl)