Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPAssociationArtifact
-
Packages that use BPAssociationArtifact Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN). -
-
Uses of BPAssociationArtifact in de.mid.innovator.srv2api.icw2bp
Subinterfaces of BPAssociationArtifact in de.mid.innovator.srv2api.icw2bp Modifier and Type Interface Description interface
BPGroupAssign
Methods in de.mid.innovator.srv2api.icw2bp with type parameters of type BPAssociationArtifact Modifier and Type Method Description <T extends BPAssociationArtifact>
java.util.List<T>BPArtifact. getIncomingAssociationArtifact(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends BPAssociationArtifact>
java.util.List<T>BPFlowElement. getIncomingAssociationArtifact(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends BPAssociationArtifact>
java.util.List<T>BPActivityNode. getIncomingCompensationAssociation(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends BPAssociationArtifact>
java.util.List<T>BPArtifact. getOutgoingAssociationArtifact(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends BPAssociationArtifact>
java.util.List<T>BPEventNode. getOutgoingCompensationAssociation(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Methods in de.mid.innovator.srv2api.icw2bp that return BPAssociationArtifact Modifier and Type Method Description static BPAssociationArtifact
BPAssociationArtifactHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Association Artifact with template from source to target element.static BPAssociationArtifact
BPAssociationArtifactHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Association Artifact with stereotype from source to target element.
-