Methods in com.amazonaws.services.simpleworkflow.flow with parameters of type DataConverter |
List<ActivityType> |
SynchronousActivityWorker.addActivitiesImplementation(Object activitiesImplementation,
DataConverter converter)
|
List<ActivityType> |
ActivityWorker.addActivitiesImplementation(Object activitiesImplementation,
DataConverter converter)
|
List<ActivityType> |
SynchronousActivityWorker.addActivitiesImplementations(Iterable<Object> activitiesImplementations,
DataConverter dataConverter)
|
List<ActivityType> |
ActivityWorker.addActivitiesImplementations(Iterable<Object> activitiesImplementations,
DataConverter dataConverter)
|
void |
WorkflowWorker.addWorkflowImplementationType(Class<?> workflowImplementationType,
DataConverter converter)
|
void |
SynchronousWorkflowWorker.addWorkflowImplementationType(Class<?> workflowImplementationType,
DataConverter converterOverride)
|
protected abstract T |
WorkflowClientFactoryBase.createClientInstance(WorkflowExecution execution,
StartWorkflowOptions options,
DataConverter dataConverter,
GenericWorkflowClient genericClient)
|
protected abstract T |
WorkflowClientFactoryExternalBase.createClientInstance(WorkflowExecution workflowExecution,
StartWorkflowOptions options,
DataConverter dataConverter,
GenericWorkflowClientExternal genericClient)
|
T |
WorkflowClientFactoryExternalBase.getClient(WorkflowExecution workflowExecution,
StartWorkflowOptions options,
DataConverter dataConverter)
|
T |
WorkflowClientFactoryExternal.getClient(WorkflowExecution workflowExecution,
StartWorkflowOptions options,
DataConverter dataConverter)
|
T |
WorkflowClientFactoryBase.getClient(WorkflowExecution execution,
StartWorkflowOptions options,
DataConverter dataConverter)
|
T |
WorkflowClientFactory.getClient(WorkflowExecution execution,
StartWorkflowOptions options,
DataConverter dataConverter)
|
T |
WorkflowClientFactoryExternalBase.getClient(WorkflowExecution workflowExecution,
StartWorkflowOptions options,
DataConverter dataConverter,
GenericWorkflowClientExternal genericClient)
|
T |
WorkflowClientFactoryExternal.getClient(WorkflowExecution workflowExecution,
StartWorkflowOptions options,
DataConverter dataConverter,
GenericWorkflowClientExternal genericClient)
|
Promise<Map<String,Object>> |
DynamicClient.scheduleActivityTask(String activity,
String version,
Object[] input,
DataConverter converter)
Used to dynamically schedule an activity for execution |
void |
SynchronousWorkflowWorker.setConverter(DataConverter converter)
|
void |
WorkflowSelfClientBase.setDataConverter(DataConverter converter)
|
void |
WorkflowSelfClient.setDataConverter(DataConverter converter)
|
void |
WorkflowClientFactoryExternalBase.setDataConverter(DataConverter dataConverter)
|
void |
WorkflowClientFactoryBase.setDataConverter(DataConverter dataConverter)
|
void |
WorkflowClientFactory.setDataConverter(DataConverter dataConverter)
|
void |
ManualActivityCompletionClientFactoryImpl.setDataConverter(DataConverter dataConverter)
|
void |
DynamicWorkflowClientImpl.setDataConverter(DataConverter dataConverter)
|
void |
DynamicWorkflowClientExternalImpl.setDataConverter(DataConverter dataConverter)
|
void |
DynamicActivitiesClientImpl.setDataConverter(DataConverter dataConverter)
|
void |
ActivityWorker.setDataConverter(DataConverter dataConverter)
|
void |
ActivitiesClientBase.setDataConverter(DataConverter converter)
|
void |
WorkflowWorker.setDefaultConverter(DataConverter converter)
|
Promise<Map<String,Object>> |
DynamicClient.startChildWorkflow(String workflow,
String version,
Object[] input,
DataConverter converter)
|
Constructors in com.amazonaws.services.simpleworkflow.flow with parameters of type DataConverter |
ActivitiesClientBase(GenericActivityClient genericClient,
DataConverter dataConverter,
ActivitySchedulingOptions schedulingOptions)
|
DynamicActivitiesClientImpl(ActivitySchedulingOptions schedulingOptions,
DataConverter dataConverter)
|
DynamicActivitiesClientImpl(ActivitySchedulingOptions schedulingOptions,
DataConverter dataConverter,
GenericActivityClient genericClient)
|
DynamicWorkflowClientExternalImpl(WorkflowExecution workflowExecution,
WorkflowType workflowType,
StartWorkflowOptions options,
DataConverter dataConverter)
|
DynamicWorkflowClientExternalImpl(WorkflowExecution workflowExecution,
WorkflowType workflowType,
StartWorkflowOptions options,
DataConverter dataConverter,
GenericWorkflowClientExternal genericClient)
|
DynamicWorkflowClientImpl(WorkflowExecution workflowExecution,
WorkflowType workflowType,
StartWorkflowOptions options,
DataConverter dataConverter)
|
DynamicWorkflowClientImpl(WorkflowExecution workflowExecution,
WorkflowType workflowType,
StartWorkflowOptions options,
DataConverter dataConverter,
GenericWorkflowClient genericClient)
|
WorkflowClientBase(WorkflowExecution workflowExecution,
WorkflowType workflowType,
StartWorkflowOptions options,
DataConverter dataConverter,
GenericWorkflowClient genericClient)
|
WorkflowClientExternalBase(WorkflowExecution workflowExecution,
WorkflowType workflowType,
StartWorkflowOptions options,
DataConverter dataConverter,
GenericWorkflowClientExternal genericClient)
|
WorkflowClientFactoryBase(StartWorkflowOptions startWorkflowOptions,
DataConverter dataConverter)
|
WorkflowClientFactoryBase(StartWorkflowOptions startWorkflowOptions,
DataConverter dataConverter,
GenericWorkflowClient genericClient)
|
WorkflowSelfClientBase(GenericWorkflowClient genericClient,
DataConverter dataConverter,
StartWorkflowOptions schedulingOptions)
|