Uses of Class
com.amazonaws.services.simpleworkflow.flow.DataConverter

Packages that use DataConverter
com.amazonaws.services.simpleworkflow.flow   
com.amazonaws.services.simpleworkflow.flow.annotations   
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   
 

Uses of DataConverter in com.amazonaws.services.simpleworkflow.flow
 

Subclasses of DataConverter in com.amazonaws.services.simpleworkflow.flow
 class JsonDataConverter
          Implements conversion through Jackson JSON processor.
 

Fields in com.amazonaws.services.simpleworkflow.flow declared as DataConverter
protected  DataConverter WorkflowSelfClientBase.dataConverter
           
protected  DataConverter DynamicWorkflowClientImpl.dataConverter
           
protected  DataConverter DynamicWorkflowClientExternalImpl.dataConverter
           
protected  DataConverter DynamicActivitiesClientImpl.dataConverter
           
 

Methods in com.amazonaws.services.simpleworkflow.flow that return DataConverter
 DataConverter WorkflowWorker.getDataConverter()
           
 DataConverter WorkflowSelfClientBase.getDataConverter()
           
 DataConverter WorkflowSelfClient.getDataConverter()
           
 DataConverter WorkflowClientFactoryExternalBase.getDataConverter()
           
 DataConverter WorkflowClientFactoryExternal.getDataConverter()
           
 DataConverter WorkflowClientFactoryBase.getDataConverter()
           
 DataConverter WorkflowClientFactory.getDataConverter()
           
 DataConverter WorkflowClientExternalBase.getDataConverter()
           
 DataConverter WorkflowClientExternal.getDataConverter()
           
 DataConverter WorkflowClientBase.getDataConverter()
           
 DataConverter WorkflowClient.getDataConverter()
           
 DataConverter ManualActivityCompletionClientFactoryImpl.getDataConverter()
           
 DataConverter DynamicWorkflowClientImpl.getDataConverter()
           
 DataConverter DynamicWorkflowClientExternalImpl.getDataConverter()
           
 DataConverter DynamicActivitiesClientImpl.getDataConverter()
           
 DataConverter ActivityWorker.getDataConverter()
           
 DataConverter ActivitiesClientBase.getDataConverter()
           
 DataConverter ActivitiesClient.getDataConverter()
           
 

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)
           
 

Uses of DataConverter in com.amazonaws.services.simpleworkflow.flow.annotations
 

Subclasses of DataConverter in com.amazonaws.services.simpleworkflow.flow.annotations
 class NullDataConverter
          To be used only by annotations as they do not support null parameters.
 

Uses of DataConverter in com.amazonaws.services.simpleworkflow.flow.junit.spring
 

Methods in com.amazonaws.services.simpleworkflow.flow.junit.spring that return DataConverter
 DataConverter SpringWorkflowTest.getDataConverter()
           
 DataConverter SpringTestPOJOWorkflowImplementationGenericWorkflowClient.getDataConverter()
           
 

Methods in com.amazonaws.services.simpleworkflow.flow.junit.spring with parameters of type DataConverter
 void SpringWorkflowTest.setDataConverter(DataConverter converter)
           
 void SpringTestPOJOWorkflowImplementationGenericWorkflowClient.setDataConverter(DataConverter converter)
           
 

Uses of DataConverter in com.amazonaws.services.simpleworkflow.flow.pojo
 

Methods in com.amazonaws.services.simpleworkflow.flow.pojo that return DataConverter
 DataConverter POJOWorkflowDefinitionFactoryFactory.getDataConverter()
           
 DataConverter POJOActivityImplementationFactory.getDataConverter()
           
 

Methods in com.amazonaws.services.simpleworkflow.flow.pojo with parameters of type DataConverter
 List<ActivityType> POJOActivityImplementationFactory.addActivitiesImplementation(Object activitiesImplementation, DataConverter converter)
           
 List<ActivityType> POJOActivityImplementationFactory.addActivitiesImplementations(Iterable<Object> activitiesImplementations, DataConverter dataConverter)
           
 void POJOWorkflowDefinitionFactoryFactory.addWorkflowImplementationType(Class<?> workflowImplementationType, DataConverter converterOverride)
           
 void POJOWorkflowDefinitionFactoryFactory.setDataConverter(DataConverter converter)
           
 void POJOActivityImplementationFactory.setDataConverter(DataConverter dataConverter)
           
 

Constructors in com.amazonaws.services.simpleworkflow.flow.pojo with parameters of type DataConverter
POJOActivityImplementationFactory(Iterable<Object> activityImplementationObjects, DataConverter dataConverter)
           
POJOWorkflowDefinition(Object workflowImplmentationInstance, com.amazonaws.services.simpleworkflow.flow.pojo.MethodConverterPair workflowImplementationMethod, Map<String,com.amazonaws.services.simpleworkflow.flow.pojo.MethodConverterPair> signals, com.amazonaws.services.simpleworkflow.flow.pojo.MethodConverterPair getStateMethod, DataConverter converter, DecisionContext context)
           
 

Uses of DataConverter in com.amazonaws.services.simpleworkflow.flow.spring
 

Methods in com.amazonaws.services.simpleworkflow.flow.spring that return DataConverter
 DataConverter SpringWorkflowWorker.getDataConverter()
           
 DataConverter SpringActivityWorker.getDataConverter()
           
 

Methods in com.amazonaws.services.simpleworkflow.flow.spring with parameters of type DataConverter
 void SpringWorkflowWorker.setDataConverter(DataConverter converter)
           
 void SpringActivityWorker.setDataConverter(DataConverter dataConverter)
           
 

Uses of DataConverter in com.amazonaws.services.simpleworkflow.flow.test
 

Methods in com.amazonaws.services.simpleworkflow.flow.test that return DataConverter
 DataConverter TestPOJOActivityImplementationWorker.getDataConverter()
           
 

Methods in com.amazonaws.services.simpleworkflow.flow.test with parameters of type DataConverter
 List<ActivityType> TestPOJOActivityImplementationWorker.addActivitiesImplementation(Object activitiesImplementation, DataConverter converter)
           
 List<ActivityType> TestPOJOActivityImplementationWorker.addActivitiesImplementations(Iterable<Object> activitiesImplementations, DataConverter dataConverter)
           
 void TestPOJOWorkflowImplementationGenericWorkflowClient.addWorkflowImplementationType(Class<?> workflowImplementationType, DataConverter converterOverride)
           
 void TestPOJOWorkflowImplementationGenericWorkflowClient.setDataConverter(DataConverter converter)
           
 void TestPOJOActivityImplementationWorker.setDataConverter(DataConverter dataConverter)
           
 



Copyright © 2016. All rights reserved.