Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowExecution

Packages that use WorkflowExecution
com.amazonaws.services.simpleworkflow.flow   
com.amazonaws.services.simpleworkflow.flow.common   
com.amazonaws.services.simpleworkflow.flow.generic   
com.amazonaws.services.simpleworkflow.flow.junit   
com.amazonaws.services.simpleworkflow.flow.junit.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. 
 

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

Fields in com.amazonaws.services.simpleworkflow.flow declared as WorkflowExecution
protected  WorkflowExecution DynamicWorkflowClientImpl.workflowExecution
           
protected  WorkflowExecution DynamicWorkflowClientExternalImpl.workflowExecution
           
 

Methods in com.amazonaws.services.simpleworkflow.flow that return WorkflowExecution
 WorkflowExecution WorkflowContext.getParentWorkflowExecution()
           
 WorkflowExecution SignalExternalWorkflowException.getSignaledExecution()
           
 WorkflowExecution WorkflowContext.getWorkflowExecution()
           
 WorkflowExecution WorkflowClientExternalBase.getWorkflowExecution()
           
 WorkflowExecution WorkflowClientExternal.getWorkflowExecution()
           
 WorkflowExecution WorkflowClientBase.getWorkflowExecution()
           
 WorkflowExecution WorkflowClient.getWorkflowExecution()
           
 WorkflowExecution DynamicWorkflowClientImpl.getWorkflowExecution()
           
 WorkflowExecution DynamicWorkflowClientExternalImpl.getWorkflowExecution()
           
 WorkflowExecution ChildWorkflowException.getWorkflowExecution()
           
abstract  WorkflowExecution ActivityExecutionContext.getWorkflowExecution()
           
 

Methods in com.amazonaws.services.simpleworkflow.flow with parameters of type WorkflowExecution
protected abstract  T WorkflowClientFactoryBase.createClientInstance(WorkflowExecution execution, StartWorkflowOptions options, DataConverter dataConverter, GenericWorkflowClient genericClient)
           
protected abstract  T WorkflowClientFactoryExternalBase.createClientInstance(WorkflowExecution workflowExecution, StartWorkflowOptions options, DataConverter dataConverter, GenericWorkflowClientExternal genericClient)
           
 T WorkflowClientFactoryExternalBase.getClient(WorkflowExecution workflowExecution)
           
 T WorkflowClientFactoryExternal.getClient(WorkflowExecution workflowExecution)
           
 T WorkflowClientFactoryBase.getClient(WorkflowExecution execution)
           
 T WorkflowClientFactory.getClient(WorkflowExecution execution)
           
 T WorkflowClientFactoryExternalBase.getClient(WorkflowExecution workflowExecution, StartWorkflowOptions options)
           
 T WorkflowClientFactoryExternal.getClient(WorkflowExecution workflowExecution, StartWorkflowOptions options)
           
 T WorkflowClientFactoryBase.getClient(WorkflowExecution execution, StartWorkflowOptions options)
           
 T WorkflowClientFactory.getClient(WorkflowExecution execution, StartWorkflowOptions options)
           
 T WorkflowClientFactoryExternalBase.getClient(WorkflowExecution workflowExecution, StartWorkflowOptions options, DataConverter dataConverter)
           
 T WorkflowClientFactoryExternal.getClient(WorkflowExecution workflowExecution, StartWorkflowOptions options, DataConverter dataConverter)
           
 T WorkflowClientFactoryBase.getClient(WorkflowExecution execution, StartWorkflowOptions options, DataConverter dataConverter)
           
 T WorkflowClientFactory.getClient(WorkflowExecution execution, StartWorkflowOptions options, DataConverter dataConverter)
           
 T WorkflowClientFactoryExternalBase.getClient(WorkflowExecution workflowExecution, StartWorkflowOptions options, DataConverter dataConverter, GenericWorkflowClientExternal genericClient)
           
 T WorkflowClientFactoryExternal.getClient(WorkflowExecution workflowExecution, StartWorkflowOptions options, DataConverter dataConverter, GenericWorkflowClientExternal genericClient)
           
 void SignalExternalWorkflowException.setSignaledExecution(WorkflowExecution signaledExecution)
           
 void DynamicWorkflowClientExternalImpl.setWorkflowExecution(WorkflowExecution workflowExecution)
           
 void ChildWorkflowException.setWorkflowExecution(WorkflowExecution workflowExecution)
           
 

Constructors in com.amazonaws.services.simpleworkflow.flow with parameters of type WorkflowExecution
ChildWorkflowException(String message, long eventId, WorkflowExecution workflowExecution, WorkflowType workflowType)
           
ChildWorkflowFailedException(long eventId, WorkflowExecution workflowExecution, WorkflowType workflowType, String reason, String details)
           
ChildWorkflowTerminatedException(long eventId, WorkflowExecution workflowExecution, WorkflowType workflowType)
           
ChildWorkflowTimedOutException(long eventId, WorkflowExecution workflowExecution, WorkflowType workflowType)
           
DynamicWorkflowClientExternalImpl(WorkflowExecution workflowExecution)
           
DynamicWorkflowClientExternalImpl(WorkflowExecution workflowExecution, WorkflowType workflowType, StartWorkflowOptions options)
           
DynamicWorkflowClientExternalImpl(WorkflowExecution workflowExecution, WorkflowType workflowType, StartWorkflowOptions options, DataConverter dataConverter)
           
DynamicWorkflowClientExternalImpl(WorkflowExecution workflowExecution, WorkflowType workflowType, StartWorkflowOptions options, DataConverter dataConverter, GenericWorkflowClientExternal genericClient)
           
DynamicWorkflowClientImpl(WorkflowExecution workflowExecution)
           
DynamicWorkflowClientImpl(WorkflowExecution workflowExecution, WorkflowType workflowType)
           
DynamicWorkflowClientImpl(WorkflowExecution workflowExecution, WorkflowType workflowType, StartWorkflowOptions options)
           
DynamicWorkflowClientImpl(WorkflowExecution workflowExecution, WorkflowType workflowType, StartWorkflowOptions options, DataConverter dataConverter)
           
DynamicWorkflowClientImpl(WorkflowExecution workflowExecution, WorkflowType workflowType, StartWorkflowOptions options, DataConverter dataConverter, GenericWorkflowClient genericClient)
           
SignalExternalWorkflowException(long eventId, WorkflowExecution signaledExecution, String cause)
           
StartChildWorkflowFailedException(long eventId, WorkflowExecution workflowExecution, WorkflowType workflowType, String cause)
           
WorkflowClientBase(WorkflowExecution workflowExecution, WorkflowType workflowType, StartWorkflowOptions options, DataConverter dataConverter, GenericWorkflowClient genericClient)
           
WorkflowClientExternalBase(WorkflowExecution workflowExecution, WorkflowType workflowType, StartWorkflowOptions options, DataConverter dataConverter, GenericWorkflowClientExternal genericClient)
           
WorkflowReplayer(AmazonSimpleWorkflow service, String domain, WorkflowExecution workflowExecution, Class<T> workflowImplementationType)
           
WorkflowReplayer(AmazonSimpleWorkflow service, String domain, WorkflowExecution workflowExecution, T workflowImplementation)
           
WorkflowReplayer(AmazonSimpleWorkflow service, String domain, WorkflowExecution workflowExecution, WorkflowDefinitionFactoryFactory workflowDefinitionFactoryFactory)
           
WorkflowReplayer(Iterable<HistoryEvent> history, WorkflowExecution workflowExecution, Class<T> workflowImplementationType)
           
WorkflowReplayer(Iterable<HistoryEvent> history, WorkflowExecution workflowExecution, T workflowImplementation)
           
WorkflowReplayer(Iterable<HistoryEvent> history, WorkflowExecution workflowExecution, WorkflowDefinitionFactoryFactory workflowDefinitionFactoryFactory)
           
 

Uses of WorkflowExecution in com.amazonaws.services.simpleworkflow.flow.common
 

Methods in com.amazonaws.services.simpleworkflow.flow.common that return WorkflowExecution
static WorkflowExecution WorkflowExecutionUtils.getWorkflowIdFromExternalWorkflowCompletedEvent(HistoryEvent event)
           
 

Methods in com.amazonaws.services.simpleworkflow.flow.common with parameters of type WorkflowExecution
static WorkflowExecutionInfo WorkflowExecutionUtils.describeWorkflowInstance(AmazonSimpleWorkflow service, String domain, WorkflowExecution workflowExecution)
           
static List<HistoryEvent> WorkflowExecutionUtils.getHistory(AmazonSimpleWorkflow service, String domain, WorkflowExecution workflowExecution)
           
static History WorkflowExecutionUtils.getHistoryPage(String nextPageToken, AmazonSimpleWorkflow service, String domain, WorkflowExecution workflowExecution)
           
static HistoryEvent WorkflowExecutionUtils.getInstanceCloseEvent(AmazonSimpleWorkflow service, String domain, WorkflowExecution workflowExecution)
           
static WorkflowExecutionCompletedEventAttributes WorkflowExecutionUtils.getWorkflowExecutionResult(AmazonSimpleWorkflow service, String domain, WorkflowExecution workflowExecution)
          Returns result of workflow instance execution.
static String WorkflowExecutionUtils.prettyPrintHistory(AmazonSimpleWorkflow service, String domain, WorkflowExecution workflowExecution)
          Returns workflow instance history in a human readable format.
static String WorkflowExecutionUtils.prettyPrintHistory(AmazonSimpleWorkflow service, String domain, WorkflowExecution workflowExecution, boolean showWorkflowTasks)
          Returns workflow instance history in a human readable format.
static WorkflowExecutionCompletedEventAttributes WorkflowExecutionUtils.waitForWorkflowExecutionResult(AmazonSimpleWorkflow service, String domain, WorkflowExecution workflowExecution)
          Blocks until workflow instance completes and returns its result.
static WorkflowExecutionCompletedEventAttributes WorkflowExecutionUtils.waitForWorkflowExecutionResult(AmazonSimpleWorkflow service, String domain, WorkflowExecution workflowExecution, long timeoutSeconds)
          Waits up to specified timeout until workflow instance completes and returns its result.
static String WorkflowExecutionUtils.waitForWorkflowInstanceCompletion(AmazonSimpleWorkflow service, String domain, WorkflowExecution workflowExecution)
          Blocks until workflow instance completes.
static String WorkflowExecutionUtils.waitForWorkflowInstanceCompletion(AmazonSimpleWorkflow service, String domain, WorkflowExecution workflowExecution, long timeoutSeconds)
          Waits up to specified timeout for workflow instance completion.
static String WorkflowExecutionUtils.waitForWorkflowInstanceCompletionAcrossGenerations(AmazonSimpleWorkflow service, String domain, WorkflowExecution workflowExecution)
          Like WorkflowExecutionUtils.waitForWorkflowInstanceCompletionAcrossGenerations(AmazonSimpleWorkflow, String, WorkflowExecution, long) , but with no timeout.
static String WorkflowExecutionUtils.waitForWorkflowInstanceCompletionAcrossGenerations(AmazonSimpleWorkflow service, String domain, WorkflowExecution workflowExecution, long timeoutSeconds)
          Like WorkflowExecutionUtils.waitForWorkflowInstanceCompletion(AmazonSimpleWorkflow, String, WorkflowExecution, long) , except will wait for continued generations of the original workflow execution too.
 

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

Methods in com.amazonaws.services.simpleworkflow.flow.generic that return WorkflowExecution
 WorkflowExecution TerminateWorkflowExecutionParameters.getWorkflowExecution()
           
 WorkflowExecution GenericWorkflowClientExternal.startWorkflow(StartWorkflowExecutionParameters startParameters)
           
 

Methods in com.amazonaws.services.simpleworkflow.flow.generic with parameters of type WorkflowExecution
 String GenericWorkflowClientExternal.getWorkflowState(WorkflowExecution execution)
           
 void GenericWorkflowClientExternal.requestCancelWorkflowExecution(WorkflowExecution execution)
           
 void GenericWorkflowClient.requestCancelWorkflowExecution(WorkflowExecution execution)
           
 void TerminateWorkflowExecutionParameters.setWorkflowExecution(WorkflowExecution workflowExecution)
           
 TerminateWorkflowExecutionParameters TerminateWorkflowExecutionParameters.withWorkflowExecution(WorkflowExecution workflowExecution)
           
 

Constructors in com.amazonaws.services.simpleworkflow.flow.generic with parameters of type WorkflowExecution
TerminateWorkflowExecutionParameters(WorkflowExecution workflowExecution, ChildPolicy childPolicy, String reason, String details)
           
 

Uses of WorkflowExecution in com.amazonaws.services.simpleworkflow.flow.junit
 

Methods in com.amazonaws.services.simpleworkflow.flow.junit that return WorkflowExecution
 WorkflowExecution WorkflowTestBase.getWorkflowExecution()
           
 

Methods in com.amazonaws.services.simpleworkflow.flow.junit with parameters of type WorkflowExecution
 void WorkflowTestBase.setWorkflowExecution(WorkflowExecution workflowExecution)
           
 

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

Methods in com.amazonaws.services.simpleworkflow.flow.junit.spring with parameters of type WorkflowExecution
 String SpringTestPOJOWorkflowImplementationGenericWorkflowClient.getWorkflowState(WorkflowExecution execution)
           
 void SpringTestPOJOWorkflowImplementationGenericWorkflowClient.requestCancelWorkflowExecution(WorkflowExecution execution)
           
 

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

Methods in com.amazonaws.services.simpleworkflow.flow.test that return WorkflowExecution
 WorkflowExecution TestWorkflowContext.getParentWorkflowExecution()
           
 WorkflowExecution TestWorkflowContext.getWorkflowExecution()
           
 

Methods in com.amazonaws.services.simpleworkflow.flow.test with parameters of type WorkflowExecution
 String TestPOJOWorkflowImplementationGenericWorkflowClient.getWorkflowState(WorkflowExecution execution)
           
 String TestGenericWorkflowClient.getWorkflowState(WorkflowExecution execution)
           
 void TestPOJOWorkflowImplementationGenericWorkflowClient.requestCancelWorkflowExecution(WorkflowExecution execution)
           
 void TestGenericWorkflowClient.requestCancelWorkflowExecution(WorkflowExecution execution)
           
 void TestWorkflowContext.setParentWorkflowExecution(WorkflowExecution parentWorkflowExecution)
           
 void TestWorkflowContext.setWorkflowExecution(WorkflowExecution workflowExecution)
           
 

Uses of WorkflowExecution in com.amazonaws.services.simpleworkflow.flow.worker
 

Methods in com.amazonaws.services.simpleworkflow.flow.worker that return WorkflowExecution
 WorkflowExecution GenericWorkflowClientExternalImpl.startWorkflow(StartWorkflowExecutionParameters startParameters)
           
 

Methods in com.amazonaws.services.simpleworkflow.flow.worker with parameters of type WorkflowExecution
 String GenericWorkflowClientExternalImpl.getWorkflowState(WorkflowExecution execution)
           
 void GenericWorkflowClientExternalImpl.requestCancelWorkflowExecution(WorkflowExecution execution)
           
 

Uses of WorkflowExecution in com.amazonaws.services.simpleworkflow.model
 

Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecution
 WorkflowExecution WorkflowExecutionInfo.getExecution()
          The workflow execution this information is about.
 WorkflowExecution GetWorkflowExecutionHistoryRequest.getExecution()
          Specifies the workflow execution for which to return the history.
 WorkflowExecution DescribeWorkflowExecutionRequest.getExecution()
          The workflow execution to describe.
 WorkflowExecution WorkflowExecutionSignaledEventAttributes.getExternalWorkflowExecution()
          The workflow execution that sent the signal.
 WorkflowExecution WorkflowExecutionCancelRequestedEventAttributes.getExternalWorkflowExecution()
          The external workflow execution for which the cancellation was requested.
 WorkflowExecution WorkflowExecutionInfo.getParent()
          If this workflow execution is a child of another execution then contains the workflow execution that started this execution.
 WorkflowExecution WorkflowExecutionStartedEventAttributes.getParentWorkflowExecution()
          The source workflow execution that started this workflow execution.
 WorkflowExecution ExternalWorkflowExecutionSignaledEventAttributes.getWorkflowExecution()
          The external workflow execution that the signal was delivered to.
 WorkflowExecution ExternalWorkflowExecutionCancelRequestedEventAttributes.getWorkflowExecution()
          The external workflow execution to which the cancellation request was delivered.
 WorkflowExecution DecisionTask.getWorkflowExecution()
          The workflow execution for which this decision task was created.
 WorkflowExecution ChildWorkflowExecutionTimedOutEventAttributes.getWorkflowExecution()
          The child workflow execution that timed out.
 WorkflowExecution ChildWorkflowExecutionTerminatedEventAttributes.getWorkflowExecution()
          The child workflow execution that was terminated.
 WorkflowExecution ChildWorkflowExecutionStartedEventAttributes.getWorkflowExecution()
          The child workflow execution that was started.
 WorkflowExecution ChildWorkflowExecutionFailedEventAttributes.getWorkflowExecution()
          The child workflow execution that failed.
 WorkflowExecution ChildWorkflowExecutionCompletedEventAttributes.getWorkflowExecution()
          The child workflow execution that was completed.
 WorkflowExecution ChildWorkflowExecutionCanceledEventAttributes.getWorkflowExecution()
          The child workflow execution that was canceled.
 WorkflowExecution ActivityTask.getWorkflowExecution()
          The workflow execution that started this activity task.
 WorkflowExecution WorkflowExecution.withRunId(String runId)
          A system generated unique identifier for the workflow execution.
 WorkflowExecution WorkflowExecution.withWorkflowId(String workflowId)
          The user defined identifier associated with the workflow execution.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowExecution
 void WorkflowExecutionInfo.setExecution(WorkflowExecution execution)
          The workflow execution this information is about.
 void GetWorkflowExecutionHistoryRequest.setExecution(WorkflowExecution execution)
          Specifies the workflow execution for which to return the history.
 void DescribeWorkflowExecutionRequest.setExecution(WorkflowExecution execution)
          The workflow execution to describe.
 void WorkflowExecutionSignaledEventAttributes.setExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution)
          The workflow execution that sent the signal.
 void WorkflowExecutionCancelRequestedEventAttributes.setExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution)
          The external workflow execution for which the cancellation was requested.
 void WorkflowExecutionInfo.setParent(WorkflowExecution parent)
          If this workflow execution is a child of another execution then contains the workflow execution that started this execution.
 void WorkflowExecutionStartedEventAttributes.setParentWorkflowExecution(WorkflowExecution parentWorkflowExecution)
          The source workflow execution that started this workflow execution.
 void ExternalWorkflowExecutionSignaledEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution)
          The external workflow execution that the signal was delivered to.
 void ExternalWorkflowExecutionCancelRequestedEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution)
          The external workflow execution to which the cancellation request was delivered.
 void DecisionTask.setWorkflowExecution(WorkflowExecution workflowExecution)
          The workflow execution for which this decision task was created.
 void ChildWorkflowExecutionTimedOutEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution)
          The child workflow execution that timed out.
 void ChildWorkflowExecutionTerminatedEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution)
          The child workflow execution that was terminated.
 void ChildWorkflowExecutionStartedEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution)
          The child workflow execution that was started.
 void ChildWorkflowExecutionFailedEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution)
          The child workflow execution that failed.
 void ChildWorkflowExecutionCompletedEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution)
          The child workflow execution that was completed.
 void ChildWorkflowExecutionCanceledEventAttributes.setWorkflowExecution(WorkflowExecution workflowExecution)
          The child workflow execution that was canceled.
 void ActivityTask.setWorkflowExecution(WorkflowExecution workflowExecution)
          The workflow execution that started this activity task.
 WorkflowExecutionInfo WorkflowExecutionInfo.withExecution(WorkflowExecution execution)
          The workflow execution this information is about.
 GetWorkflowExecutionHistoryRequest GetWorkflowExecutionHistoryRequest.withExecution(WorkflowExecution execution)
          Specifies the workflow execution for which to return the history.
 DescribeWorkflowExecutionRequest DescribeWorkflowExecutionRequest.withExecution(WorkflowExecution execution)
          The workflow execution to describe.
 WorkflowExecutionSignaledEventAttributes WorkflowExecutionSignaledEventAttributes.withExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution)
          The workflow execution that sent the signal.
 WorkflowExecutionCancelRequestedEventAttributes WorkflowExecutionCancelRequestedEventAttributes.withExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution)
          The external workflow execution for which the cancellation was requested.
 WorkflowExecutionInfo WorkflowExecutionInfo.withParent(WorkflowExecution parent)
          If this workflow execution is a child of another execution then contains the workflow execution that started this execution.
 WorkflowExecutionStartedEventAttributes WorkflowExecutionStartedEventAttributes.withParentWorkflowExecution(WorkflowExecution parentWorkflowExecution)
          The source workflow execution that started this workflow execution.
 ExternalWorkflowExecutionSignaledEventAttributes ExternalWorkflowExecutionSignaledEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
          The external workflow execution that the signal was delivered to.
 ExternalWorkflowExecutionCancelRequestedEventAttributes ExternalWorkflowExecutionCancelRequestedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
          The external workflow execution to which the cancellation request was delivered.
 DecisionTask DecisionTask.withWorkflowExecution(WorkflowExecution workflowExecution)
          The workflow execution for which this decision task was created.
 ChildWorkflowExecutionTimedOutEventAttributes ChildWorkflowExecutionTimedOutEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
          The child workflow execution that timed out.
 ChildWorkflowExecutionTerminatedEventAttributes ChildWorkflowExecutionTerminatedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
          The child workflow execution that was terminated.
 ChildWorkflowExecutionStartedEventAttributes ChildWorkflowExecutionStartedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
          The child workflow execution that was started.
 ChildWorkflowExecutionFailedEventAttributes ChildWorkflowExecutionFailedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
          The child workflow execution that failed.
 ChildWorkflowExecutionCompletedEventAttributes ChildWorkflowExecutionCompletedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
          The child workflow execution that was completed.
 ChildWorkflowExecutionCanceledEventAttributes ChildWorkflowExecutionCanceledEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
          The child workflow execution that was canceled.
 ActivityTask ActivityTask.withWorkflowExecution(WorkflowExecution workflowExecution)
          The workflow execution that started this activity task.
 



Copyright © 2016. All rights reserved.