void |
CountClosedWorkflowExecutionsRequest.setCloseTimeFilter(ExecutionTimeFilter closeTimeFilter) |
If specified, only workflow executions that meet the close time criteria
of the filter are counted.
|
void |
ListClosedWorkflowExecutionsRequest.setCloseTimeFilter(ExecutionTimeFilter closeTimeFilter) |
If specified, the workflow executions are included in the returned
results based on whether their close times are within the range specified
by this filter.
|
void |
CountClosedWorkflowExecutionsRequest.setStartTimeFilter(ExecutionTimeFilter startTimeFilter) |
If specified, only workflow executions that meet the start time criteria
of the filter are counted.
|
void |
CountOpenWorkflowExecutionsRequest.setStartTimeFilter(ExecutionTimeFilter startTimeFilter) |
Specifies the start time criteria that workflow executions must meet in
order to be counted.
|
void |
ListClosedWorkflowExecutionsRequest.setStartTimeFilter(ExecutionTimeFilter startTimeFilter) |
If specified, the workflow executions are included in the returned
results based on whether their start times are within the range specified
by this filter.
|
void |
ListOpenWorkflowExecutionsRequest.setStartTimeFilter(ExecutionTimeFilter startTimeFilter) |
Workflow executions are included in the returned results based on whether
their start times are within the range specified by this filter.
|
CountClosedWorkflowExecutionsRequest |
CountClosedWorkflowExecutionsRequest.withCloseTimeFilter(ExecutionTimeFilter closeTimeFilter) |
If specified, only workflow executions that meet the close time criteria
of the filter are counted.
|
ListClosedWorkflowExecutionsRequest |
ListClosedWorkflowExecutionsRequest.withCloseTimeFilter(ExecutionTimeFilter closeTimeFilter) |
If specified, the workflow executions are included in the returned
results based on whether their close times are within the range specified
by this filter.
|
CountClosedWorkflowExecutionsRequest |
CountClosedWorkflowExecutionsRequest.withStartTimeFilter(ExecutionTimeFilter startTimeFilter) |
If specified, only workflow executions that meet the start time criteria
of the filter are counted.
|
CountOpenWorkflowExecutionsRequest |
CountOpenWorkflowExecutionsRequest.withStartTimeFilter(ExecutionTimeFilter startTimeFilter) |
Specifies the start time criteria that workflow executions must meet in
order to be counted.
|
ListClosedWorkflowExecutionsRequest |
ListClosedWorkflowExecutionsRequest.withStartTimeFilter(ExecutionTimeFilter startTimeFilter) |
If specified, the workflow executions are included in the returned
results based on whether their start times are within the range specified
by this filter.
|
ListOpenWorkflowExecutionsRequest |
ListOpenWorkflowExecutionsRequest.withStartTimeFilter(ExecutionTimeFilter startTimeFilter) |
Workflow executions are included in the returned results based on whether
their start times are within the range specified by this filter.
|