Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPFlowElement

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
<T extends BPFlowElement>
List<T>
BPLane.getFlowElement(Class<T> returnType)
          All flow elements inside the BPLane.
<T extends BPFlowElement>
List<T>
BPGroupArtifact.getFlowElement(Class<T> returnType)
          The elements being contained this group artifact.
<T extends BPFlowElement>
List<T>
BPPath.getFlowElementsInPath(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          All flow elements being part of this path.
<T extends BPFlowElement>
List<T>
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.
<T extends BPFlowElement>
List<T>
BPPath.getFlowElementsInPathWithProcessNotReachable(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          All flow elements being assigned to the path but not being reachable.
<T extends BPFlowElement>
List<T>
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.
<T extends BPFlowElement>
List<T>
BPPath.getFlowElementsReachable(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          All flow elements being reachable from the collaboration or process the path is assigned to.
<T extends BPFlowElement>
List<T>
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.
<T extends BPFlowElement>
List<T>
BPFlowProcessContainer.getFlowElementTransitiveDown(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          All flow elements being directly or indirectly part of the BPProcess.
<T extends BPFlowElement>
List<T>
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.
<T extends BPFlowElement>
List<T>
BPFlowProcessContainer.getNestedFlowElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          All flow elements being directly or indirectly part of the BPProcess.
<T extends BPFlowElement>
List<T>
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.
<T extends BPFlowElement>
List<T>
BPProcess.getPossiblePathElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          All flow elements being candidates for assigning them to a path.
<T extends BPFlowElement>
List<T>
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.
<T extends BPFlowElement>
List<T>
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.