Uses of Class
org.eximeebpms.bpm.model.bpmn.impl.instance.PartitionElement
Packages that use PartitionElement
Package
Description
-
Uses of PartitionElement in org.eximeebpms.bpm.model.bpmn.impl.instance
Fields in org.eximeebpms.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.eximeebpms.bpm.model.bpmn.impl.instance that return PartitionElementModifier and TypeMethodDescriptionLaneImpl.getPartitionElement()
LaneImpl.getPartitionElementChild()
Methods in org.eximeebpms.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.eximeebpms.bpm.model.bpmn.instance
Methods in org.eximeebpms.bpm.model.bpmn.instance that return PartitionElementMethods in org.eximeebpms.bpm.model.bpmn.instance with parameters of type PartitionElementModifier and TypeMethodDescriptionvoid
Lane.setPartitionElement
(PartitionElement partitionElement) void
Lane.setPartitionElementChild
(PartitionElement partitionElement)