Uses of Interface
org.camunda.bpm.model.cmmn.instance.ItemControl
-
Packages that use ItemControl Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of ItemControl in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement ItemControl Modifier and Type Class Description class
ItemControlImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type ItemControl Modifier and Type Field Description protected static ChildElement<ItemControl>
DiscretionaryItemImpl. itemControlChild
protected static ChildElement<ItemControl>
PlanItemImpl. itemControlChild
Methods in org.camunda.bpm.model.cmmn.impl.instance that return ItemControl Modifier and Type Method Description ItemControl
DiscretionaryItemImpl. getItemControl()
ItemControl
PlanItemImpl. getItemControl()
Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type ItemControl Modifier and Type Method Description void
DiscretionaryItemImpl. setItemControl(ItemControl itemControl)
void
PlanItemImpl. setItemControl(ItemControl itemControl)
-
Uses of ItemControl in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return ItemControl Modifier and Type Method Description ItemControl
DiscretionaryItem. getItemControl()
ItemControl
PlanItem. getItemControl()
Methods in org.camunda.bpm.model.cmmn.instance with parameters of type ItemControl Modifier and Type Method Description void
DiscretionaryItem. setItemControl(ItemControl itemControl)
void
PlanItem. setItemControl(ItemControl itemControl)
-