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(SearchSQL searchSQL,
java.lang.Integer pageSize,
PropertyFilter filter,
java.lang.Boolean continuable)
Retrieves
IndependentObject objects from the repository or repositories specified for
this instance. |
RepositoryRowSet |
SearchScope.fetchRows(SearchSQL searchSQL,
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. |
© Copyright IBM Corporation 2006, 2015. All rights reserved.