Uses of Interface
org.camunda.bpm.model.cmmn.instance.ItemControl
Packages that use ItemControl
-
Uses of ItemControl in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement ItemControlFields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type ItemControlModifier and TypeFieldDescriptionprotected static ChildElement<ItemControl>
DiscretionaryItemImpl.itemControlChild
protected static ChildElement<ItemControl>
PlanItemImpl.itemControlChild
Methods in org.camunda.bpm.model.cmmn.impl.instance that return ItemControlModifier and TypeMethodDescriptionDiscretionaryItemImpl.getItemControl()
PlanItemImpl.getItemControl()
Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type ItemControlModifier and TypeMethodDescriptionvoid
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 ItemControlMethods in org.camunda.bpm.model.cmmn.instance with parameters of type ItemControlModifier and TypeMethodDescriptionvoid
DiscretionaryItem.setItemControl
(ItemControl itemControl) void
PlanItem.setItemControl
(ItemControl itemControl)