Modifier and Type | Class and Description |
---|---|
class |
JsonDataConverter
Implements conversion through Jackson JSON processor.
|
Modifier and Type | Field and Description |
---|---|
protected DataConverter |
DynamicWorkflowClientExternalImpl.dataConverter |
protected DataConverter |
DynamicActivitiesClientImpl.dataConverter |
protected DataConverter |
WorkflowSelfClientBase.dataConverter |
protected DataConverter |
DynamicWorkflowClientImpl.dataConverter |
Modifier and Type | Method and Description |
---|---|
List<ActivityType> |
ActivityWorker.addActivitiesImplementation(Object activitiesImplementation,
DataConverter converter) |
List<ActivityType> |
SynchronousActivityWorker.addActivitiesImplementation(Object activitiesImplementation,
DataConverter converter) |
List<ActivityType> |
ActivityWorker.addActivitiesImplementations(Iterable<Object> activitiesImplementations,
DataConverter dataConverter) |
List<ActivityType> |
SynchronousActivityWorker.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 |
WorkflowClientFactory.getClient(WorkflowExecution execution,
StartWorkflowOptions options,
DataConverter dataConverter) |
T |
WorkflowClientFactoryBase.getClient(WorkflowExecution execution,
StartWorkflowOptions options,
DataConverter dataConverter) |
T |
WorkflowClientFactoryExternalBase.getClient(WorkflowExecution workflowExecution,
StartWorkflowOptions options,
DataConverter dataConverter) |
T |
WorkflowClientFactoryExternal.getClient(WorkflowExecution workflowExecution,
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 |
WorkflowClientFactory.setDataConverter(DataConverter dataConverter) |
void |
WorkflowClientFactoryBase.setDataConverter(DataConverter dataConverter) |
void |
WorkflowSelfClient.setDataConverter(DataConverter converter) |
void |
WorkflowClientFactoryExternalBase.setDataConverter(DataConverter dataConverter) |
void |
ActivityWorker.setDataConverter(DataConverter dataConverter) |
void |
ActivitiesClientBase.setDataConverter(DataConverter converter) |
void |
DynamicWorkflowClientExternalImpl.setDataConverter(DataConverter dataConverter) |
void |
DynamicActivitiesClientImpl.setDataConverter(DataConverter dataConverter) |
void |
WorkflowSelfClientBase.setDataConverter(DataConverter converter) |
void |
ManualActivityCompletionClientFactoryImpl.setDataConverter(DataConverter dataConverter) |
void |
DynamicWorkflowClientImpl.setDataConverter(DataConverter dataConverter) |
void |
WorkflowWorker.setDefaultConverter(DataConverter converter) |
Promise<Map<String,Object>> |
DynamicClient.startChildWorkflow(String workflow,
String version,
Object[] input,
DataConverter converter) |
Modifier and Type | Class and Description |
---|---|
class |
NullDataConverter
To be used only by annotations as they do not support
null parameters. |
Modifier and Type | Method and Description |
---|---|
DataConverter |
SpringWorkflowTest.getDataConverter() |
DataConverter |
SpringTestPOJOWorkflowImplementationGenericWorkflowClient.getDataConverter() |
Modifier and Type | Method and Description |
---|---|
void |
SpringWorkflowTest.setDataConverter(DataConverter converter) |
void |
SpringTestPOJOWorkflowImplementationGenericWorkflowClient.setDataConverter(DataConverter converter) |
Modifier and Type | Method and Description |
---|---|
DataConverter |
POJOWorkflowDefinitionFactoryFactory.getDataConverter() |
DataConverter |
POJOActivityImplementationFactory.getDataConverter() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
DataConverter |
SpringActivityWorker.getDataConverter() |
DataConverter |
SpringWorkflowWorker.getDataConverter() |
Modifier and Type | Method and Description |
---|---|
void |
SpringActivityWorker.setDataConverter(DataConverter dataConverter) |
void |
SpringWorkflowWorker.setDataConverter(DataConverter converter) |
Modifier and Type | Method and Description |
---|---|
DataConverter |
TestPOJOActivityImplementationWorker.getDataConverter() |
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.