|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for filters used for querying Collaboration documents.
| Method Summary | |
DocumentFilterType |
getFilterType()
Returns the type of document filter. |
DocumentQueryOrder[] |
getQueryOrders()
Returns the DocumentQueryOrder that specifies the order in which the results will be returned. |
void |
setFilterType(DocumentFilterType filterType)
Sets the type of document filter. |
void |
setQueryOrders(DocumentQueryOrder[] queryOrders)
Sets the DocumentQueryOrder for the rows to return. |
| Methods inherited from interface com.plumtree.remote.prc.collaboration.query.IFilter |
getMaximumResults, isRestoreSecurity, setMaximumResults, setRestoreSecurity |
| Method Detail |
public DocumentFilterType getFilterType()
public DocumentQueryOrder[] getQueryOrders()
DocumentQueryOrder that specifies the order in which the results will be returned.
queryField - a DocumentQueryOrder array describing how the returned results should be orderedpublic void setFilterType(DocumentFilterType filterType)
filterType - the type of document filter; cannot be nullpublic void setQueryOrders(DocumentQueryOrder[] queryOrders)
DocumentQueryOrder for the rows to return.
The rows will be returned ordered as specified by the DocumentQueryOrder array.
queryOrders - a DocumentQueryOrder array describing how the returned results should be ordered; cannot be null or zero-length
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2007 BEA Systems, Inc. All Rights Reserved.