Uses of Class
org.camunda.bpm.model.bpmn.impl.instance.PartitionElement
-
Packages that use PartitionElement Package Description 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 Modifier and Type Field Description protected static ChildElement<PartitionElement>
LaneImpl. partitionElementChild
protected static AttributeReference<PartitionElement>
LaneImpl. partitionElementRefAttribute
Methods in org.camunda.bpm.model.bpmn.impl.instance that return PartitionElement Modifier and Type Method Description PartitionElement
LaneImpl. getPartitionElement()
PartitionElement
LaneImpl. getPartitionElementChild()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type PartitionElement Modifier and Type Method Description 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 Modifier and Type Method Description PartitionElement
Lane. getPartitionElement()
PartitionElement
Lane. getPartitionElementChild()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type PartitionElement Modifier and Type Method Description void
Lane. setPartitionElement(PartitionElement partitionElement)
void
Lane. setPartitionElementChild(PartitionElement partitionElement)
-