|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for filters used for querying task lists. By default, a task list filter will be set to give the largest possible result set. Various setter methods can be used to narrow the kinds of results to return.
| Method Summary | |
TaskListCompletionFilterType |
getCompletionType()
Returns the completion filter type. |
TaskListQueryOrder[] |
getQueryOrders()
Returns the TaskListQueryOrder by which the results
will be returned. |
void |
setCompletionType(TaskListCompletionFilterType filterType)
Sets the completion filter type, which indicates the completion filter type of the task list's containing tasks. |
void |
setQueryOrders(TaskListQueryOrder[] queryOrders)
Sets the TaskListQueryOrder for the rows to return. |
| Methods inherited from interface com.plumtree.remote.prc.collaboration.query.IFilter |
getMaximumResults, isRestoreSecurity, setMaximumResults, setRestoreSecurity |
| Method Detail |
public TaskListCompletionFilterType getCompletionType()
public TaskListQueryOrder[] getQueryOrders()
TaskListQueryOrder by which the results
will be returned.
TaskListQueryOrder arraypublic void setCompletionType(TaskListCompletionFilterType filterType)
queryTaskLists will then
return task lists that contain tasks that satisfy the completion filter type set.
filterType - the task list filter type; cannot be nullpublic void setQueryOrders(TaskListQueryOrder[] queryOrders)
TaskListQueryOrder for the rows to return.
The rows will be returned in the order of the
TaskListQueryOrder array.
queryOrders - a TaskListQueryOrder array;cannot be null or of 0 length
java.lang.IllegalArgumentException - if queryOrders is of length 0
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2007 BEA Systems, Inc. All Rights Reserved.