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 that 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 that 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 Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.