Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPArtifact
-
Packages that use BPArtifact Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of BPArtifact in de.mid.innovator.srv2api.icw2bp
Subinterfaces of BPArtifact in de.mid.innovator.srv2api.icw2bp Modifier and Type Interface Description interface
BPAssociationArtifact
Note that directional Associations were used in BPMN 1.2 to show how Data Objects were inputs or outputs to Activities.interface
BPGroupArtifact
interface
BPGroupAssign
Methods in de.mid.innovator.srv2api.icw2bp with type parameters of type BPArtifact Modifier and Type Method Description <T extends BPArtifact>
java.util.List<T>BPArtifactContainerAble. getOwnedArtifact(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All artifacts contained in theBPArtifactContainerAble
.Methods in de.mid.innovator.srv2api.icw2bp that return BPArtifact Modifier and Type Method Description static BPArtifact
BPArtifactHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Artifact (BPMN) with template and container.static BPArtifact
BPArtifactHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Artifact (BPMN) with stereotype and container.BPArtifact
BPAssociationArtifact. getSourceArtifact()
The source artifact.BPArtifact
BPAssociationArtifact. getTargetArtifact()
The target artifact. -
Uses of BPArtifact in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model with type parameters of type BPArtifact Modifier and Type Method Description <T extends BPArtifact>
java.util.List<T>MEStereotypeAble. getRepresentingArtifact(java.lang.Class<T> returnType)
-