|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2bp.BPArtifactHelper
public abstract class BPArtifactHelper
"BPMN provides modelers with the capability of showing additional information about a Process that is not directly related to the Sequence Flow or Message Flow of the Process. At this point, BPMN provides three (3) standard Artifacts: Associations, Groups, and a Text
Annotations. Additional Artifacts may be added to the BPMN specification in later versions. A modeler or modeling tool may extend a BPMN diagram and add new types of Artifacts to a Diagram. Any new Artifact must follow the Sequence Flow and Message Flow connection rules".
"Associations can be used to link Artifacts to Flow Objects".
BPArtifact| Method Summary | |
|---|---|
static BPArtifact |
create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Artifact (BPMN) with template and container. |
static BPArtifact |
create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Artifact (BPMN) with stereotype and container. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static BPArtifact create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.ohTemplate - Template for the new elementohContainer - Container for the new element
InoNetException
SrvErrorException
public static BPArtifact create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.ohStereotype - Stereotype for the new elementohContainer - Container for the new element
InoNetException
SrvErrorException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||