| Package | Description |
|---|---|
| com.amazonaws.services.simpleworkflow.flow | |
| com.amazonaws.services.simpleworkflow.flow.generic | |
| com.amazonaws.services.simpleworkflow.flow.junit | |
| 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 | |
| com.amazonaws.services.simpleworkflow.flow.worker | |
| com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
| Modifier and Type | Field and Description |
|---|---|
protected WorkflowType |
DynamicWorkflowClientExternalImpl.workflowType |
protected WorkflowType |
DynamicWorkflowClientImpl.workflowType |
| Modifier and Type | Method and Description |
|---|---|
WorkflowType |
WorkflowClientBase.getWorkflowType() |
WorkflowType |
ChildWorkflowException.getWorkflowType() |
WorkflowType |
WorkflowClient.getWorkflowType() |
WorkflowType |
DynamicWorkflowClientExternalImpl.getWorkflowType() |
WorkflowType |
WorkflowContext.getWorkflowType() |
WorkflowType |
DynamicWorkflowClientImpl.getWorkflowType() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<WorkflowType> |
SynchronousWorkflowWorker.getWorkflowTypesToRegister() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChildWorkflowException.setWorkflowType(WorkflowType workflowType) |
void |
DynamicWorkflowClientExternalImpl.setWorkflowType(WorkflowType workflowType) |
void |
DynamicWorkflowClientImpl.setWorkflowType(WorkflowType workflowType) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowType |
StartChildWorkflowExecutionParameters.getWorkflowType() |
WorkflowType |
StartWorkflowExecutionParameters.getWorkflowType()
Returns the value of the WorkflowType property for this object.
|
abstract WorkflowType |
WorkflowDefinitionFactory.getWorkflowType() |
| Modifier and Type | Method and Description |
|---|---|
abstract Iterable<WorkflowType> |
WorkflowDefinitionFactoryFactory.getWorkflowTypesToRegister()
There is no requirement to return any types.
|
| Modifier and Type | Method and Description |
|---|---|
abstract WorkflowDefinitionFactory |
WorkflowDefinitionFactoryFactory.getWorkflowDefinitionFactory(WorkflowType workflowType) |
void |
StartChildWorkflowExecutionParameters.setWorkflowType(WorkflowType workflowType) |
void |
StartWorkflowExecutionParameters.setWorkflowType(WorkflowType workflowType)
Sets the value of the WorkflowType property for this object.
|
StartChildWorkflowExecutionParameters |
StartChildWorkflowExecutionParameters.withWorkflowType(WorkflowType workflowType) |
StartWorkflowExecutionParameters |
StartWorkflowExecutionParameters.withWorkflowType(WorkflowType workflowType)
Sets the value of the WorkflowType property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowType |
WorkflowTestBase.getWorkflowType() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowTestBase.setWorkflowType(WorkflowType workflowType) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<WorkflowType> |
SpringWorkflowTest.getWorkflowTypesToRegister() |
Iterable<WorkflowType> |
SpringTestPOJOWorkflowImplementationGenericWorkflowClient.getWorkflowTypesToRegister() |
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowType |
POJOWorkflowDefinitionFactoryFactory.getWorkflowType(String interfaceName,
Method method,
Execute executeAnnotation) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<WorkflowType> |
POJOWorkflowDefinitionFactoryFactory.getWorkflowTypesToRegister() |
| Modifier and Type | Method and Description |
|---|---|
protected POJOWorkflowImplementationFactory |
POJOWorkflowDefinitionFactoryFactory.getImplementationFactory(Class<?> workflowImplementationType,
Class<?> workflowInteface,
WorkflowType workflowType)
Override to control how implementation is instantiated.
|
WorkflowDefinitionFactory |
POJOWorkflowDefinitionFactoryFactory.getWorkflowDefinitionFactory(WorkflowType workflowType) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<WorkflowType> |
SpringWorkflowWorker.getWorkflowTypesToRegister() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowType |
TestWorkflowContext.getWorkflowType() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<WorkflowType> |
TestPOJOWorkflowImplementationGenericWorkflowClient.getWorkflowTypesToRegister() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestWorkflowContext.setWorkflowType(WorkflowType workflowType) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<WorkflowType> |
SimpleWorkflowDefinitionFactoryFactory.getWorkflowTypesToRegister() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDefinitionFactory |
SimpleWorkflowDefinitionFactoryFactory.getWorkflowDefinitionFactory(WorkflowType workflowType) |
static void |
GenericWorkflowWorker.registerWorkflowType(AmazonSimpleWorkflow service,
String domain,
WorkflowType workflowType,
WorkflowTypeRegistrationOptions registrationOptions,
String defaultTaskList) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowType |
ChildWorkflowExecutionStartedEventAttributes.getWorkflowType()
The type of the child workflow execution.
|
WorkflowType |
ChildWorkflowExecutionCanceledEventAttributes.getWorkflowType()
The type of the child workflow execution.
|
WorkflowType |
ChildWorkflowExecutionTimedOutEventAttributes.getWorkflowType()
The type of the child workflow execution.
|
WorkflowType |
StartWorkflowExecutionRequest.getWorkflowType()
The type of the workflow to start.
|
WorkflowType |
ChildWorkflowExecutionFailedEventAttributes.getWorkflowType()
The type of the child workflow execution.
|
WorkflowType |
DecisionTask.getWorkflowType()
The type of the workflow execution for which this decision task was
created.
|
WorkflowType |
ChildWorkflowExecutionCompletedEventAttributes.getWorkflowType()
The type of the child workflow execution.
|
WorkflowType |
WorkflowExecutionInfo.getWorkflowType()
The type of the workflow execution.
|
WorkflowType |
WorkflowExecutionContinuedAsNewEventAttributes.getWorkflowType()
Represents a workflow type.
|
WorkflowType |
DeprecateWorkflowTypeRequest.getWorkflowType()
The workflow type to deprecate.
|
WorkflowType |
ChildWorkflowExecutionTerminatedEventAttributes.getWorkflowType()
The type of the child workflow execution.
|
WorkflowType |
WorkflowExecutionStartedEventAttributes.getWorkflowType()
The workflow type of this execution.
|
WorkflowType |
StartChildWorkflowExecutionInitiatedEventAttributes.getWorkflowType()
The type of the child workflow execution.
|
WorkflowType |
DescribeWorkflowTypeRequest.getWorkflowType()
The workflow type to describe.
|
WorkflowType |
StartChildWorkflowExecutionDecisionAttributes.getWorkflowType()
The type of the workflow execution to be started.
|
WorkflowType |
StartChildWorkflowExecutionFailedEventAttributes.getWorkflowType()
The workflow type provided in the
StartChildWorkflowExecution Decision that failed. |
WorkflowType |
WorkflowTypeInfo.getWorkflowType()
The workflow type this information is about.
|
WorkflowType |
WorkflowType.withName(String name)
The name of the workflow type.
|
WorkflowType |
WorkflowType.withVersion(String version)
The version of the workflow type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChildWorkflowExecutionStartedEventAttributes.setWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
void |
ChildWorkflowExecutionCanceledEventAttributes.setWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
void |
ChildWorkflowExecutionTimedOutEventAttributes.setWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
void |
StartWorkflowExecutionRequest.setWorkflowType(WorkflowType workflowType)
The type of the workflow to start.
|
void |
ChildWorkflowExecutionFailedEventAttributes.setWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
void |
DecisionTask.setWorkflowType(WorkflowType workflowType)
The type of the workflow execution for which this decision task was
created.
|
void |
ChildWorkflowExecutionCompletedEventAttributes.setWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
void |
WorkflowExecutionInfo.setWorkflowType(WorkflowType workflowType)
The type of the workflow execution.
|
void |
WorkflowExecutionContinuedAsNewEventAttributes.setWorkflowType(WorkflowType workflowType)
Represents a workflow type.
|
void |
DeprecateWorkflowTypeRequest.setWorkflowType(WorkflowType workflowType)
The workflow type to deprecate.
|
void |
ChildWorkflowExecutionTerminatedEventAttributes.setWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
void |
WorkflowExecutionStartedEventAttributes.setWorkflowType(WorkflowType workflowType)
The workflow type of this execution.
|
void |
StartChildWorkflowExecutionInitiatedEventAttributes.setWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
void |
DescribeWorkflowTypeRequest.setWorkflowType(WorkflowType workflowType)
The workflow type to describe.
|
void |
StartChildWorkflowExecutionDecisionAttributes.setWorkflowType(WorkflowType workflowType)
The type of the workflow execution to be started.
|
void |
StartChildWorkflowExecutionFailedEventAttributes.setWorkflowType(WorkflowType workflowType)
The workflow type provided in the
StartChildWorkflowExecution Decision that failed. |
void |
WorkflowTypeInfo.setWorkflowType(WorkflowType workflowType)
The workflow type this information is about.
|
ChildWorkflowExecutionStartedEventAttributes |
ChildWorkflowExecutionStartedEventAttributes.withWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
ChildWorkflowExecutionCanceledEventAttributes |
ChildWorkflowExecutionCanceledEventAttributes.withWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
ChildWorkflowExecutionTimedOutEventAttributes |
ChildWorkflowExecutionTimedOutEventAttributes.withWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
StartWorkflowExecutionRequest |
StartWorkflowExecutionRequest.withWorkflowType(WorkflowType workflowType)
The type of the workflow to start.
|
ChildWorkflowExecutionFailedEventAttributes |
ChildWorkflowExecutionFailedEventAttributes.withWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
DecisionTask |
DecisionTask.withWorkflowType(WorkflowType workflowType)
The type of the workflow execution for which this decision task was
created.
|
ChildWorkflowExecutionCompletedEventAttributes |
ChildWorkflowExecutionCompletedEventAttributes.withWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
WorkflowExecutionInfo |
WorkflowExecutionInfo.withWorkflowType(WorkflowType workflowType)
The type of the workflow execution.
|
WorkflowExecutionContinuedAsNewEventAttributes |
WorkflowExecutionContinuedAsNewEventAttributes.withWorkflowType(WorkflowType workflowType)
Represents a workflow type.
|
DeprecateWorkflowTypeRequest |
DeprecateWorkflowTypeRequest.withWorkflowType(WorkflowType workflowType)
The workflow type to deprecate.
|
ChildWorkflowExecutionTerminatedEventAttributes |
ChildWorkflowExecutionTerminatedEventAttributes.withWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
WorkflowExecutionStartedEventAttributes |
WorkflowExecutionStartedEventAttributes.withWorkflowType(WorkflowType workflowType)
The workflow type of this execution.
|
StartChildWorkflowExecutionInitiatedEventAttributes |
StartChildWorkflowExecutionInitiatedEventAttributes.withWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
DescribeWorkflowTypeRequest |
DescribeWorkflowTypeRequest.withWorkflowType(WorkflowType workflowType)
The workflow type to describe.
|
StartChildWorkflowExecutionDecisionAttributes |
StartChildWorkflowExecutionDecisionAttributes.withWorkflowType(WorkflowType workflowType)
The type of the workflow execution to be started.
|
StartChildWorkflowExecutionFailedEventAttributes |
StartChildWorkflowExecutionFailedEventAttributes.withWorkflowType(WorkflowType workflowType)
The workflow type provided in the
StartChildWorkflowExecution Decision that failed. |
WorkflowTypeInfo |
WorkflowTypeInfo.withWorkflowType(WorkflowType workflowType)
The workflow type this information is about.
|
Copyright © 2014. All rights reserved.