Package | Description |
---|---|
com.filenet.api.core |
Provides classes and interfaces that are related to the core business objects of the API, such as
EntireNetwork , Domain , Document , Folder , and so on. |
com.filenet.api.query |
Provides classes related to constructing and performing Content Engine searches.
|
Modifier and Type | Method and Description |
---|---|
static StoredSearch |
Factory.StoredSearch.createInstance(ObjectStore os)
Creates a new instance of the
StoredSearch class to be
persisted in the specified object store. |
static StoredSearch |
Factory.StoredSearch.createInstance(ObjectStore os,
Id id)
Creates a new instance of the
StoredSearch class to be
persisted in the specified object store. |
static StoredSearch |
Factory.StoredSearch.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
StoredSearch class
by the specified object ID from the specified object store. |
static StoredSearch |
Factory.StoredSearch.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
StoredSearch class from the specified object store. |
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.