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

Packages that use PlanItemControl
org.camunda.bpm.model.cmmn.impl.instance   
org.camunda.bpm.model.cmmn.instance   
 

Uses of PlanItemControl in org.camunda.bpm.model.cmmn.impl.instance
 

Classes in org.camunda.bpm.model.cmmn.impl.instance that implement PlanItemControl
 class DefaultControl
           
 class PlanItemControlImpl
           
 

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

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

Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type PlanItemControl
 void DiscretionaryItemImpl.setItemControl(PlanItemControl itemControl)
           
 void PlanItemImpl.setItemControl(PlanItemControl itemControl)
           
 

Uses of PlanItemControl in org.camunda.bpm.model.cmmn.instance
 

Methods in org.camunda.bpm.model.cmmn.instance that return PlanItemControl
 PlanItemControl PlanItem.getItemControl()
           
 PlanItemControl DiscretionaryItem.getItemControl()
           
 

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



Copyright © 2014 camunda services GmbH. All Rights Reserved.