Uses of Interface
org.camunda.bpm.model.bpmn.instance.LaneSet
-
Packages that use LaneSet Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of LaneSet in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement LaneSet Modifier and Type Class Description class
ChildLaneSet
The BPMN childLaneSet element of the BPMN tLaneSet typeclass
LaneSetImpl
The BPMN laneSet elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type LaneSet Modifier and Type Field Description protected static ChildElementCollection<LaneSet>
ProcessImpl. laneSetCollection
protected static ChildElementCollection<LaneSet>
SubProcessImpl. laneSetCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type LaneSet Modifier and Type Method Description Collection<LaneSet>
ProcessImpl. getLaneSets()
Collection<LaneSet>
SubProcessImpl. getLaneSets()
-
Uses of LaneSet in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type LaneSet Modifier and Type Method Description Collection<LaneSet>
Process. getLaneSets()
Collection<LaneSet>
SubProcess. getLaneSets()
-