Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPPathContextAble
Packages that use BPPathContextAble
Package
Description
Package for Business Process Model and Notation (BPMN).
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.icw2bpModifier and TypeInterfaceDescriptioninterfaceinterfaceThis is a utility class for BPInteractionSpecification that provides static methods for creation or other purposes.interfaceFields in de.mid.innovator.srv2api.icw2bp declared as BPPathContextAbleModifier and TypeFieldDescriptionARG_BPDiaNewDefinition.elementToDefineA Process or CollaborationMethods in de.mid.innovator.srv2api.icw2bp with type parameters of type BPPathContextAbleModifier and TypeMethodDescription<T extends BPPathContextAble>
List<T> BPPath.getPathContextAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All context elements of theBPPath.Methods in de.mid.innovator.srv2api.icw2bp that return BPPathContextAbleModifier and TypeMethodDescriptionBPElementAtPath.getPathContext()The path context of this element.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPPathContextAbleModifier and TypeMethodDescriptionbooleanBPPath.isConfiguredForContext(BPPathContextAble refObj) Method parameters in de.mid.innovator.srv2api.icw2bp with type arguments of type BPPathContextAbleModifier and TypeMethodDescriptionvoidBPPath.setPathContextAble(List<? extends BPPathContextAble> values) Set the value of Foreign Key PathContextAble.Constructors in de.mid.innovator.srv2api.icw2bp with parameters of type BPPathContextAbleModifierConstructorDescriptionARG_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 BPPathContextAbleModifier and TypeMethodDescriptionstatic BPDiaBPDiaHelper.createDefinition(SrvContext srvCtx, BPPathContextAble elementToDefine, ADClientAble diaCurrent, K_ORIENTATION orientation, boolean dontAddDefinition, boolean dontMoveMaster) Creates a new definition diagram for the process or collaboration.