Uses of Class
org.flowable.cmmn.model.PlanItemControl
-
-
Uses of PlanItemControl in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model declared as PlanItemControl Modifier and Type Field Description protected PlanItemControlPlanItemDefinition. defaultControlprotected PlanItemControlPlanItem. itemControlMethods in org.flowable.cmmn.model that return PlanItemControl Modifier and Type Method Description PlanItemControlPlanItemDefinition. getDefaultControl()PlanItemControlPlanItem. getItemControl()Methods in org.flowable.cmmn.model with parameters of type PlanItemControl Modifier and Type Method Description voidPlanItemDefinition. setDefaultControl(PlanItemControl defaultControl)voidPlanItem. setItemControl(PlanItemControl itemControl)
-