Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionFilter
Packages that use WorkflowExecutionFilter
-
Uses of WorkflowExecutionFilter in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionFilterModifier and TypeMethodDescriptionWorkflowExecutionFilter.clone()
CountClosedWorkflowExecutionsRequest.getExecutionFilter()
If specified, only workflow executions matching theWorkflowId
in the filter are counted.CountOpenWorkflowExecutionsRequest.getExecutionFilter()
If specified, only workflow executions matching theWorkflowId
in the filter are counted.ListClosedWorkflowExecutionsRequest.getExecutionFilter()
If specified, only workflow executions matching the workflow ID specified in the filter are returned.ListOpenWorkflowExecutionsRequest.getExecutionFilter()
If specified, only workflow executions matching the workflow ID specified in the filter are returned.WorkflowExecutionFilter.withWorkflowId
(String workflowId) The workflowId to pass of match the criteria of this filter.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowExecutionFilterModifier and TypeMethodDescriptionvoid
CountClosedWorkflowExecutionsRequest.setExecutionFilter
(WorkflowExecutionFilter executionFilter) If specified, only workflow executions matching theWorkflowId
in the filter are counted.void
CountOpenWorkflowExecutionsRequest.setExecutionFilter
(WorkflowExecutionFilter executionFilter) If specified, only workflow executions matching theWorkflowId
in the filter are counted.void
ListClosedWorkflowExecutionsRequest.setExecutionFilter
(WorkflowExecutionFilter executionFilter) If specified, only workflow executions matching the workflow ID specified in the filter are returned.void
ListOpenWorkflowExecutionsRequest.setExecutionFilter
(WorkflowExecutionFilter executionFilter) If specified, only workflow executions matching the workflow ID specified in the filter are returned.CountClosedWorkflowExecutionsRequest.withExecutionFilter
(WorkflowExecutionFilter executionFilter) If specified, only workflow executions matching theWorkflowId
in the filter are counted.CountOpenWorkflowExecutionsRequest.withExecutionFilter
(WorkflowExecutionFilter executionFilter) If specified, only workflow executions matching theWorkflowId
in the filter are counted.ListClosedWorkflowExecutionsRequest.withExecutionFilter
(WorkflowExecutionFilter executionFilter) If specified, only workflow executions matching the workflow ID specified in the filter are returned.ListOpenWorkflowExecutionsRequest.withExecutionFilter
(WorkflowExecutionFilter executionFilter) If specified, only workflow executions matching the workflow ID specified in the filter are returned.