Class TaskSearchQuery
java.lang.Object
com.webmethods.caf.portalclient.task.task.TaskSearchQuery
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TaskSearchQueryV2
Web service marshaling class representing a query for searching tasks.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
Do no include tasks that have been accepted by other users in the search resultsint
Limit the number of search query results to this maximum number of resultsboolean
Include tasks not in an 'active' status in the results of the searchAn array of TaskSearchQueryTerms that make up a task query -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getTerms()
boolean
boolean
boolean
void
setActiveVoting
(boolean activeVoting) void
setDoNotShowAcceptedByOthers
(boolean value) void
setMaxResults
(int value) void
setSearchEngineType
(String searchEngineType) void
setShowNonActiveTasks
(boolean value) void
setTerms
(TaskSearchQueryTerm[] value)
-
Field Details
-
maxResults
public int maxResultsLimit the number of search query results to this maximum number of results -
doNotShowAcceptedByOthers
public boolean doNotShowAcceptedByOthersDo no include tasks that have been accepted by other users in the search results -
showNonActiveTasks
public boolean showNonActiveTasksInclude tasks not in an 'active' status in the results of the search -
searchEngineType
-
terms
An array of TaskSearchQueryTerms that make up a task query -
activeVoting
public boolean activeVoting
-
-
Constructor Details
-
TaskSearchQuery
public TaskSearchQuery()
-
-
Method Details
-
isActiveVoting
public boolean isActiveVoting() -
setActiveVoting
public void setActiveVoting(boolean activeVoting) -
isDoNotShowAcceptedByOthers
public boolean isDoNotShowAcceptedByOthers() -
setDoNotShowAcceptedByOthers
public void setDoNotShowAcceptedByOthers(boolean value) -
getMaxResults
public int getMaxResults() -
setMaxResults
public void setMaxResults(int value) -
isShowNonActiveTasks
public boolean isShowNonActiveTasks() -
setShowNonActiveTasks
public void setShowNonActiveTasks(boolean value) -
getSearchEngineType
-
setSearchEngineType
-
getTerms
-
setTerms
-