public class TaskSearchResults extends Object implements Serializable
Constructor and Description |
---|
TaskSearchResults(Set<Task> tasks,
boolean limitReached)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
Set<Task> |
getTasks()
The process flow tasks found that match the query.
|
boolean |
isLimitReached()
Indicates whether the query results exceed the maximum number of items that are allowed on the server.
|
String |
toString() |
public TaskSearchResults(Set<Task> tasks, boolean limitReached)
tasks
- The process flow tasks that match the query.limitReached
- Indicates whether the query results exceed the maximum number of items allowed on the server.public Set<Task> getTasks()
public boolean isLimitReached()
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>