|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Filters used for querying projects.
| Method Summary | |
ProjectFilterType |
getFilterType()
Returns the type of project filter. |
java.lang.String |
getNameSearchText()
Returns the search text used for project names. |
ProjectQueryOrder[] |
getQueryOrders()
Returns the ProjectQueryOrder that the results
will be returned in. |
void |
setFilterType(ProjectFilterType filterType)
Sets the type of project filter. |
void |
setNameSearchText(java.lang.String searchText)
Sets the project name search text. |
void |
setQueryOrders(ProjectQueryOrder[] queryOrders)
Sets the ProjectQueryOrder for the rows to return. |
| Methods inherited from interface com.plumtree.remote.prc.collaboration.query.IFilter |
getMaximumResults, isRestoreSecurity, setMaximumResults, setRestoreSecurity |
| Method Detail |
public ProjectFilterType getFilterType()
public java.lang.String getNameSearchText()
public ProjectQueryOrder[] getQueryOrders()
ProjectQueryOrder that the results
will be returned in.
ProjectQueryOrder.public void setFilterType(ProjectFilterType filterType)
filterType - type of project filter; cannot be nullpublic void setNameSearchText(java.lang.String searchText)
searchText - the search text, case-insensitive.public void setQueryOrders(ProjectQueryOrder[] queryOrders)
ProjectQueryOrder for the rows to return.
The rows will be returned as the order of the
ProjectQueryOrder array.
queryOrders - an array of ProjectQueryOrder; cannot be null or of 0 length.
java.lang.IllegalArgumentException - if queryOrders is of size 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.