Uses of Class
org.flowable.cmmn.model.PlanItemControl
Packages that use PlanItemControl
-
Uses of PlanItemControl in org.flowable.cmmn.converter.export
Methods in org.flowable.cmmn.converter.export with parameters of type PlanItemControlModifier and TypeMethodDescriptionstatic voidPlanItemControlExport.writeDefaultControl(CmmnModel model, PlanItemControl planItemControl, XMLStreamWriter xtw) static voidPlanItemControlExport.writeItemControl(CmmnModel model, PlanItemControl planItemControl, XMLStreamWriter xtw) protected static voidPlanItemControlExport.writeItemControlContent(CmmnModel model, PlanItemControl planItemControl, XMLStreamWriter xtw) -
Uses of PlanItemControl in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model declared as PlanItemControlModifier and TypeFieldDescriptionprotected PlanItemControlPlanItemDefinition.defaultControlprotected PlanItemControlPlanItem.itemControlMethods 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 TypeMethodDescriptionvoidPlanItemDefinition.setDefaultControl(PlanItemControl defaultControl) voidPlanItem.setItemControl(PlanItemControl itemControl)