| Modifier and Type | Method and Description |
|---|---|
FlowElement<Consumer> |
FlowConfiguration.getConsumerFlowElement() |
FlowElement<?> |
Flow.getFlowElement(String name)
Accessor for getting the flow element by its given name.
|
FlowElement |
FlowElement.getTransition(String transitionName)
Retrieves the subsequent FlowElement (if any) representing the next node in the flow
|
FlowElement |
FlowElementInvoker.invoke(FlowEventListener flowEventListener,
String moduleName,
String flowName,
FlowInvocationContext flowInvocationContext,
FlowEvent flowEvent,
FlowElement<COMPONENT> flowElement)
Invokes the specified
FlowElementwith the specified FlowEvent |
| Modifier and Type | Method and Description |
|---|---|
List<FlowElement<ConfiguredResource>> |
FlowConfiguration.getConfiguredResourceFlowElements() |
List<FlowElement<DynamicConfiguredResource>> |
FlowConfiguration.getDynamicConfiguredResourceFlowElements() |
List<FlowElement<IsErrorReportingServiceAware>> |
FlowConfiguration.getErrorReportingServiceAwareFlowElements() |
List<FlowElement<?>> |
Flow.getFlowElements()
Accessor for getting the flow elements
TODO - is this really needed ?
|
List<FlowElement<?>> |
FlowConfiguration.getFlowElements() |
List<FlowElement<ManagedResource>> |
FlowConfiguration.getManagedResourceFlowElements() |
Map<String,FlowElement> |
FlowElement.getTransitions()
Retrieves a Map of all this FlowElement's transitions
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowEventListener.afterFlowElement(String moduleName,
String flowName,
FlowElement flowElement,
FlowEvent event)
Listener callback invoked after a given flow element
|
void |
FlowEventListener.beforeFlowElement(String moduleName,
String flowName,
FlowElement flowElement,
FlowEvent event)
Listener callback invoked before a given flow element
|
FlowElement |
FlowElementInvoker.invoke(FlowEventListener flowEventListener,
String moduleName,
String flowName,
FlowInvocationContext flowInvocationContext,
FlowEvent flowEvent,
FlowElement<COMPONENT> flowElement)
Invokes the specified
FlowElementwith the specified FlowEvent |
Copyright © 2007-2016 Ikasan. All Rights Reserved.