public abstract class WorkflowClientFactoryExternalBase<T> extends java.lang.Object implements WorkflowClientFactoryExternal<T>
| コンストラクタと説明 |
|---|
WorkflowClientFactoryExternalBase() |
WorkflowClientFactoryExternalBase(AmazonSimpleWorkflow service,
java.lang.String domain) |
WorkflowClientFactoryExternalBase(GenericWorkflowClientExternal genericClient) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected abstract T |
createClientInstance(WorkflowExecution workflowExecution,
StartWorkflowOptions options,
DataConverter dataConverter,
GenericWorkflowClientExternal genericClient) |
T |
getClient() |
T |
getClient(java.lang.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, java.lang.String domain)
public WorkflowClientFactoryExternalBase()
public WorkflowClientFactoryExternalBase(GenericWorkflowClientExternal genericClient)
public GenericWorkflowClientExternal getGenericClient()
getGenericClient インタフェース内 WorkflowClientFactoryExternal<T>public void setGenericClient(GenericWorkflowClientExternal genericClient)
public DataConverter getDataConverter()
getDataConverter インタフェース内 WorkflowClientFactoryExternal<T>public void setDataConverter(DataConverter dataConverter)
public StartWorkflowOptions getStartWorkflowOptions()
getStartWorkflowOptions インタフェース内 WorkflowClientFactoryExternal<T>public void setStartWorkflowOptions(StartWorkflowOptions startWorkflowOptions)
public T getClient()
getClient インタフェース内 WorkflowClientFactoryExternal<T>public T getClient(java.lang.String workflowId)
getClient インタフェース内 WorkflowClientFactoryExternal<T>public T getClient(WorkflowExecution workflowExecution)
getClient インタフェース内 WorkflowClientFactoryExternal<T>public T getClient(WorkflowExecution workflowExecution, StartWorkflowOptions options)
getClient インタフェース内 WorkflowClientFactoryExternal<T>public T getClient(WorkflowExecution workflowExecution, StartWorkflowOptions options, DataConverter dataConverter)
getClient インタフェース内 WorkflowClientFactoryExternal<T>public T getClient(WorkflowExecution workflowExecution, StartWorkflowOptions options, DataConverter dataConverter, GenericWorkflowClientExternal genericClient)
getClient インタフェース内 WorkflowClientFactoryExternal<T>protected abstract T createClientInstance(WorkflowExecution workflowExecution, StartWorkflowOptions options, DataConverter dataConverter, GenericWorkflowClientExternal genericClient)