Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPLane
Packages that use BPLane
Package
Description
Package for Business Process Model and Notation (BPMN).
BPMN Diagrams and graphical representations for elements of the icw2bp package.
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 BPLaneModifier and TypeFieldDescriptionARG_BPLaneAssign.ohLaneThe lane to be assigned.ARG_BPLaneToCreateByTemplate.ohLaneThe sequence flow node to be instantiated, usually owned by a templateFields in de.mid.innovator.srv2api.icw2bp with type parameters of type BPLaneModifier and TypeFieldDescriptionARG_BPLaneInsertAtSelection.seqLaneSelectionThe list of selected lanes (mandatory, at least one lane).Methods in de.mid.innovator.srv2api.icw2bp that return BPLaneModifier and TypeMethodDescriptionstatic BPLaneBPLaneHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Lane with template and container.static BPLaneBPLaneHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Lane with stereotype and container.BPFlowElement.getLaneAssignedInLaneSet(BPLaneSet refObj) For a given lane set the lane is returned which contains the flow element - if there is such a lane.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.getLanePredecessor()BPLane.getLaneSuccessor()BPLane.getParentLane()The owning lane and lane set of the lane.static BPLaneBPLaneHelper.insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateLane, 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 BPLaneModifier and TypeMethodDescriptionBPLane.getChildLane(K_CONTROL_OPTION... behaviourFlags) All lanes contained in this lane with its lane set.BPFlowElement.getLane()All lanes which contain the flow element.BPFlowElement.getLaneAssigned()The lanes being assigned directly to theBPFlowElement.BPFlowElement.getLaneAssignedTransitiveUp()BPFlowElement.getLaneAssignedTransitiveUp(MMStereotype stereotype) The method calls getLaneAssignedTransitiveUp and filters its return values according to the given stereotype value.BPLane.getLaneTransitiveDown(K_CONTROL_OPTION... behaviourFlags) BPLane.getLaneTransitiveDown(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getLaneTransitiveDown and filters its return values according to the given stereotype value.BPLane.getLaneTransitiveUp()BPLane.getLaneTransitiveUp(MMStereotype stereotype) The method calls getLaneTransitiveUp and filters its return values according to the given stereotype value.BPLane.getLeafLane(K_CONTROL_OPTION... behaviourFlags) All leaf lanes.BPLane.getLeafLane(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getLeafLane and filters its return values according to the given stereotype value.BPLaneSet.getLeafLane(K_CONTROL_OPTION... behaviourFlags) All leaf lanes in this lane set.BPLaneSet.getLeafLane(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getLeafLane and filters its return values according to the given stereotype value.BPLaneSet.getOwnedLane(K_CONTROL_OPTION... behaviourFlags) BPLane.getSelfAndLaneTransitiveDown(K_CONTROL_OPTION... behaviourFlags) BPLane.getSelfAndLaneTransitiveDown(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSelfAndLaneTransitiveDown and filters its return values according to the given stereotype value.BPLane.getSelfAndLaneTransitiveUp()BPLane.getSelfAndLaneTransitiveUp(MMStereotype stereotype) The method calls getSelfAndLaneTransitiveUp and filters its return values according to the given stereotype value.BPLane.getSelfAndSiblings(K_CONTROL_OPTION... behaviourFlags) 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 BPLaneModifier and TypeMethodDescriptionvoidBPFlowElement.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_BPProcessCreatedBPProcessHelper.createForLaneCreate(SrvContext srvCtx, BPLane ohLane, ADClientAble ohSel, Point position) Method parameters in de.mid.innovator.srv2api.icw2bp with type arguments of type BPLaneModifier and TypeMethodDescriptionstatic BPLaneBPLaneHelper.insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateLane, 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 BPLaneModifierConstructorDescriptionARG_BPLaneAssign(BPLane ohLane) ARG_BPLaneToCreateByTemplate(BPLane ohLane, ADClientAble ohSel, Point position) Constructor parameters in de.mid.innovator.srv2api.icw2bp with type arguments of type BPLaneModifierConstructorDescriptionARG_BPLaneInsertAtSelection(MMCreateTemplate ohTemplateLane, 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 BPLaneModifier and TypeMethodDescriptionBPDiaProcessViewNode.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 BPLaneModifier and TypeMethodDescriptionMERefAbleAsResource.getLaneWithResource()MERefAbleAsResource.getLaneWithResource(MMStereotype stereotype) The method calls getLaneWithResource and filters its return values according to the given stereotype value.