|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChildPolicy | |
---|---|
com.amazonaws.services.simpleworkflow.flow | |
com.amazonaws.services.simpleworkflow.flow.generic | |
com.amazonaws.services.simpleworkflow.flow.test | |
com.amazonaws.services.simpleworkflow.model | Classes modeling the various types represented by AmazonSimpleWorkflow. |
Uses of ChildPolicy in com.amazonaws.services.simpleworkflow.flow |
---|
Methods in com.amazonaws.services.simpleworkflow.flow that return ChildPolicy | |
---|---|
ChildPolicy |
WorkflowContext.getChildPolicy()
|
ChildPolicy |
StartWorkflowOptions.getChildPolicy()
|
ChildPolicy |
WorkflowTypeRegistrationOptions.getDefaultChildPolicy()
|
Methods in com.amazonaws.services.simpleworkflow.flow with parameters of type ChildPolicy | |
---|---|
void |
StartWorkflowOptions.setChildPolicy(ChildPolicy childPolicy)
|
void |
WorkflowTypeRegistrationOptions.setDefaultChildPolicy(ChildPolicy defaultChildPolicy)
|
void |
WorkflowClientExternalBase.terminateWorkflowExecution(String reason,
String details,
ChildPolicy childPolicy)
|
void |
WorkflowClientExternal.terminateWorkflowExecution(String reason,
String details,
ChildPolicy childPolicy)
|
void |
DynamicWorkflowClientExternalImpl.terminateWorkflowExecution(String reason,
String details,
ChildPolicy childPolicy)
|
Uses of ChildPolicy in com.amazonaws.services.simpleworkflow.flow.generic |
---|
Methods in com.amazonaws.services.simpleworkflow.flow.generic that return ChildPolicy | |
---|---|
ChildPolicy |
TerminateWorkflowExecutionParameters.getChildPolicy()
|
ChildPolicy |
StartChildWorkflowExecutionParameters.getChildPolicy()
|
ChildPolicy |
ContinueAsNewWorkflowExecutionParameters.getChildPolicy()
|
Methods in com.amazonaws.services.simpleworkflow.flow.generic with parameters of type ChildPolicy | |
---|---|
void |
TerminateWorkflowExecutionParameters.setChildPolicy(ChildPolicy childPolicy)
|
void |
StartChildWorkflowExecutionParameters.setChildPolicy(ChildPolicy childPolicy)
|
void |
ContinueAsNewWorkflowExecutionParameters.setChildPolicy(ChildPolicy childPolicy)
|
TerminateWorkflowExecutionParameters |
TerminateWorkflowExecutionParameters.withChildPolicy(ChildPolicy childPolicy)
|
Constructors in com.amazonaws.services.simpleworkflow.flow.generic with parameters of type ChildPolicy | |
---|---|
TerminateWorkflowExecutionParameters(WorkflowExecution workflowExecution,
ChildPolicy childPolicy,
String reason,
String details)
|
Uses of ChildPolicy in com.amazonaws.services.simpleworkflow.flow.test |
---|
Methods in com.amazonaws.services.simpleworkflow.flow.test that return ChildPolicy | |
---|---|
ChildPolicy |
TestWorkflowContext.getChildPolicy()
|
Methods in com.amazonaws.services.simpleworkflow.flow.test with parameters of type ChildPolicy | |
---|---|
void |
TestWorkflowContext.setChildPolicy(ChildPolicy childPolicy)
|
Uses of ChildPolicy in com.amazonaws.services.simpleworkflow.model |
---|
Methods in com.amazonaws.services.simpleworkflow.model that return ChildPolicy | |
---|---|
static ChildPolicy |
ChildPolicy.fromValue(String value)
Use this in place of valueOf. |
static ChildPolicy |
ChildPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ChildPolicy[] |
ChildPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ChildPolicy | |
---|---|
void |
WorkflowExecutionTimedOutEventAttributes.setChildPolicy(ChildPolicy childPolicy)
The policy used for the child workflow executions of this workflow execution. |
void |
WorkflowExecutionTerminatedEventAttributes.setChildPolicy(ChildPolicy childPolicy)
The policy used for the child workflow executions of this workflow execution. |
void |
WorkflowExecutionStartedEventAttributes.setChildPolicy(ChildPolicy childPolicy)
The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. |
void |
WorkflowExecutionContinuedAsNewEventAttributes.setChildPolicy(ChildPolicy childPolicy)
The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. |
void |
WorkflowExecutionConfiguration.setChildPolicy(ChildPolicy childPolicy)
The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. |
void |
TerminateWorkflowExecutionRequest.setChildPolicy(ChildPolicy childPolicy)
If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. |
void |
StartWorkflowExecutionRequest.setChildPolicy(ChildPolicy childPolicy)
If set, specifies the policy to use for the child workflow executions of this workflow execution if it is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. |
void |
StartChildWorkflowExecutionInitiatedEventAttributes.setChildPolicy(ChildPolicy childPolicy)
The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout. |
void |
StartChildWorkflowExecutionDecisionAttributes.setChildPolicy(ChildPolicy childPolicy)
If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. |
void |
ContinueAsNewWorkflowExecutionDecisionAttributes.setChildPolicy(ChildPolicy childPolicy)
If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. |
void |
WorkflowTypeConfiguration.setDefaultChildPolicy(ChildPolicy defaultChildPolicy)
The optional default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. |
void |
RegisterWorkflowTypeRequest.setDefaultChildPolicy(ChildPolicy defaultChildPolicy)
If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. |
WorkflowExecutionTimedOutEventAttributes |
WorkflowExecutionTimedOutEventAttributes.withChildPolicy(ChildPolicy childPolicy)
The policy used for the child workflow executions of this workflow execution. |
WorkflowExecutionTerminatedEventAttributes |
WorkflowExecutionTerminatedEventAttributes.withChildPolicy(ChildPolicy childPolicy)
The policy used for the child workflow executions of this workflow execution. |
WorkflowExecutionStartedEventAttributes |
WorkflowExecutionStartedEventAttributes.withChildPolicy(ChildPolicy childPolicy)
The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. |
WorkflowExecutionContinuedAsNewEventAttributes |
WorkflowExecutionContinuedAsNewEventAttributes.withChildPolicy(ChildPolicy childPolicy)
The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. |
WorkflowExecutionConfiguration |
WorkflowExecutionConfiguration.withChildPolicy(ChildPolicy childPolicy)
The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. |
TerminateWorkflowExecutionRequest |
TerminateWorkflowExecutionRequest.withChildPolicy(ChildPolicy childPolicy)
If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. |
StartWorkflowExecutionRequest |
StartWorkflowExecutionRequest.withChildPolicy(ChildPolicy childPolicy)
If set, specifies the policy to use for the child workflow executions of this workflow execution if it is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. |
StartChildWorkflowExecutionInitiatedEventAttributes |
StartChildWorkflowExecutionInitiatedEventAttributes.withChildPolicy(ChildPolicy childPolicy)
The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout. |
StartChildWorkflowExecutionDecisionAttributes |
StartChildWorkflowExecutionDecisionAttributes.withChildPolicy(ChildPolicy childPolicy)
If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. |
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withChildPolicy(ChildPolicy childPolicy)
If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. |
WorkflowTypeConfiguration |
WorkflowTypeConfiguration.withDefaultChildPolicy(ChildPolicy defaultChildPolicy)
The optional default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. |
RegisterWorkflowTypeRequest |
RegisterWorkflowTypeRequest.withDefaultChildPolicy(ChildPolicy defaultChildPolicy)
If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |