Uses of Class
org.camunda.bpm.engine.impl.pvm.process.LaneSet
-
Packages that use LaneSet Package Description org.camunda.bpm.engine.impl.bpmn.parser org.camunda.bpm.engine.impl.pvm.process -
-
Uses of LaneSet in org.camunda.bpm.engine.impl.bpmn.parser
Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type LaneSet Modifier and Type Method Description protected void
BpmnParse. parseLanes(Element laneSetElement, LaneSet laneSet)
-
Uses of LaneSet in org.camunda.bpm.engine.impl.pvm.process
Fields in org.camunda.bpm.engine.impl.pvm.process with type parameters of type LaneSet Modifier and Type Field Description protected List<LaneSet>
ProcessDefinitionImpl. laneSets
Methods in org.camunda.bpm.engine.impl.pvm.process that return types with arguments of type LaneSet Modifier and Type Method Description List<LaneSet>
ProcessDefinitionImpl. getLaneSets()
Methods in org.camunda.bpm.engine.impl.pvm.process with parameters of type LaneSet Modifier and Type Method Description void
ProcessDefinitionImpl. addLaneSet(LaneSet newLaneSet)
-