-
Packages that use CmSweepResult 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 CmSweepResult in com.filenet.api.core
Methods in com.filenet.api.core that return CmSweepResult Modifier and Type Method and Description static CmSweepResultFactory.CmSweepResult. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theCmSweepResultclass by the specified object ID from the specified object store.static CmSweepResultFactory.CmSweepResult. getInstance(ObjectStore os, Id objectId)Constructs an instance of theCmSweepResultclass from the specified object store. -
Uses of CmSweepResult in com.filenet.api.sweep
Subinterfaces of CmSweepResult in com.filenet.api.sweep Modifier and Type Interface and Description interfaceCmJobSweepResultDefines a result record generated by a sweep job.interfaceCmPolicySweepResultDefines a result record generated by a sweep policy.
-