Uses of Class
com.amazonaws.services.simpleworkflow.flow.generic.ContinueAsNewWorkflowExecutionParameters

Packages that use ContinueAsNewWorkflowExecutionParameters
com.amazonaws.services.simpleworkflow.flow   
com.amazonaws.services.simpleworkflow.flow.generic   
com.amazonaws.services.simpleworkflow.flow.junit.spring   
com.amazonaws.services.simpleworkflow.flow.test   
 

Uses of ContinueAsNewWorkflowExecutionParameters in com.amazonaws.services.simpleworkflow.flow
 

Methods in com.amazonaws.services.simpleworkflow.flow that return ContinueAsNewWorkflowExecutionParameters
 ContinueAsNewWorkflowExecutionParameters WorkflowContext.getContinueAsNewOnCompletion()
           
 

Methods in com.amazonaws.services.simpleworkflow.flow with parameters of type ContinueAsNewWorkflowExecutionParameters
 void DynamicClient.continueAsNewOnCompletion(ContinueAsNewWorkflowExecutionParameters parameters)
           
 void WorkflowContext.setContinueAsNewOnCompletion(ContinueAsNewWorkflowExecutionParameters continueParameters)
           
 

Uses of ContinueAsNewWorkflowExecutionParameters in com.amazonaws.services.simpleworkflow.flow.generic
 

Methods in com.amazonaws.services.simpleworkflow.flow.generic that return ContinueAsNewWorkflowExecutionParameters
 ContinueAsNewWorkflowExecutionParameters ContinueAsNewWorkflowExecutionParameters.clone()
           
 ContinueAsNewWorkflowExecutionParameters ContinueAsNewWorkflowExecutionParameters.createContinueAsNewParametersFromOptions(StartWorkflowOptions options, StartWorkflowOptions optionsOverride)
           
 ContinueAsNewWorkflowExecutionParameters ContinueAsNewWorkflowExecutionParameters.withExecutionStartToCloseTimeoutSeconds(long executionStartToCloseTimeoutSeconds)
           
 ContinueAsNewWorkflowExecutionParameters ContinueAsNewWorkflowExecutionParameters.withInput(String input)
           
 ContinueAsNewWorkflowExecutionParameters ContinueAsNewWorkflowExecutionParameters.withTagList(List<String> tagList)
           
 ContinueAsNewWorkflowExecutionParameters ContinueAsNewWorkflowExecutionParameters.withTaskList(String taskList)
           
 ContinueAsNewWorkflowExecutionParameters ContinueAsNewWorkflowExecutionParameters.withTaskStartToCloseTimeoutSeconds(long taskStartToCloseTimeoutSeconds)
           
 

Methods in com.amazonaws.services.simpleworkflow.flow.generic with parameters of type ContinueAsNewWorkflowExecutionParameters
 void GenericWorkflowClient.continueAsNewOnCompletion(ContinueAsNewWorkflowExecutionParameters parameters)
           
 

Uses of ContinueAsNewWorkflowExecutionParameters in com.amazonaws.services.simpleworkflow.flow.junit.spring
 

Methods in com.amazonaws.services.simpleworkflow.flow.junit.spring with parameters of type ContinueAsNewWorkflowExecutionParameters
 void SpringTestPOJOWorkflowImplementationGenericWorkflowClient.continueAsNewOnCompletion(ContinueAsNewWorkflowExecutionParameters parameters)
           
 

Uses of ContinueAsNewWorkflowExecutionParameters in com.amazonaws.services.simpleworkflow.flow.test
 

Methods in com.amazonaws.services.simpleworkflow.flow.test that return ContinueAsNewWorkflowExecutionParameters
 ContinueAsNewWorkflowExecutionParameters TestWorkflowContext.getContinueAsNewOnCompletion()
           
 

Methods in com.amazonaws.services.simpleworkflow.flow.test with parameters of type ContinueAsNewWorkflowExecutionParameters
 void TestPOJOWorkflowImplementationGenericWorkflowClient.continueAsNewOnCompletion(ContinueAsNewWorkflowExecutionParameters parameters)
           
 void TestGenericWorkflowClient.continueAsNewOnCompletion(ContinueAsNewWorkflowExecutionParameters parameters)
           
 void TestWorkflowContext.setContinueAsNewOnCompletion(ContinueAsNewWorkflowExecutionParameters continueAsNewOnCompletion)
           
 



Copyright © 2016. All rights reserved.