-
Packages that use SweepAuthorizationMode 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 SweepAuthorizationMode in com.filenet.api.constants
Fields in com.filenet.api.constants declared as SweepAuthorizationMode Modifier and Type Field and Description static SweepAuthorizationModeSweepAuthorizationMode. OBJECT_OWNERstatic SweepAuthorizationModeSweepAuthorizationMode. SWEEP_OWNERMethods in com.filenet.api.constants that return SweepAuthorizationMode Modifier and Type Method and Description static SweepAuthorizationModeSweepAuthorizationMode. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value. -
Uses of SweepAuthorizationMode in com.filenet.api.sweep
Methods in com.filenet.api.sweep that return SweepAuthorizationMode Modifier and Type Method and Description SweepAuthorizationModeCmDisposalPolicy. get_AuthorizationMode()Specifies the manner in which sweep operations are authorized.Methods in com.filenet.api.sweep with parameters of type SweepAuthorizationMode Modifier and Type Method and Description voidCmDisposalPolicy. set_AuthorizationMode(SweepAuthorizationMode value)Specifies the manner in which sweep operations are authorized.
-