Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPProperty
-
Packages that use BPProperty Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN). -
-
Uses of BPProperty in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPProperty Modifier and Type Method Description static BPProperty
BPPropertyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Process Property with template and container.static BPProperty
BPPropertyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Process Property with stereotype and container.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPProperty Modifier and Type Method Description java.util.List<BPProperty>
BPActivityNode. getActivityProperty(K_CONTROL_OPTION... behaviourFlags)
All properties of theBPActivityNode
.java.util.List<BPProperty>
BPEventNode. getEventProperty(K_CONTROL_OPTION... behaviourFlags)
All properties of theBPEventNode
.java.util.List<BPProperty>
BPProcess. getProcessProperty(K_CONTROL_OPTION... behaviourFlags)
All properties of theBPProcess
.
-