Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPLane
-
Packages that use BPLane Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2bpdia BPMN Diagrams and graphical representations for elements of the icw2bp package.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of BPLane in de.mid.innovator.srv2api.icw2bp
Fields in de.mid.innovator.srv2api.icw2bp declared as BPLane Modifier and Type Field Description BPLane
ARG_BPLaneAssign. ohLane
The lane to be assigned.BPLane
ARG_BPLaneToCreateByTemplate. ohLane
The sequence flow node to be instantiated, usually owned by a templateFields in de.mid.innovator.srv2api.icw2bp with type parameters of type BPLane Modifier and Type Field Description java.util.List<BPLane>
ARG_BPLaneInsertAtSelection. seqLaneSelection
The list of selected lanes (mandatory, at least one lane).Methods in de.mid.innovator.srv2api.icw2bp that return BPLane Modifier and Type Method Description static BPLane
BPLaneHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Lane with template and container.static BPLane
BPLaneHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Lane with stereotype and container.BPLane
BPFlowElement. getLaneAssignedInLaneSet(BPLaneSet refObj)
For a given lane set the lane is returned which contains the flow element - if there is such a lane.BPLane
BPFlowElement. getLaneAssignedInTopLaneSet(BPLaneSet refObj)
For a given top lane set the lane is returned which contains the flow element - if there is such a lane.BPLane
BPLane. getLanePredecessor()
BPLane
BPLane. getLaneSuccessor()
BPLane
BPResourceAtLane. getOwningLane()
The owningBPLane
.BPLane
BPLane. getParentLane()
The owning lane and lane set of the lane.static BPLane
BPLaneHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateLane, java.util.List<? extends BPLane> seqLaneSelection, K_INSERT kInsertAt)
Inserts a new lane using a lane template.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPLane Modifier and Type Method Description java.util.List<BPLane>
BPLane. getChildLane(K_CONTROL_OPTION... behaviourFlags)
All lanes contained in this lane with its lane set.java.util.List<BPLane>
BPFlowElement. getLane()
All lanes which contain the flow element.java.util.List<BPLane>
BPFlowElement. getLaneAssigned(K_CONTROL_OPTION... behaviourFlags)
The lanes being assigned directly to theBPFlowElement
.java.util.List<BPLane>
BPFlowElement. getLaneAssignedTransitiveUp(K_CONTROL_OPTION... behaviourFlags)
java.util.List<BPLane>
BPFlowElement. getLaneAssignedTransitiveUp(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getLaneAssignedTransitiveUp and filters its return values according to the given stereotype value.java.util.List<BPLane>
BPLane. getLaneTransitiveDown(K_CONTROL_OPTION... behaviourFlags)
java.util.List<BPLane>
BPLane. getLaneTransitiveDown(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getLaneTransitiveDown and filters its return values according to the given stereotype value.java.util.List<BPLane>
BPLane. getLaneTransitiveUp(K_CONTROL_OPTION... behaviourFlags)
java.util.List<BPLane>
BPLane. getLaneTransitiveUp(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getLaneTransitiveUp and filters its return values according to the given stereotype value.java.util.List<BPLane>
BPLane. getLeafLane(K_CONTROL_OPTION... behaviourFlags)
All leaf lanes.java.util.List<BPLane>
BPLane. getLeafLane(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getLeafLane and filters its return values according to the given stereotype value.java.util.List<BPLane>
BPLaneSet. getLeafLane(K_CONTROL_OPTION... behaviourFlags)
All leaf lanes in this lane set.java.util.List<BPLane>
BPLaneSet. getLeafLane(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getLeafLane and filters its return values according to the given stereotype value.java.util.List<BPLane>
BPLaneSet. getOwnedLane(K_CONTROL_OPTION... behaviourFlags)
java.util.List<BPLane>
BPLane. getSelfAndLaneTransitiveDown(K_CONTROL_OPTION... behaviourFlags)
java.util.List<BPLane>
BPLane. getSelfAndLaneTransitiveDown(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getSelfAndLaneTransitiveDown and filters its return values according to the given stereotype value.java.util.List<BPLane>
BPLane. getSelfAndLaneTransitiveUp(K_CONTROL_OPTION... behaviourFlags)
java.util.List<BPLane>
BPLane. getSelfAndLaneTransitiveUp(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getSelfAndLaneTransitiveUp and filters its return values according to the given stereotype value.java.util.List<BPLane>
BPLane. getSelfAndSiblings(K_CONTROL_OPTION... behaviourFlags)
java.util.List<BPLane>
BPLane. getSelfAndSiblings(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getSelfAndSiblings and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPLane Modifier and Type Method Description void
BPFlowElement. assignToLane(BPLane ohLane)
Assigns the element to the lane and removes the current assignment to a lane in the same top lane set, if there is any.static ARG_BPProcessCreated
BPProcessHelper. createForLaneCreate(SrvContext srvCtx, BPLane ohLane, ADClientAble ohSel, java.awt.Point position)
Method parameters in de.mid.innovator.srv2api.icw2bp with type arguments of type BPLane Modifier and Type Method Description static BPLane
BPLaneHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateLane, java.util.List<? extends BPLane> seqLaneSelection, K_INSERT kInsertAt)
Inserts a new lane using a lane template.Constructors in de.mid.innovator.srv2api.icw2bp with parameters of type BPLane Constructor Description ARG_BPLaneAssign(BPLane ohLane)
ARG_BPLaneToCreateByTemplate(BPLane ohLane, ADClientAble ohSel, java.awt.Point position)
Constructor parameters in de.mid.innovator.srv2api.icw2bp with type arguments of type BPLane Constructor Description ARG_BPLaneInsertAtSelection(MMCreateTemplate ohTemplateLane, java.util.List<BPLane> seqLaneSelection, K_INSERT kInsertAt)
-
Uses of BPLane in de.mid.innovator.srv2api.icw2bpdia
Methods in de.mid.innovator.srv2api.icw2bpdia with parameters of type BPLane Modifier and Type Method Description BPDiaLaneNode
BPDiaProcessViewNode. getDiaLaneNode(BPLane refObj)
Returns the presentation node of the lane. -
Uses of BPLane in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type BPLane Modifier and Type Method Description java.util.List<BPLane>
MERefAbleAsResource. getLaneWithResource(K_CONTROL_OPTION... behaviourFlags)
java.util.List<BPLane>
MERefAbleAsResource. getLaneWithResource(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getLaneWithResource and filters its return values according to the given stereotype value.
-