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 classItemControlImplFields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type ItemControl Modifier and Type Field Description protected static ChildElement<ItemControl>DiscretionaryItemImpl. itemControlChildprotected static ChildElement<ItemControl>PlanItemImpl. itemControlChildMethods in org.camunda.bpm.model.cmmn.impl.instance that return ItemControl Modifier and Type Method Description ItemControlDiscretionaryItemImpl. getItemControl()ItemControlPlanItemImpl. getItemControl()Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type ItemControl Modifier and Type Method Description voidDiscretionaryItemImpl. setItemControl(ItemControl itemControl)voidPlanItemImpl. 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 ItemControlDiscretionaryItem. getItemControl()ItemControlPlanItem. getItemControl()Methods in org.camunda.bpm.model.cmmn.instance with parameters of type ItemControl Modifier and Type Method Description voidDiscretionaryItem. setItemControl(ItemControl itemControl)voidPlanItem. setItemControl(ItemControl itemControl)
-