Package de.mid.innovator.srv2api.icw2bp
Class BPAssociationArtifactHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2bp.BPAssociationArtifactHelper
-
public abstract class BPAssociationArtifactHelper extends java.lang.Object
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:
BPAssociationArtifact
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BPAssociationArtifact
create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Association Artifact with template from source to target element.static BPAssociationArtifact
create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Association Artifact with stereotype from source to target element.
-
-
-
Method Detail
-
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:
InoNetException
SrvErrorException
-
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:
InoNetException
SrvErrorException
-
-