-
Packages that use ManagedUserStatus Package Description com.filenet.api.constants Provides classes defining collections of related, type-safe constant values.com.filenet.api.security Provides interfaces related to authentication, authorization, and user- and group-specific data. -
-
Uses of ManagedUserStatus in com.filenet.api.constants
Fields in com.filenet.api.constants declared as ManagedUserStatus Modifier and Type Field and Description static ManagedUserStatusManagedUserStatus. CONFIRMEDstatic ManagedUserStatusManagedUserStatus. DISABLEDstatic ManagedUserStatusManagedUserStatus. PROVISIONALMethods in com.filenet.api.constants that return ManagedUserStatus Modifier and Type Method and Description static ManagedUserStatusManagedUserStatus. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value. -
Uses of ManagedUserStatus in com.filenet.api.security
Methods in com.filenet.api.security that return ManagedUserStatus Modifier and Type Method and Description ManagedUserStatusCmManagedUser. get_ManagedUserStatus()The status of the managed user.Methods in com.filenet.api.security with parameters of type ManagedUserStatus Modifier and Type Method and Description voidCmManagedUser. set_ManagedUserStatus(ManagedUserStatus value)The status of the managed user.
-