Package de.mid.innovator.srv2api.icw2bp
Class BPAssociationArtifactHelper
java.lang.Object
de.mid.innovator.srv2api.icw2bp.BPAssociationArtifactHelper
Note that directional Associations were used in BPMN 1.2 to show how Data Objects were inputs or outputs to Activities. In BPMN 2.0, a Data Association connector is used to show inputs and outputs. A Data Association uses the same notation as a directed Association (as in Figure 8-11, above).
An Association is used to connect user-defined text (an Annotation) with a Flow Object.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic BPAssociationArtifactcreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Association Artifact with template from source to target element.static BPAssociationArtifactcreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Association Artifact with stereotype from source to target element.
-
Method Details
-
create
public static BPAssociationArtifact create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) throws InoNetException, SrvErrorException Create a new Association Artifact with stereotype from source to target element.- Parameters:
srvCtx- The context of the related innovator server.ohStereotype- Stereotype for the new elementohSource- Source for the new elementohTarget- Target for the new element- Throws:
InoNetExceptionSrvErrorException
-
create
public static BPAssociationArtifact create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) throws InoNetException, SrvErrorException Create a new Association Artifact with template from source to target element.- Parameters:
srvCtx- The context of the related innovator server.ohTemplate- Template for the new elementohSource- Source for the new elementohTarget- Target for the new element- Throws:
InoNetExceptionSrvErrorException
-