Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPPathContextAble
-
Packages that use BPPathContextAble Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2bpdia BPMN Diagrams and graphical representations for elements of the icw2bp package. -
-
Uses of BPPathContextAble in de.mid.innovator.srv2api.icw2bp
Subinterfaces of BPPathContextAble in de.mid.innovator.srv2api.icw2bp Modifier and Type Interface Description interface
BPChoreography
interface
BPCollaboration
interface
BPGlobalChoreographyTask
interface
BPInteractionSpecification
This is a utility class for BPInteractionSpecification that provides static methods for creation or other purposes.interface
BPProcess
Fields in de.mid.innovator.srv2api.icw2bp declared as BPPathContextAble Modifier and Type Field Description BPPathContextAble
ARG_BPDiaNewDefinition. elementToDefine
A Process or CollaborationMethods in de.mid.innovator.srv2api.icw2bp with type parameters of type BPPathContextAble Modifier and Type Method Description <T extends BPPathContextAble>
java.util.List<T>BPPath. getPathContextAble(java.lang.Class<T> returnType)
All context elements of theBPPath
.Methods in de.mid.innovator.srv2api.icw2bp that return BPPathContextAble Modifier and Type Method Description BPPathContextAble
BPElementAtPath. getPathContext()
The path context of this element.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPPathContextAble Modifier and Type Method Description boolean
BPPath. isConfiguredForContext(BPPathContextAble refObj)
Method parameters in de.mid.innovator.srv2api.icw2bp with type arguments of type BPPathContextAble Modifier and Type Method Description void
BPPath. setPathContextAble(java.util.List<? extends BPPathContextAble> values)
Set the value of Foreign Key PathContextAble.Constructors in de.mid.innovator.srv2api.icw2bp with parameters of type BPPathContextAble Constructor Description ARG_BPDiaNewDefinition(BPPathContextAble elementToDefine, ADClientAble diaCurrent, K_ORIENTATION orientation, boolean dontAddDefinition, boolean dontMoveMaster)
-
Uses of BPPathContextAble in de.mid.innovator.srv2api.icw2bpdia
Methods in de.mid.innovator.srv2api.icw2bpdia with parameters of type BPPathContextAble Modifier and Type Method Description static BPDia
BPDiaHelper. createDefinition(SrvContext srvCtx, BPPathContextAble elementToDefine, ADClientAble diaCurrent, K_ORIENTATION orientation, boolean dontAddDefinition, boolean dontMoveMaster)
Creates a new definition diagram for the process or collaboration.
-