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 theWorkflowIdin the filter are counted.CountOpenWorkflowExecutionsRequest.getExecutionFilter()If specified, only workflow executions matching theWorkflowIdin 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 TypeMethodDescriptionvoidCountClosedWorkflowExecutionsRequest.setExecutionFilter(WorkflowExecutionFilter executionFilter) If specified, only workflow executions matching theWorkflowIdin the filter are counted.voidCountOpenWorkflowExecutionsRequest.setExecutionFilter(WorkflowExecutionFilter executionFilter) If specified, only workflow executions matching theWorkflowIdin the filter are counted.voidListClosedWorkflowExecutionsRequest.setExecutionFilter(WorkflowExecutionFilter executionFilter) If specified, only workflow executions matching the workflow ID specified in the filter are returned.voidListOpenWorkflowExecutionsRequest.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 theWorkflowIdin the filter are counted.CountOpenWorkflowExecutionsRequest.withExecutionFilter(WorkflowExecutionFilter executionFilter) If specified, only workflow executions matching theWorkflowIdin 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.