Uses of Interface
org.ikasan.framework.flow.FlowElement

Packages that use FlowElement
org.ikasan.framework.flow   
org.ikasan.framework.flow.event.listener   
org.ikasan.framework.flow.invoker   
 

Uses of FlowElement in org.ikasan.framework.flow
 

Classes in org.ikasan.framework.flow that implement FlowElement
 class FlowElementImpl
          Simple implementation of FlowElement
 

Methods in org.ikasan.framework.flow that return FlowElement
 FlowElement FlowElement.getTransition(String transitionName)
          Retrieves the subsequent FlowElement (if any) representing the next node in the flow
 FlowElement FlowElementImpl.getTransition(String transitionName)
           
 

Methods in org.ikasan.framework.flow that return types with arguments of type FlowElement
 List<FlowElement> VisitingInvokerFlow.getFlowElements()
          Returns a breadth first listing of the flowElements within this flow
 Map<String,FlowElement> FlowElement.getTransitions()
          Retrieves a Map of all this FlowElement's transitions
 Map<String,FlowElement> FlowElementImpl.getTransitions()
           
 

Constructors in org.ikasan.framework.flow with parameters of type FlowElement
FlowElementImpl(String componentName, FlowComponent flowComponent, FlowElement defaultTransition)
          Overloaded constructor for when there is at most one subsequent FlowElement
VisitingInvokerFlow(String name, String moduleName, FlowElement headElement, FlowElementInvoker visitingInvoker)
          Constructor
 

Constructor parameters in org.ikasan.framework.flow with type arguments of type FlowElement
FlowElementImpl(String componentName, FlowComponent flowComponent, Map<String,FlowElement> transitions)
          Constructor for when there are more than one subsequent FlowElements
 

Uses of FlowElement in org.ikasan.framework.flow.event.listener
 

Methods in org.ikasan.framework.flow.event.listener with parameters of type FlowElement
 void JobAwareFlowEventListener.afterFlowElement(String moduleName, String flowName, FlowElement flowElement, Event event)
           
 void FlowEventListener.afterFlowElement(String moduleName, String flowName, FlowElement flowElement, Event event)
          Callback method to be called subsequent to FlowElement execution
 void JobAwareFlowEventListener.beforeFlowElement(String moduleName, String flowName, FlowElement flowElement, Event event)
           
 void FlowEventListener.beforeFlowElement(String moduleName, String flowName, FlowElement flowElement, Event event)
          Callback method to be invoked prior to FlowElement execution
 

Uses of FlowElement in org.ikasan.framework.flow.invoker
 

Methods in org.ikasan.framework.flow.invoker with parameters of type FlowElement
 void VisitingFlowElementInvoker.invoke(FlowInvocationContext flowInvocationContext, Event event, String moduleName, String flowName, FlowElement flowElement)
           
 void FlowElementInvoker.invoke(FlowInvocationContext flowInvocationContext, Event event, String moduleName, String flowName, FlowElement flowElement)
          Invokes the specified FlowElementwith the specified Event
 



Copyright © 2007-2012 Ikasan. All Rights Reserved.