Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPGroupArtifact
-
Packages that use BPGroupArtifact Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN). -
-
Uses of BPGroupArtifact in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPGroupArtifact Modifier and Type Method Description static BPGroupArtifact
BPGroupArtifactHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Group (BPMN) with template and container.static BPGroupArtifact
BPGroupArtifactHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Group (BPMN) with stereotype and container.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPGroupArtifact Modifier and Type Method Description java.util.List<BPGroupArtifact>
BPFlowElement. getGroupArtifact()
All group artifacts which contain this flow element.Method parameters in de.mid.innovator.srv2api.icw2bp with type arguments of type BPGroupArtifact Modifier and Type Method Description void
BPFlowElement. setGroupArtifact(java.util.List<? extends BPGroupArtifact> values)
Set the value of Foreign Key GroupArtifact.
-