Uses of Class
org.camunda.bpm.engine.impl.pvm.process.Lane
-
Packages that use Lane Package Description org.camunda.bpm.engine.impl.pvm.process -
-
Uses of Lane in org.camunda.bpm.engine.impl.pvm.process
Fields in org.camunda.bpm.engine.impl.pvm.process with type parameters of type Lane Modifier and Type Field Description protected List<Lane>
LaneSet. lanes
Methods in org.camunda.bpm.engine.impl.pvm.process that return Lane Modifier and Type Method Description Lane
LaneSet. getLaneForId(String id)
Lane
ProcessDefinitionImpl. getLaneForId(String id)
Methods in org.camunda.bpm.engine.impl.pvm.process that return types with arguments of type Lane Modifier and Type Method Description List<Lane>
LaneSet. getLanes()
Methods in org.camunda.bpm.engine.impl.pvm.process with parameters of type Lane Modifier and Type Method Description void
LaneSet. addLane(Lane laneToAdd)
-