Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDocumentQuery Members

IDocumentQuery overview

Public Instance Methods

iconExecute Executes the query and returns query results.
iconGetFilters Gets an array of query filters.
iconGetFolderID Gets the folder ID to query.
iconGetMaxRows Gets the maximum number of query results to return.
iconGetSortProperty Gets the property on which the query results will be sorted.
iconGetStartRow Gets an index of the first query result to return.
iconIsShowUnapproved Gets whether unapproved documents will be returned in query results.
iconSetFilters Sets an array of filters to narrow down the query.
iconSetFolderID Sets the folder ID to query.
iconSetMaxRows Sets the maximum number of query results to return.
iconSetShowUnapproved Sets whether unapproved documents should be returned in query results.
iconSetSortProperty Sets the property on which the query results will be sorted.
iconSetStartRow Sets an index of the first query result to return.

See Also

IDocumentQuery Interface | Plumtree.Remote.PRC Namespace