Uses of Interface
org.camunda.bpm.model.bpmn.instance.LaneSet
-
Packages that use LaneSet Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of LaneSet in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement LaneSet Modifier and Type Class Description classChildLaneSetThe BPMN childLaneSet element of the BPMN tLaneSet typeclassLaneSetImplThe BPMN laneSet elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type LaneSet Modifier and Type Field Description protected static ChildElementCollection<LaneSet>ProcessImpl. laneSetCollectionprotected static ChildElementCollection<LaneSet>SubProcessImpl. laneSetCollectionMethods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type LaneSet Modifier and Type Method Description java.util.Collection<LaneSet>ProcessImpl. getLaneSets()java.util.Collection<LaneSet>SubProcessImpl. getLaneSets() -
Uses of LaneSet in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type LaneSet Modifier and Type Method Description java.util.Collection<LaneSet>Process. getLaneSets()java.util.Collection<LaneSet>SubProcess. getLaneSets()
-