public class TaskSearchQueryV2 extends TaskSearchQuery
Modifier and Type | Field and Description |
---|---|
int |
fromIndex
The index within the search results to begin the page with.
|
String |
sortBy
The task field to sort the results by.
|
String |
sortOrder
The sort order of the query results.
|
int |
toIndex
The index within the search results to end the page with.
|
doNotShowAcceptedByOthers, maxResults, searchEngineType, showNonActiveTasks, terms
Constructor and Description |
---|
TaskSearchQueryV2() |
Modifier and Type | Method and Description |
---|---|
int |
getFromIndex() |
long |
getInvocationID() |
String |
getPrincipalID() |
String |
getSortBy() |
String |
getSortOrder() |
int |
getToIndex() |
boolean |
isCheckPermissions() |
void |
setCheckPermissions(boolean value) |
void |
setFromIndex(int value) |
void |
setInvocationID(long value) |
void |
setPrincipalID(String value) |
void |
setSortBy(String value) |
void |
setSortOrder(String value) |
void |
setToIndex(int value) |
getMaxResults, getSearchEngineType, getTerms, isDoNotShowAcceptedByOthers, isShowNonActiveTasks, setDoNotShowAcceptedByOthers, setMaxResults, setSearchEngineType, setShowNonActiveTasks, setTerms
public String sortBy
public String sortOrder
public int fromIndex
public int toIndex
public boolean isCheckPermissions()
public void setCheckPermissions(boolean value)
public int getFromIndex()
public void setFromIndex(int value)
public long getInvocationID()
public void setInvocationID(long value)
public String getPrincipalID()
public void setPrincipalID(String value)
public String getSortBy()
public void setSortBy(String value)
public String getSortOrder()
public void setSortOrder(String value)
public int getToIndex()
public void setToIndex(int value)