com.amazonaws.services.simpleworkflow.flow.pojo
Class POJOWorkflowDefinitionFactoryFactory
java.lang.Object
com.amazonaws.services.simpleworkflow.flow.generic.WorkflowDefinitionFactoryFactory
com.amazonaws.services.simpleworkflow.flow.pojo.POJOWorkflowDefinitionFactoryFactory
public class POJOWorkflowDefinitionFactoryFactory
- extends WorkflowDefinitionFactoryFactory
POJOWorkflowDefinitionFactoryFactory
public POJOWorkflowDefinitionFactoryFactory()
getDataConverter
public DataConverter getDataConverter()
setDataConverter
public void setDataConverter(DataConverter converter)
getWorkflowDefinitionFactory
public WorkflowDefinitionFactory getWorkflowDefinitionFactory(WorkflowType workflowType)
- Specified by:
getWorkflowDefinitionFactory in class WorkflowDefinitionFactoryFactory
getWorkflowTypesToRegister
public Iterable<WorkflowType> getWorkflowTypesToRegister()
- Description copied from class:
WorkflowDefinitionFactoryFactory
- There is no requirement to return any types. If type is returned
WorkflowDefinitionFactoryFactory.getWorkflowDefinitionFactory(WorkflowType) should support it.
- Specified by:
getWorkflowTypesToRegister in class WorkflowDefinitionFactoryFactory
- Returns:
- types that should be registered before polling and executing
decision tasks.
addWorkflowImplementationType
public void addWorkflowImplementationType(Class<?> workflowImplementationType)
throws InstantiationException,
IllegalAccessException
- Throws:
InstantiationException
IllegalAccessException
addWorkflowImplementationType
public void addWorkflowImplementationType(Class<?> workflowImplementationType,
DataConverter converterOverride)
throws InstantiationException,
IllegalAccessException
- Throws:
InstantiationException
IllegalAccessException
setWorkflowImplementationTypes
public void setWorkflowImplementationTypes(Collection<Class<?>> workflowImplementationTypes)
throws InstantiationException,
IllegalAccessException
- Throws:
InstantiationException
IllegalAccessException
getWorkflowImplementationTypes
public Collection<Class<?>> getWorkflowImplementationTypes()
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.