|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webmethods.caf.portalclient.task.task.TaskSearchQuery
public class TaskSearchQuery
Web service marshalling class representing a query for searching tasks.
Field Summary | |
---|---|
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 Summary | |
---|---|
TaskSearchQuery()
|
Method Summary | |
---|---|
int |
getMaxResults()
|
TaskSearchQueryTerm[] |
getTerms()
|
boolean |
isDoNotShowAcceptedByOthers()
|
boolean |
isShowNonActiveTasks()
|
void |
setDoNotShowAcceptedByOthers(boolean value)
|
void |
setMaxResults(int value)
|
void |
setShowNonActiveTasks(boolean value)
|
void |
setTerms(TaskSearchQueryTerm[] value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int maxResults
public boolean doNotShowAcceptedByOthers
public boolean showNonActiveTasks
public TaskSearchQueryTerm[] terms
Constructor Detail |
---|
public TaskSearchQuery()
Method Detail |
---|
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |