Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPAssociationArtifact
Packages that use BPAssociationArtifact
Package
Description
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.icw2bpMethods in de.mid.innovator.srv2api.icw2bp with type parameters of type BPAssociationArtifactModifier and TypeMethodDescription<T extends BPAssociationArtifact>
List<T> BPArtifact.getIncomingAssociationArtifact(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends BPAssociationArtifact>
List<T> BPFlowElement.getIncomingAssociationArtifact(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends BPAssociationArtifact>
List<T> BPActivityNode.getIncomingCompensationAssociation(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends BPAssociationArtifact>
List<T> BPArtifact.getOutgoingAssociationArtifact(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends BPAssociationArtifact>
List<T> BPEventNode.getOutgoingCompensationAssociation(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Methods in de.mid.innovator.srv2api.icw2bp that return BPAssociationArtifactModifier and TypeMethodDescriptionstatic BPAssociationArtifactBPAssociationArtifactHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Association Artifact with template from source to target element.static BPAssociationArtifactBPAssociationArtifactHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Association Artifact with stereotype from source to target element.