|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for filters used for querying Collaboration 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 in which the results
will be returned. |
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 in which the results
will be returned.
ProjectQueryOrder arraypublic void setFilterType(ProjectFilterType filterType)
filterType - the type of project filter; cannot be nullpublic void setNameSearchText(java.lang.String searchText)
searchText - the search text, case-insensitivepublic void setQueryOrders(ProjectQueryOrder[] queryOrders)
ProjectQueryOrder for the rows to return.
The rows will be returned as the order of the
ProjectQueryOrder array.
queryOrders - a ProjectQueryOrder array; 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.