|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenericWorkflowClient | |
---|---|
com.amazonaws.services.simpleworkflow.flow | |
com.amazonaws.services.simpleworkflow.flow.junit.spring | |
com.amazonaws.services.simpleworkflow.flow.test |
Uses of GenericWorkflowClient in com.amazonaws.services.simpleworkflow.flow |
---|
Fields in com.amazonaws.services.simpleworkflow.flow declared as GenericWorkflowClient | |
---|---|
protected GenericWorkflowClient |
WorkflowSelfClientBase.genericClient
|
protected GenericWorkflowClient |
DynamicWorkflowClientImpl.genericClient
|
Methods in com.amazonaws.services.simpleworkflow.flow that return GenericWorkflowClient | |
---|---|
GenericWorkflowClient |
WorkflowSelfClientBase.getGenericClient()
|
GenericWorkflowClient |
WorkflowSelfClient.getGenericClient()
|
GenericWorkflowClient |
WorkflowClientFactoryBase.getGenericClient()
|
GenericWorkflowClient |
WorkflowClientFactory.getGenericClient()
|
GenericWorkflowClient |
WorkflowClientBase.getGenericClient()
|
GenericWorkflowClient |
WorkflowClient.getGenericClient()
|
GenericWorkflowClient |
DynamicWorkflowClientImpl.getGenericClient()
|
abstract GenericWorkflowClient |
DecisionContext.getWorkflowClient()
|
Methods in com.amazonaws.services.simpleworkflow.flow with parameters of type GenericWorkflowClient | |
---|---|
protected abstract T |
WorkflowClientFactoryBase.createClientInstance(WorkflowExecution execution,
StartWorkflowOptions options,
DataConverter dataConverter,
GenericWorkflowClient genericClient)
|
void |
WorkflowSelfClientBase.setGenericClient(GenericWorkflowClient genericClient)
|
void |
WorkflowSelfClient.setGenericClient(GenericWorkflowClient genericClient)
|
void |
WorkflowClientFactoryBase.setGenericClient(GenericWorkflowClient genericClient)
|
void |
WorkflowClientFactory.setGenericClient(GenericWorkflowClient genericClient)
|
void |
DynamicWorkflowClientImpl.setGenericClient(GenericWorkflowClient genericClient)
|
Constructors in com.amazonaws.services.simpleworkflow.flow with parameters of type GenericWorkflowClient | |
---|---|
DynamicWorkflowClientImpl(WorkflowExecution workflowExecution,
WorkflowType workflowType,
StartWorkflowOptions options,
DataConverter dataConverter,
GenericWorkflowClient genericClient)
|
|
WorkflowClientBase(WorkflowExecution workflowExecution,
WorkflowType workflowType,
StartWorkflowOptions options,
DataConverter dataConverter,
GenericWorkflowClient genericClient)
|
|
WorkflowClientFactoryBase(StartWorkflowOptions startWorkflowOptions,
DataConverter dataConverter,
GenericWorkflowClient genericClient)
|
|
WorkflowSelfClientBase(GenericWorkflowClient genericClient,
DataConverter dataConverter,
StartWorkflowOptions schedulingOptions)
|
Uses of GenericWorkflowClient in com.amazonaws.services.simpleworkflow.flow.junit.spring |
---|
Classes in com.amazonaws.services.simpleworkflow.flow.junit.spring that implement GenericWorkflowClient | |
---|---|
class |
SpringTestPOJOWorkflowImplementationGenericWorkflowClient
|
Uses of GenericWorkflowClient in com.amazonaws.services.simpleworkflow.flow.test |
---|
Classes in com.amazonaws.services.simpleworkflow.flow.test that implement GenericWorkflowClient | |
---|---|
class |
TestGenericWorkflowClient
|
class |
TestPOJOWorkflowImplementationGenericWorkflowClient
|
Methods in com.amazonaws.services.simpleworkflow.flow.test that return GenericWorkflowClient | |
---|---|
GenericWorkflowClient |
TestDecisionContext.getWorkflowClient()
|
Constructors in com.amazonaws.services.simpleworkflow.flow.test with parameters of type GenericWorkflowClient | |
---|---|
TestDecisionContext(GenericActivityClient activityClient,
GenericWorkflowClient workflowClient,
WorkflowClock workflowClock,
WorkflowContext workfowContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |