Uses of Class
org.flowable.bpmn.model.Lane
-
Packages that use Lane Package Description org.flowable.bpmn.model -
-
Uses of Lane in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type Lane Modifier and Type Field Description protected List<Lane>Process. lanesMethods in org.flowable.bpmn.model that return Lane Modifier and Type Method Description LaneLane. clone()LaneBpmnModel. getLane(String id)Methods in org.flowable.bpmn.model that return types with arguments of type Lane Modifier and Type Method Description List<Lane>Process. getLanes()Methods in org.flowable.bpmn.model with parameters of type Lane Modifier and Type Method Description voidLane. setValues(Lane otherElement)Method parameters in org.flowable.bpmn.model with type arguments of type Lane Modifier and Type Method Description voidProcess. setLanes(List<Lane> lanes)
-