|
|||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||
| Packages that use BPFlowElement | |
|---|---|
| de.mid.innovator.srv2api.icw2bp | |
| Uses of BPFlowElement in de.mid.innovator.srv2api.icw2bp |
|---|
| Subinterfaces of BPFlowElement in de.mid.innovator.srv2api.icw2bp | |
|---|---|
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 |
BPGateway
|
interface |
BPMaskTask
|
interface |
BPSequenceFlow
|
interface |
BPSequenceFlowNode
This is a utility class for BPSequenceFlowNode that provides static methods for creation or other purposes. |
interface |
BPSubProcess
|
interface |
BPTaskNode
|
| Methods in de.mid.innovator.srv2api.icw2bp with type parameters of type BPFlowElement | ||
|---|---|---|
|
BPLane.getFlowElement(Class<T> returnType)
All flow elements inside the BPLane. |
|
|
BPGroupArtifact.getFlowElement(Class<T> returnType)
The elements being contained this group artifact. |
|
|
BPPath.getFlowElementsInPath(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All flow elements being part of this path. |
|
|
BPPath.getFlowElementsInPath(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getFlowElementsInPath and filters its return values according to the given stereotype value. |
|
|
BPPath.getFlowElementsInPathWithProcessNotReachable(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All flow elements being assigned to the path but not being reachable. |
|
|
BPPath.getFlowElementsInPathWithProcessNotReachable(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getFlowElementsInPathWithProcessNotReachable and filters its return values according to the given stereotype value. |
|
|
BPPath.getFlowElementsReachable(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All flow elements being reachable from the collaboration or process the path is assigned to. |
|
|
BPPath.getFlowElementsReachable(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getFlowElementsReachable and filters its return values according to the given stereotype value. |
|
|
BPFlowProcessContainer.getFlowElementTransitiveDown(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All flow elements being directly or indirectly part of the BPProcess. |
|
|
BPFlowProcessContainer.getFlowElementTransitiveDown(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getFlowElementTransitiveDown and filters its return values according to the given stereotype value. |
|
|
BPFlowProcessContainer.getNestedFlowElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All flow elements being directly or indirectly part of the BPProcess. |
|
|
BPFlowProcessContainer.getNestedFlowElement(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getNestedFlowElement and filters its return values according to the given stereotype value. |
|
|
BPProcess.getPossiblePathElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All flow elements being candidates for assigning them to a path. |
|
|
BPProcess.getPossiblePathElement(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getPossiblePathElement and filters its return values according to the given stereotype value. |
|
|
BPFlowElementContainer.getSequenceFlowElement(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All flow elements. |
|
| Methods in de.mid.innovator.srv2api.icw2bp that return BPFlowElement | |
|---|---|
BPFlowElement |
BPAssociationArtifact.getTargetFlowElement()
The target flow element. |
| Method parameters in de.mid.innovator.srv2api.icw2bp with type arguments of type BPFlowElement | |
|---|---|
void |
BPGroupArtifact.setFlowElement(List<? extends BPFlowElement> values)
Set the value of Foreign Key FlowElement. |
|
|||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||