-
Packages that use CmBackgroundSearch 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.sweep Provides classes and interfaces for the sweep framework, a background service that visits a specified class and processes the instances that meet a specified criteria. -
-
Uses of CmBackgroundSearch in com.filenet.api.core
Methods in com.filenet.api.core that return CmBackgroundSearch Modifier and Type Method and Description static CmBackgroundSearchFactory.CmBackgroundSearch. createInstance(ObjectStore os, java.lang.String className)Creates a new instance of the subclassableCmBackgroundSearchclass, to be persisted in the specified object store, based on the class.static CmBackgroundSearchFactory.CmBackgroundSearch. createInstance(ObjectStore os, java.lang.String className, Id id)Creates a new instance of the subclassableCmBackgroundSearchclass, to be persisted in the specified object store, based on the class and GUID.static CmBackgroundSearchFactory.CmBackgroundSearch. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theCmBackgroundSearchclass by the specified object ID from the specified object store.static CmBackgroundSearchFactory.CmBackgroundSearch. getInstance(ObjectStore os, java.lang.String className, Id objectId)Constructs an instance of the subclassableCmBackgroundSearchclass from the specified object store. -
Uses of CmBackgroundSearch in com.filenet.api.sweep
Methods in com.filenet.api.sweep that return CmBackgroundSearch Modifier and Type Method and Description CmBackgroundSearchCmAbstractSearchResult. get_BackgroundSearch()Returns the value of the BackgroundSearch property.Methods in com.filenet.api.sweep with parameters of type CmBackgroundSearch Modifier and Type Method and Description voidCmAbstractSearchResult. set_BackgroundSearch(CmBackgroundSearch value)Sets the value of the BackgroundSearch property.
-