public abstract class WorkflowDefinitionFactoryFactory extends Object
| Constructor and Description |
|---|
WorkflowDefinitionFactoryFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract WorkflowDefinitionFactory |
getWorkflowDefinitionFactory(WorkflowType workflowType) |
abstract Iterable<WorkflowType> |
getWorkflowTypesToRegister()
There is no requirement to return any types.
|
public abstract WorkflowDefinitionFactory getWorkflowDefinitionFactory(WorkflowType workflowType)
public abstract Iterable<WorkflowType> getWorkflowTypesToRegister()
getWorkflowDefinitionFactory(WorkflowType) should support it.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.