|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for filters used for querying tasks. By default, a task 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 | |
TaskAssignedToFilterType |
getAssignedToType()
Returns the assigned to filter type. |
int |
getAssignedUserID()
Returns the assigned-to user ID to filter against. |
TaskCompletionFilterType |
getCompletionType()
Returns the completion type filter. |
TaskQueryOrder[] |
getQueryOrders()
Returns the TaskQueryOrder by which the results
will be ordered. |
void |
setAssignedToType(TaskAssignedToFilterType assignedToType)
Sets the assigned to type filter. |
void |
setAssignedUserID(int assignedUserID)
Sets the assigned-to user ID. |
void |
setCompletionType(TaskCompletionFilterType completionType)
Sets the completion type filter. |
void |
setQueryOrders(TaskQueryOrder[] queryOrders)
Sets the TaskQueryOrder for the rows to return. |
| Methods inherited from interface com.plumtree.remote.prc.collaboration.query.IFilter |
getMaximumResults, isRestoreSecurity, setMaximumResults, setRestoreSecurity |
| Method Detail |
public TaskAssignedToFilterType getAssignedToType()
public int getAssignedUserID()
public TaskCompletionFilterType getCompletionType()
public TaskQueryOrder[] getQueryOrders()
TaskQueryOrder by which the results
will be ordered.
queryField - a TaskQueryOrder arraypublic void setAssignedToType(TaskAssignedToFilterType assignedToType)
setAssignedUserID
was already called.
assignedToType - the assigned to type filter; cannot be null
java.lang.IllegalStateException - if the setAssignedUserID method was calledpublic void setAssignedUserID(int assignedUserID)
setAssignedToType
was already called.
assignedUserID - the assigned-to user ID; must be positive
java.lang.IllegalStateException - if the setAssignedToType method was calledpublic void setCompletionType(TaskCompletionFilterType completionType)
completionType - the completion type; cannot be nullpublic void setQueryOrders(TaskQueryOrder[] queryOrders)
TaskQueryOrder for the rows to return.
The rows will be returned in the order of the
TaskQueryOrder array.
queryOrders - a TaskQueryOrder array; cannot be null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2007 BEA Systems, Inc. All Rights Reserved.