-
Packages that use StoredSearch Package Description com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,Domain,Document,Folder, and so on.com.filenet.api.query Provides classes related to constructing and performing Content Engine searches. -
-
Uses of StoredSearch in com.filenet.api.core
Methods in com.filenet.api.core that return StoredSearch Modifier and Type Method and Description static StoredSearchFactory.StoredSearch. createInstance(ObjectStore os)Creates a new instance of theStoredSearchclass to be persisted in the specified object store.static StoredSearchFactory.StoredSearch. createInstance(ObjectStore os, Id id)Creates a new instance of theStoredSearchclass to be persisted in the specified object store.static StoredSearchFactory.StoredSearch. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theStoredSearchclass by the specified object ID from the specified object store.static StoredSearchFactory.StoredSearch. getInstance(ObjectStore os, Id objectId)Constructs an instance of theStoredSearchclass from the specified object store. -
Uses of StoredSearch in com.filenet.api.query
Methods in com.filenet.api.query with parameters of type StoredSearch Modifier and Type Method and Description IndependentObjectSetSearchScope. fetchObjects(StoredSearch storedSearch, java.lang.String searchClauseFromClass, SearchTemplateParameters templateData, java.lang.Integer pageSize, PropertyFilter filter, java.lang.Boolean continuable)RetrievesIndependentObjectobjects from the repository or repositories specified for this instance based on a query generated from the XML for aStoredSearchinstance.RepositoryRowSetSearchScope. fetchRows(StoredSearch storedSearch, java.lang.String searchClauseFromClass, SearchTemplateParameters templateData, java.lang.Integer pageSize, PropertyFilter filter, java.lang.Boolean continuable)Retrieves rows of properties (Propertiesobjects) from the repository or repositories specified for this instance based on a query generated from the XML for aStoredSearchinstance.
-