|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Filters used for querying tasks. By default a task filter will be set to give the largest possible result set. The 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 user id to filter against. |
TaskCompletionFilterType |
getCompletionType()
Returns the completion type filter. |
TaskQueryOrder[] |
getQueryOrders()
Returns the TaskQueryOrder that the results
will be returned in. |
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 that the results
will be returned in.
TaskQueryOrder.public void setAssignedToType(TaskAssignedToFilterType assignedToType)
setAssignedUserID
is already called.
assignedToType - the assigned to type filter; cannot be null.
java.lang.IllegalStateException - if setAssignedUserID is called.public void setAssignedUserID(int assignedUserID)
setAssignedToType
is already called.
assignedUserID - the assigned to user id; must be positive.
java.lang.IllegalStateException - if setAssignedToType is called.public void setCompletionType(TaskCompletionFilterType completionType)
completionType - the completion type; cannot be null.public void setQueryOrders(TaskQueryOrder[] queryOrders)
TaskQueryOrder for the rows to return.
The rows will be returned as the order of the
TaskQueryOrder array.
queryOrders - an array of TaskQueryOrder ;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.