Uses of Package
com.amazonaws.services.simpleworkflow.flow

Packages that use com.amazonaws.services.simpleworkflow.flow
com.amazonaws.services.simpleworkflow.flow   
com.amazonaws.services.simpleworkflow.flow.annotations   
com.amazonaws.services.simpleworkflow.flow.generic   
com.amazonaws.services.simpleworkflow.flow.interceptors   
com.amazonaws.services.simpleworkflow.flow.junit   
com.amazonaws.services.simpleworkflow.flow.junit.spring   
com.amazonaws.services.simpleworkflow.flow.pojo   
com.amazonaws.services.simpleworkflow.flow.spring   
com.amazonaws.services.simpleworkflow.flow.test   
com.amazonaws.services.simpleworkflow.flow.worker   
 

Classes in com.amazonaws.services.simpleworkflow.flow used by com.amazonaws.services.simpleworkflow.flow
ActivitiesClient
           
ActivityExecutionContext
          Context object passed to an activity implementation.
ActivityExecutionContextProvider
          Used to access execution context of the currently executed activity.
ActivitySchedulingOptions
           
ActivityTaskException
          Exception used to communicate failure of remote activity.
ChildWorkflowException
          Exception used to communicate failure of remote activity.
DataConverter
          Used by the framework to serialize/deserialize method parameters that need to be sent over the wire.
DataConverterException
           
DecisionContext
          Represents the context for decider.
DecisionContextProvider
           
DecisionException
          Exception used to communicate failure during fulfillment of a decision sent to SWF.
DynamicActivitiesClient
           
DynamicActivitiesClientImpl
           
DynamicWorkflowClient
           
DynamicWorkflowClientExternal
           
DynamicWorkflowClientImpl
           
ManualActivityCompletionClient
           
ManualActivityCompletionClientFactory
           
StartWorkflowOptions
           
Suspendable
           
SuspendableWorker
           
TimerException
          Exception used to communicate failure of a timer.
WorkerBase
           
WorkerLifecycle
           
WorkflowClient
           
WorkflowClientExternal
           
WorkflowClientFactory
           
WorkflowClientFactoryExternal
           
WorkflowClock
          Clock that must be used inside workflow definition code to ensure replay determinism.
WorkflowContext
           
WorkflowSelfClient
           
 

Classes in com.amazonaws.services.simpleworkflow.flow used by com.amazonaws.services.simpleworkflow.flow.annotations
DataConverter
          Used by the framework to serialize/deserialize method parameters that need to be sent over the wire.
DataConverterException
           
 

Classes in com.amazonaws.services.simpleworkflow.flow used by com.amazonaws.services.simpleworkflow.flow.generic
ActivityExecutionContext
          Context object passed to an activity implementation.
ActivityFailureException
          This exception is expected to be thrown from ActivityImplementation.execute(ActivityExecutionContext) as it contains details property in the format that the activity client code in the decider understands.
ActivitySchedulingOptions
           
DecisionContext
          Represents the context for decider.
StartWorkflowOptions
           
WorkflowException
          Exception that is thrown from generic workflow implementation to indicate that workflow execution should be failed with the given reason and details.
WorkflowTypeRegistrationOptions
           
 

Classes in com.amazonaws.services.simpleworkflow.flow used by com.amazonaws.services.simpleworkflow.flow.interceptors
WorkflowClock
          Clock that must be used inside workflow definition code to ensure replay determinism.
 

Classes in com.amazonaws.services.simpleworkflow.flow used by com.amazonaws.services.simpleworkflow.flow.junit
DecisionContext
          Represents the context for decider.
 

Classes in com.amazonaws.services.simpleworkflow.flow used by com.amazonaws.services.simpleworkflow.flow.junit.spring
DataConverter
          Used by the framework to serialize/deserialize method parameters that need to be sent over the wire.
DecisionContext
          Represents the context for decider.
DecisionContextProvider
           
WorkflowException
          Exception that is thrown from generic workflow implementation to indicate that workflow execution should be failed with the given reason and details.
 

Classes in com.amazonaws.services.simpleworkflow.flow used by com.amazonaws.services.simpleworkflow.flow.pojo
DataConverter
          Used by the framework to serialize/deserialize method parameters that need to be sent over the wire.
DecisionContext
          Represents the context for decider.
WorkflowException
          Exception that is thrown from generic workflow implementation to indicate that workflow execution should be failed with the given reason and details.
WorkflowTypeRegistrationOptions
           
 

Classes in com.amazonaws.services.simpleworkflow.flow used by com.amazonaws.services.simpleworkflow.flow.spring
DataConverter
          Used by the framework to serialize/deserialize method parameters that need to be sent over the wire.
DecisionContext
          Represents the context for decider.
Suspendable
           
SuspendableWorker
           
WorkerBase
           
WorkerLifecycle
           
WorkflowClock
          Clock that must be used inside workflow definition code to ensure replay determinism.
 

Classes in com.amazonaws.services.simpleworkflow.flow used by com.amazonaws.services.simpleworkflow.flow.test
DataConverter
          Used by the framework to serialize/deserialize method parameters that need to be sent over the wire.
DecisionContext
          Represents the context for decider.
DecisionContextProvider
           
WorkflowClock
          Clock that must be used inside workflow definition code to ensure replay determinism.
WorkflowContext
           
WorkflowException
          Exception that is thrown from generic workflow implementation to indicate that workflow execution should be failed with the given reason and details.
 

Classes in com.amazonaws.services.simpleworkflow.flow used by com.amazonaws.services.simpleworkflow.flow.worker
ActivityExecutionContext
          Context object passed to an activity implementation.
DecisionContext
          Represents the context for decider.
Suspendable
           
SuspendableWorker
           
WorkerBase
           
WorkerLifecycle
           
WorkflowTypeRegistrationOptions
           
 



Copyright © 2016. All rights reserved.