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 void
PlanItemControlExport.writeDefaultControl
(CmmnModel model, PlanItemControl planItemControl, XMLStreamWriter xtw) static void
PlanItemControlExport.writeItemControl
(CmmnModel model, PlanItemControl planItemControl, XMLStreamWriter xtw) protected static void
PlanItemControlExport.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 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)