Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPEventNode
-
Packages that use BPEventNode Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN). -
-
Uses of BPEventNode in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPEventNode Modifier and Type Method Description static BPEventNode
BPEventNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Event (BPMN) with template and container.static BPEventNode
BPEventNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Event (BPMN) with stereotype and container.BPEventNode
BPAssociationArtifact. getCompensationEvent()
The source compensation intermediate event.BPEventNode
BPDataObject. getOwningEvent()
TheBPEventNode
of the object.BPEventNode
BPDataIOAssociation. getOwningEventNode()
The event of the data association.BPEventNode
BPProperty. getOwningEventNode()
TheBPEventNode
of theBPProperty
.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPEventNode Modifier and Type Method Description java.util.List<BPEventNode>
BPEventDefinition. getCatchingEventNode(K_CONTROL_OPTION... behaviourFlags)
All catching event nodes that assign thisBPEventDefinition
.java.util.List<BPEventNode>
BPEventDefinition. getCatchingEventNode(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getCatchingEventNode and filters its return values according to the given stereotype value.java.util.List<BPEventNode>
BPEventNode. getCatchThrowCorrespondingEvent(K_CONTROL_OPTION... behaviourFlags)
With a selected catch event all corresponding throw events, using at least one of the event definitions of the catch event, will be returned.java.util.List<BPEventNode>
BPEventNode. getCatchThrowCorrespondingEvent(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getCatchThrowCorrespondingEvent and filters its return values according to the given stereotype value.java.util.List<BPEventNode>
BPActivityNode. getEventNode()
All intermediate boundary events at the activity.java.util.List<BPEventNode>
BPEventDefinition. getEventNode()
All event nodes referencing this event definition.java.util.List<BPEventNode>
BPLinkEventDefinition. getLinkEventNode(K_CONTROL_OPTION... behaviourFlags)
All event nodes referencing this link event definition.java.util.List<BPEventNode>
BPEventDefinition. getThrowingEventNode(K_CONTROL_OPTION... behaviourFlags)
All throwing event nodes that assign thisBPEventDefinition
.java.util.List<BPEventNode>
BPEventDefinition. getThrowingEventNode(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getThrowingEventNode and filters its return values according to the given stereotype value.java.util.List<BPEventNode>
BPSequenceFlow. splitWithPairedLinkEvent()
-