Uses of Class
org.camunda.bpm.model.bpmn.impl.instance.PartitionElement

Packages that use PartitionElement
org.camunda.bpm.model.bpmn.impl.instance   
org.camunda.bpm.model.bpmn.instance   
 

Uses of PartitionElement in org.camunda.bpm.model.bpmn.impl.instance
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type PartitionElement
protected static org.camunda.bpm.model.xml.type.child.ChildElement<PartitionElement> LaneImpl.partitionElementChild
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<PartitionElement> LaneImpl.partitionElementRefAttribute
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return PartitionElement
 PartitionElement LaneImpl.getPartitionElement()
           
 PartitionElement LaneImpl.getPartitionElementChild()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type PartitionElement
 void LaneImpl.setPartitionElement(PartitionElement partitionElement)
           
 void LaneImpl.setPartitionElementChild(PartitionElement partitionElement)
           
 

Uses of PartitionElement in org.camunda.bpm.model.bpmn.instance
 

Methods in org.camunda.bpm.model.bpmn.instance that return PartitionElement
 PartitionElement Lane.getPartitionElement()
           
 PartitionElement Lane.getPartitionElementChild()
           
 

Methods in org.camunda.bpm.model.bpmn.instance with parameters of type PartitionElement
 void Lane.setPartitionElement(PartitionElement partitionElement)
           
 void Lane.setPartitionElementChild(PartitionElement partitionElement)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.