Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPPathAble
-
Packages that use BPPathAble Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN). -
-
Uses of BPPathAble in de.mid.innovator.srv2api.icw2bp
Subinterfaces of BPPathAble in de.mid.innovator.srv2api.icw2bp Modifier and Type Interface Description interface
BPActivityNode
This is a utility class for BPActivityNode that provides static methods for creation or other purposes.interface
BPChoreographyActivity
This is a utility class for BPChoreographyActivity that provides static methods for creation or other purposes.interface
BPChoreographySubProcess
interface
BPChoreographyTask
interface
BPDataObject
interface
BPEventNode
interface
BPFlowElement
This is a utility class for BPFlowElement that provides static methods for creation or other purposes.interface
BPGateway
interface
BPMaskTask
interface
BPMessageFlow
On message modification try to set the message on the source and target node of the message flow as well as on message flow itself.interface
BPParticipant
interface
BPSequenceFlow
interface
BPSequenceFlowNode
This is a utility class for BPSequenceFlowNode that provides static methods for creation or other purposes.interface
BPSubProcess
interface
BPTaskNode
Fields in de.mid.innovator.srv2api.icw2bp declared as BPPathAble Modifier and Type Field Description BPPathAble
ARG_BPPathElementSpec. element
The element belonging to the pathMethods in de.mid.innovator.srv2api.icw2bp with type parameters of type BPPathAble Modifier and Type Method Description <T extends BPPathAble>
java.util.List<T>BPPath. getElementInPath(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends BPPathAble>
java.util.List<T>BPPath. getElementInPath(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getElementInPath and filters its return values according to the given stereotype value.<T extends BPPathAble>
java.util.List<T>BPItemAwareElement. getPathAbleInReach(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All potential path elements in reach, either as the owner of the item aware element or reachable by a data association.<T extends BPPathAble>
java.util.List<T>BPItemAwareElement. getPathAbleInReach(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getPathAbleInReach and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2bp that return BPPathAble Modifier and Type Method Description BPPathAble
BPDataIOAssociation. getOwningPathAble()
BPPathAble
BPElementAtPath. getPathAble()
The path element assigned to a path.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPPathAble Modifier and Type Method Description BPElementAtPath
BPPath. getFirstOccurrenceInPath(BPPathAble refObj)
Returns the first path occurrence of the element.java.util.List<BPElementAtPath>
BPPath. getOccurrenceInPath(BPPathAble refObj, K_CONTROL_OPTION... behaviourFlags)
Returns all path occurrences of the element.boolean
BPPath. isConfiguredForPathAble(BPPathAble refObj)
True if the path is suitable to contain this specific path element.Constructors in de.mid.innovator.srv2api.icw2bp with parameters of type BPPathAble Constructor Description ARG_BPPathElementSpec(BPPathAble element, K_BP_PATHELEM_ANIM_INFO info)
-