Uses of Interface
org.camunda.bpm.model.bpmn.instance.Lane
-
Packages that use Lane Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of Lane in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement Lane Modifier and Type Class Description class
LaneImpl
The BPMN lane elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type Lane Modifier and Type Field Description protected static ChildElementCollection<Lane>
LaneSetImpl. laneCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type Lane Modifier and Type Method Description Collection<Lane>
LaneSetImpl. getLanes()
-
Uses of Lane in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type Lane Modifier and Type Method Description Collection<Lane>
LaneSet. getLanes()
-