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

Packages that use WorkflowExecutionInfo
com.amazonaws.services.simpleworkflow.flow.common   
com.amazonaws.services.simpleworkflow.model Classes modeling the various types represented by AmazonSimpleWorkflow. 
 

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

Methods in com.amazonaws.services.simpleworkflow.flow.common that return WorkflowExecutionInfo
static WorkflowExecutionInfo WorkflowExecutionUtils.describeWorkflowInstance(AmazonSimpleWorkflow service, String domain, WorkflowExecution workflowExecution)
           
 

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

Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionInfo
 WorkflowExecutionInfo WorkflowExecutionDetail.getExecutionInfo()
          Information about the workflow execution.
 WorkflowExecutionInfo WorkflowExecutionInfo.withCancelRequested(Boolean cancelRequested)
          Set to true if a cancellation is requested for this workflow execution.
 WorkflowExecutionInfo WorkflowExecutionInfo.withCloseStatus(CloseStatus closeStatus)
          If the execution status is closed then this specifies how the execution was closed: COMPLETED: the execution was successfully completed. CANCELED: the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed. TERMINATED: the execution was force terminated. FAILED: the execution failed to complete. TIMED_OUT: the execution did not complete in the alloted time and was automatically timed out. CONTINUED_AS_NEW: the execution is logically continued.
 WorkflowExecutionInfo WorkflowExecutionInfo.withCloseStatus(String closeStatus)
          If the execution status is closed then this specifies how the execution was closed: COMPLETED: the execution was successfully completed. CANCELED: the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed. TERMINATED: the execution was force terminated. FAILED: the execution failed to complete. TIMED_OUT: the execution did not complete in the alloted time and was automatically timed out. CONTINUED_AS_NEW: the execution is logically continued.
 WorkflowExecutionInfo WorkflowExecutionInfo.withCloseTimestamp(Date closeTimestamp)
          The time when the workflow execution was closed.
 WorkflowExecutionInfo WorkflowExecutionInfo.withExecution(WorkflowExecution execution)
          The workflow execution this information is about.
 WorkflowExecutionInfo WorkflowExecutionInfo.withExecutionStatus(ExecutionStatus executionStatus)
          The current status of the execution.
 WorkflowExecutionInfo WorkflowExecutionInfo.withExecutionStatus(String executionStatus)
          The current status of the execution.
 WorkflowExecutionInfo WorkflowExecutionInfo.withParent(WorkflowExecution parent)
          If this workflow execution is a child of another execution then contains the workflow execution that started this execution.
 WorkflowExecutionInfo WorkflowExecutionInfo.withStartTimestamp(Date startTimestamp)
          The time when the execution was started.
 WorkflowExecutionInfo WorkflowExecutionInfo.withTagList(Collection<String> tagList)
          The list of tags associated with the workflow execution.
 WorkflowExecutionInfo WorkflowExecutionInfo.withTagList(String... tagList)
          The list of tags associated with the workflow execution.
 WorkflowExecutionInfo WorkflowExecutionInfo.withWorkflowType(WorkflowType workflowType)
          The type of the workflow execution.
 

Methods in com.amazonaws.services.simpleworkflow.model that return types with arguments of type WorkflowExecutionInfo
 List<WorkflowExecutionInfo> WorkflowExecutionInfos.getExecutionInfos()
          The list of workflow information structures.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowExecutionInfo
 void WorkflowExecutionDetail.setExecutionInfo(WorkflowExecutionInfo executionInfo)
          Information about the workflow execution.
 WorkflowExecutionDetail WorkflowExecutionDetail.withExecutionInfo(WorkflowExecutionInfo executionInfo)
          Information about the workflow execution.
 WorkflowExecutionInfos WorkflowExecutionInfos.withExecutionInfos(WorkflowExecutionInfo... executionInfos)
          The list of workflow information structures.
 

Method parameters in com.amazonaws.services.simpleworkflow.model with type arguments of type WorkflowExecutionInfo
 void WorkflowExecutionInfos.setExecutionInfos(Collection<WorkflowExecutionInfo> executionInfos)
          The list of workflow information structures.
 WorkflowExecutionInfos WorkflowExecutionInfos.withExecutionInfos(Collection<WorkflowExecutionInfo> executionInfos)
          The list of workflow information structures.
 



Copyright © 2016. All rights reserved.