-
Packages that use SweepMode Package Description com.filenet.api.constants Provides classes defining collections of related, type-safe constant values.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 SweepMode in com.filenet.api.constants
Fields in com.filenet.api.constants declared as SweepMode Modifier and Type Field and Description static SweepModeSweepMode. SWEEP_MODE_NORMALThe sweep job or policy will execute in a non-preview mode; that is, it will perform an action on the selected candidate objects, and it will increment the ExaminedObjectCount and ProcessedObjectCount counters.static SweepModeSweepMode. SWEEP_MODE_PREVIEWThe sweep job or sweep policy will not perform an action on the selected candidate objects.static SweepModeSweepMode. SWEEP_MODE_PREVIEW_COUNTERS_ONLYThe sweep job or sweep policy will not perform an action on the selected candidate objects, nor will it generate aCmSweepResultobject of typePREVIEWfor each object that is selected by the sweep.Methods in com.filenet.api.constants that return SweepMode Modifier and Type Method and Description static SweepModeSweepMode. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value. -
Uses of SweepMode in com.filenet.api.sweep
Methods in com.filenet.api.sweep that return SweepMode Modifier and Type Method and Description SweepModeCmSweepPolicy. get_SweepMode()Returns the value of the SweepMode property.SweepModeCmSweepJob. get_SweepMode()Returns the value of the SweepMode property.Methods in com.filenet.api.sweep with parameters of type SweepMode Modifier and Type Method and Description voidCmSweepPolicy. set_SweepMode(SweepMode value)Sets the value of the SweepMode property.voidCmSweepJob. set_SweepMode(SweepMode value)Sets the value of the SweepMode property.
-