Uses of Interface
org.camunda.bpm.model.bpmn.instance.LaneSet

Packages that use LaneSet
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
 class ChildLaneSet
          The BPMN childLaneSet element of the BPMN tLaneSet type
 class LaneSetImpl
          The BPMN laneSet element
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type LaneSet
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<LaneSet> ProcessImpl.laneSetCollection
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<LaneSet> SubProcessImpl.laneSetCollection
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type LaneSet
 Collection<LaneSet> ProcessImpl.getLaneSets()
           
 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
 Collection<LaneSet> SubProcess.getLaneSets()
           
 Collection<LaneSet> Process.getLaneSets()
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.