Package com.veeva.vault.sdk.api.workflow
Interface WorkflowTaskQueryParameters
public interface WorkflowTaskQueryParameters
Provides a mechanism to filter workflow task instances.
-
Method Summary
Modifier and TypeMethodDescriptionsetStatuses(WorkflowTaskStatus... statuses) If specified, will filter the task instances by the given statuses.setTaskConfigurations(WorkflowTaskConfiguration... taskConfigurations) If specified, will filter the task instances by the given workflow task configurations.
-
Method Details
-
setStatuses
If specified, will filter the task instances by the given statuses.- Parameters:
statuses- theWorkflowTaskStatusto filter task instances by- Returns:
- the current
WorkflowTaskQueryParameters
-
setTaskConfigurations
If specified, will filter the task instances by the given workflow task configurations. For example, you can return a task instance only if it was created for one of the given tasks.- Parameters:
taskConfigurations- theWorkflowTaskConfigurationto filter task instances by- Returns:
- the current
WorkflowTaskQueryParameters
-