com.plumtree.remote.prc.collaboration.document
Interface IDocumentFolderFilter

All Superinterfaces:
IFilter

public interface IDocumentFolderFilter
extends IFilter

Filters used for querying Document folders.


Method Summary
 DocumentFolderQueryOrder[] getQueryOrders()
          Returns the DocumentFolderQueryOrder which specifies the order the results will be returned in.
 void setQueryOrders(DocumentFolderQueryOrder[] queryOrders)
          Sets the DocumentFolderQueryOrder for the rows to return.
 
Methods inherited from interface com.plumtree.remote.prc.collaboration.query.IFilter
getMaximumResults, isRestoreSecurity, setMaximumResults, setRestoreSecurity
 

Method Detail

getQueryOrders

public DocumentFolderQueryOrder[] getQueryOrders()
Returns the DocumentFolderQueryOrder which specifies the order the results will be returned in.

Returns:
queryField A DocumentFolderQueryOrder array.

setQueryOrders

public void setQueryOrders(DocumentFolderQueryOrder[] queryOrders)
Sets the DocumentFolderQueryOrder for the rows to return. The rows will be returned ordered as specified by the DocumentFolderQueryOrder array.

Parameters:
queryOrders - a DocumentFolderQueryOrder array. Cannot be null or zero-length.


For additional information on the IDK, including tutorials, blogs, code samples and more,see the AquaLogic User Interaction Developer Center on BEA dev2dev.

Copyright ©2007 BEA Systems, Inc. All Rights Reserved.