Class TaskSearchQuery

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

public class TaskSearchQuery extends Object implements Serializable
Web service marshaling class representing a query for searching tasks.
See Also:
  • Field Details

    • 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
    • searchEngineType

      public String searchEngineType
    • terms

      public TaskSearchQueryTerm[] 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

      public String getSearchEngineType()
    • setSearchEngineType

      public void setSearchEngineType(String searchEngineType)
    • getTerms

      public TaskSearchQueryTerm[] getTerms()
    • setTerms

      public void setTerms(TaskSearchQueryTerm[] value)