Uses of Class
org.ikasan.framework.flow.invoker.FlowInvocationContext

Packages that use FlowInvocationContext
org.ikasan.framework.flow   
org.ikasan.framework.flow.invoker   
 

Uses of FlowInvocationContext in org.ikasan.framework.flow
 

Methods in org.ikasan.framework.flow with parameters of type FlowInvocationContext
 void Flow.invoke(FlowInvocationContext flowInvocationContext, Event event)
          Invocation of this method represents the handling of the Event with respect to some business path
 void VisitingInvokerFlow.invoke(FlowInvocationContext flowInvocationContext, Event event)
           
 

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

Methods in org.ikasan.framework.flow.invoker with parameters of type FlowInvocationContext
 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.