public class TaskSearchQuery extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
doNotShowAcceptedByOthers
Do no include tasks that have been accepted by other users in the search results
|
int |
maxResults
Limit the number of search query results to this maximum number of results
|
boolean |
showNonActiveTasks
Include tasks not in an 'active' status in the results of the search
|
TaskSearchQueryTerm[] |
terms
An array of TaskSearchQueryTerms that make up a task query
|
Constructor and Description |
---|
TaskSearchQuery() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxResults() |
TaskSearchQueryTerm[] |
getTerms() |
boolean |
isDoNotShowAcceptedByOthers() |
boolean |
isShowNonActiveTasks() |
void |
setDoNotShowAcceptedByOthers(boolean value) |
void |
setMaxResults(int value) |
void |
setShowNonActiveTasks(boolean value) |
void |
setTerms(TaskSearchQueryTerm[] value) |
public int maxResults
public boolean doNotShowAcceptedByOthers
public boolean showNonActiveTasks
public TaskSearchQueryTerm[] terms
public boolean isDoNotShowAcceptedByOthers()
public void setDoNotShowAcceptedByOthers(boolean value)
public int getMaxResults()
public void setMaxResults(int value)
public boolean isShowNonActiveTasks()
public void setShowNonActiveTasks(boolean value)
public TaskSearchQueryTerm[] getTerms()
public void setTerms(TaskSearchQueryTerm[] value)