public abstract class WorkflowClientFactoryExternalBase<T> extends Object implements WorkflowClientFactoryExternal<T>
Constructor and Description |
---|
WorkflowClientFactoryExternalBase() |
WorkflowClientFactoryExternalBase(AmazonSimpleWorkflow service,
String domain) |
WorkflowClientFactoryExternalBase(GenericWorkflowClientExternal genericClient) |
Modifier and Type | Method and Description |
---|---|
T |
getClient() |
T |
getClient(String workflowId) |
T |
getClient(WorkflowExecution workflowExecution) |
T |
getClient(WorkflowExecution workflowExecution,
StartWorkflowOptions options) |
T |
getClient(WorkflowExecution workflowExecution,
StartWorkflowOptions options,
DataConverter dataConverter) |
T |
getClient(WorkflowExecution workflowExecution,
StartWorkflowOptions options,
DataConverter dataConverter,
GenericWorkflowClientExternal genericClient) |
DataConverter |
getDataConverter() |
GenericWorkflowClientExternal |
getGenericClient() |
StartWorkflowOptions |
getStartWorkflowOptions() |
void |
setDataConverter(DataConverter dataConverter) |
void |
setGenericClient(GenericWorkflowClientExternal genericClient) |
void |
setStartWorkflowOptions(StartWorkflowOptions startWorkflowOptions) |
public WorkflowClientFactoryExternalBase(AmazonSimpleWorkflow service, String domain)
public WorkflowClientFactoryExternalBase()
public WorkflowClientFactoryExternalBase(GenericWorkflowClientExternal genericClient)
public GenericWorkflowClientExternal getGenericClient()
getGenericClient
in interface WorkflowClientFactoryExternal<T>
public void setGenericClient(GenericWorkflowClientExternal genericClient)
public DataConverter getDataConverter()
getDataConverter
in interface WorkflowClientFactoryExternal<T>
public void setDataConverter(DataConverter dataConverter)
public StartWorkflowOptions getStartWorkflowOptions()
getStartWorkflowOptions
in interface WorkflowClientFactoryExternal<T>
public void setStartWorkflowOptions(StartWorkflowOptions startWorkflowOptions)
public T getClient()
getClient
in interface WorkflowClientFactoryExternal<T>
public T getClient(String workflowId)
getClient
in interface WorkflowClientFactoryExternal<T>
public T getClient(WorkflowExecution workflowExecution)
getClient
in interface WorkflowClientFactoryExternal<T>
public T getClient(WorkflowExecution workflowExecution, StartWorkflowOptions options)
getClient
in interface WorkflowClientFactoryExternal<T>
public T getClient(WorkflowExecution workflowExecution, StartWorkflowOptions options, DataConverter dataConverter)
getClient
in interface WorkflowClientFactoryExternal<T>
public T getClient(WorkflowExecution workflowExecution, StartWorkflowOptions options, DataConverter dataConverter, GenericWorkflowClientExternal genericClient)
getClient
in interface WorkflowClientFactoryExternal<T>
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.