Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPDataIOAssociation
-
Packages that use BPDataIOAssociation Package Description de.mid.innovator.srv2api.icw2bc Package for Business Object Modeling.de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN). -
-
Uses of BPDataIOAssociation in de.mid.innovator.srv2api.icw2bc
Methods in de.mid.innovator.srv2api.icw2bc that return types with arguments of type BPDataIOAssociation Modifier and Type Method Description java.util.List<BPDataIOAssociation>
BCExpression. getDataIOAssociationWithAssignment()
The data I/O association using this assignment expression definition.java.util.List<BPDataIOAssociation>
BCExpression. getDataIOAssociationWithTransform()
The data I/O association using this transformation expression definition. -
Uses of BPDataIOAssociation in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPDataIOAssociation Modifier and Type Method Description static BPDataIOAssociation
BPDataIOAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Data Association with template from source to target element.static BPDataIOAssociation
BPDataIOAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Data Association with stereotype from source to target element.static BPDataIOAssociation
BPDataIOAssociationHelper. createByOwnerAndObject(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Create aBPDataIOAssociation
.
The first element given within the input sequence will be connected with source and the second element with the target of the edge.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPDataIOAssociation Modifier and Type Method Description java.util.List<BPDataIOAssociation>
BPItemAwareElement. getDataIOAssocAtSrc(K_CONTROL_OPTION... behaviourFlags)
All data associations of the source element.java.util.List<BPDataIOAssociation>
BPItemAwareElement. getDataIOAssocAtTrg(K_CONTROL_OPTION... behaviourFlags)
All data associations of the target.java.util.List<BPDataIOAssociation>
BPItemAwareElement. getDataIOAssociationAtSrc()
AllBPDataIOAssociation
of the element.java.util.List<BPDataIOAssociation>
BPItemAwareElement. getDataIOAssociationAtTrg()
All data associations of the target.java.util.List<BPDataIOAssociation>
BPActivityNode. getIncomingDataIOAssociation(K_CONTROL_OPTION... behaviourFlags)
BPDataIOAssociation
visually coming in to thisBPActivityNode
even though logically there is an data input interconnected.java.util.List<BPDataIOAssociation>
BPActivityNode. getIncomingDataIOAssociation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getIncomingDataIOAssociation and filters its return values according to the given stereotype value.java.util.List<BPDataIOAssociation>
BPEventNode. getIncomingDataIOAssociation(K_CONTROL_OPTION... behaviourFlags)
BPDataIOAssociation
visually coming in to thisBPEventNode
even though logically there is an data input interconnected.java.util.List<BPDataIOAssociation>
BPEventNode. getIncomingDataIOAssociation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getIncomingDataIOAssociation and filters its return values according to the given stereotype value.java.util.List<BPDataIOAssociation>
BPActivityNode. getOutgoingDataIOAssociation(K_CONTROL_OPTION... behaviourFlags)
BPDataIOAssociation
visually going out of thisBPActivityNode
even though logically there is an data output interconnected.java.util.List<BPDataIOAssociation>
BPActivityNode. getOutgoingDataIOAssociation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getOutgoingDataIOAssociation and filters its return values according to the given stereotype value.java.util.List<BPDataIOAssociation>
BPEventNode. getOutgoingDataIOAssociation(K_CONTROL_OPTION... behaviourFlags)
BPDataIOAssociation
visually going out of thisBPEventNode
even though logically there is an data output interconnected.java.util.List<BPDataIOAssociation>
BPEventNode. getOutgoingDataIOAssociation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getOutgoingDataIOAssociation and filters its return values according to the given stereotype value.java.util.List<BPDataIOAssociation>
BPActivityNode. getOwnedDataAssociation(K_CONTROL_OPTION... behaviourFlags)
All data associations of the activity.java.util.List<BPDataIOAssociation>
BPEventNode. getOwnedDataAssociation(K_CONTROL_OPTION... behaviourFlags)
All data associations of the event.
-