Uses of Interface
org.camunda.bpm.model.cmmn.instance.ItemControl

Packages that use ItemControl
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
 class ItemControlImpl
           
 

Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type ItemControl
protected static org.camunda.bpm.model.xml.type.child.ChildElement<ItemControl> DiscretionaryItemImpl.itemControlChild
           
protected static org.camunda.bpm.model.xml.type.child.ChildElement<ItemControl> PlanItemImpl.itemControlChild
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance that return ItemControl
 ItemControl DiscretionaryItemImpl.getItemControl()
           
 ItemControl PlanItemImpl.getItemControl()
           
 

Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type ItemControl
 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
 ItemControl DiscretionaryItem.getItemControl()
           
 ItemControl PlanItem.getItemControl()
           
 

Methods in org.camunda.bpm.model.cmmn.instance with parameters of type ItemControl
 void DiscretionaryItem.setItemControl(ItemControl itemControl)
           
 void PlanItem.setItemControl(ItemControl itemControl)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.