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 java.util.List<Lane>
LaneSet. lanes
Methods in org.camunda.bpm.engine.impl.pvm.process that return Lane Modifier and Type Method Description Lane
LaneSet. getLaneForId(java.lang.String id)
Lane
ProcessDefinitionImpl. getLaneForId(java.lang.String id)
Methods in org.camunda.bpm.engine.impl.pvm.process that return types with arguments of type Lane Modifier and Type Method Description java.util.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)
-