com.webmethods.caf.portalclient.task.task
Class TaskSearchQuery

java.lang.Object
  extended by com.webmethods.caf.portalclient.task.task.TaskSearchQuery
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TaskSearchQueryV2

public class TaskSearchQuery
extends Object
implements Serializable

Web service marshalling class representing a query for searching tasks.

See Also:
Serialized Form

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

maxResults

public int maxResults
Limit the number of search query results to this maximum number of results


doNotShowAcceptedByOthers

public boolean doNotShowAcceptedByOthers
Do no include tasks that have been accepted by other users in the search results


showNonActiveTasks

public boolean showNonActiveTasks
Include tasks not in an 'active' status in the results of the search


terms

public TaskSearchQueryTerm[] terms
An array of TaskSearchQueryTerms that make up a task query

Constructor Detail

TaskSearchQuery

public TaskSearchQuery()
Method Detail

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)

getTerms

public TaskSearchQueryTerm[] getTerms()

setTerms

public void setTerms(TaskSearchQueryTerm[] value)