|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Filters used for querying Documents.
| Method Summary | |
DocumentFilterType |
getFilterType()
Returns the type of document filter. |
DocumentQueryOrder[] |
getQueryOrders()
Returns the DocumentQueryOrder which specifies the order the results will be returned in. |
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 which specifies the order the results will be returned in.
DocumentQueryOrder.public void setFilterType(DocumentFilterType filterType)
filterType - type of document filter. Cannot be null.public void setQueryOrders(DocumentQueryOrder[] queryOrders)
DocumentQueryOrder for the rows to return.
The rows will be returned ordered as specified by the DocumentQueryOrder array.
queryOrders - an array of XPDocumentQueryOrder. 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.