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