Package | Description |
---|---|
com.filenet.api.query |
Provides classes related to constructing and performing Content Engine searches.
|
Modifier and Type | Method and Description |
---|---|
IndependentObjectSet |
SearchScope.fetchObjects(StoredSearch storedSearch,
java.lang.String searchClauseFromClass,
SearchTemplateParameters templateData,
java.lang.Integer pageSize,
PropertyFilter filter,
java.lang.Boolean continuable)
Retrieves
IndependentObject objects from the repository or repositories specified for
this instance based on a query generated from the XML for a StoredSearch instance. |
RepositoryRowSet |
SearchScope.fetchRows(StoredSearch storedSearch,
java.lang.String searchClauseFromClass,
SearchTemplateParameters templateData,
java.lang.Integer pageSize,
PropertyFilter filter,
java.lang.Boolean continuable)
Retrieves rows of properties (
Properties objects) from the repository or repositories specified for
this instance based on a query generated from the XML for a StoredSearch instance. |
© Copyright IBM Corporation 2006, 2015. All rights reserved.