- getComponentName() - Method in interface org.ikasan.spec.flow.FlowElement
-
Accessor for the componentName.
- getConfiguredResourceFlowElements() - Method in interface org.ikasan.spec.flow.FlowConfiguration
-
- getConsumerFlowElement() - Method in interface org.ikasan.spec.flow.FlowConfiguration
-
- getDescription() - Method in interface org.ikasan.spec.flow.FlowElement
-
Returns a human readable description of this FlowElement
- getDynamicConfiguredResourceFlowElements() - Method in interface org.ikasan.spec.flow.FlowConfiguration
-
- getErrorReportingServiceAwareFlowElements() - Method in interface org.ikasan.spec.flow.FlowConfiguration
-
- getFlowComponent() - Method in interface org.ikasan.spec.flow.FlowElement
-
Accessor for the wrapped component.
- getFlowConfiguration() - Method in interface org.ikasan.spec.flow.Flow
-
Method to get the configuration for the given flow.
- getFlowElement(String) - Method in interface org.ikasan.spec.flow.Flow
-
Accessor for getting the flow element by its given name.
- getFlowElementInvoker() - Method in interface org.ikasan.spec.flow.FlowElement
-
Getter for the flow element invoker.
- getFlowElements() - Method in interface org.ikasan.spec.flow.Flow
-
Accessor for getting the flow elements
TODO - is this really needed ?
- getFlowElements() - Method in interface org.ikasan.spec.flow.FlowConfiguration
-
- getIdentifier() - Method in interface org.ikasan.spec.flow.FlowEvent
-
Get immutable flow event identifier.
- getInvokedComponents() - Method in interface org.ikasan.spec.flow.FlowInvocationContext
-
Return a list of all invoked componentNames
- getLastComponentName() - Method in interface org.ikasan.spec.flow.FlowInvocationContext
-
Get the name of the last invoked component recorded in the context.
- getManagedResourceFlowElements() - Method in interface org.ikasan.spec.flow.FlowConfiguration
-
- getManagedServices() - Method in interface org.ikasan.spec.flow.FlowConfiguration
-
Getter for Managed Services within this flow.
- getModuleName() - Method in interface org.ikasan.spec.flow.Flow
-
Accessor for moduleName
- getName() - Method in interface org.ikasan.spec.flow.Flow
-
Returns the name of this flow
- getPayload() - Method in interface org.ikasan.spec.flow.FlowEvent
-
Get the payload of this flow event.
- getRelatedIdentifier() - Method in interface org.ikasan.spec.flow.FlowEvent
-
Get related event identifier identifier.
- getResubmissionService() - Method in interface org.ikasan.spec.flow.FlowConfiguration
-
- getSerialiserFactory() - Method in interface org.ikasan.spec.flow.Flow
-
Get the serialiser factory associated with this flow.
- getState() - Method in interface org.ikasan.spec.flow.Flow
-
Returns the current runtmie state of this flow.
- getTimestamp() - Method in interface org.ikasan.spec.flow.FlowEvent
-
Get the immutable created date/time of the flow event.
- getTransition(String) - Method in interface org.ikasan.spec.flow.FlowElement
-
Retrieves the subsequent FlowElement (if any) representing the next node in the flow
- getTransitions() - Method in interface org.ikasan.spec.flow.FlowElement
-
Retrieves a Map of all this FlowElement's transitions