com.filenet.api.security
Interface CmManagedUser
-
- All Superinterfaces:
- EngineObject, IndependentlyPersistableObject, IndependentObject, java.io.Serializable
public interface CmManagedUser extends IndependentlyPersistableObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.Stringget_Creator()The name of the user who created this object.java.util.Dateget_DateConfirmed()The date and time the managed user record was confirmed.java.util.Dateget_DateCreated()The date and time this object was created.java.util.Dateget_DateLastActive()The date when the managed user was last actively accessing the CPE.java.util.Dateget_DateLastModified()The date and time when this object was last modified.java.lang.Stringget_DisplayName()A user-intelligible name for the object.java.lang.Stringget_Email()User's E-mail AddressIdget_Id()The unique object ID.java.lang.Stringget_LastModifier()The name of the user who last modified this object.ManagedUserStatusget_ManagedUserStatus()The status of the managed user.Realmget_Realm()The Realm to which the entity belongs.voidset_DisplayName(java.lang.String value)A user-intelligible name for the object.voidset_Email(java.lang.String value)User's E-mail Address Settability Restrictions: This property is settable only on create.voidset_ManagedUserStatus(ManagedUserStatus value)The status of the managed user.voidset_Realm(Realm value)The Realm to which the entity belongs.-
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
-
Methods inherited from interface com.filenet.api.core.IndependentObject
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
-
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
-
-
-
-
Method Detail
-
get_Id
Id get_Id()
The unique object ID.
-
get_Creator
java.lang.String get_Creator()
The name of the user who created this object.
-
get_DateCreated
java.util.Date get_DateCreated()
The date and time this object was created.
-
get_LastModifier
java.lang.String get_LastModifier()
The name of the user who last modified this object.
-
get_DateLastModified
java.util.Date get_DateLastModified()
The date and time when this object was last modified.
-
get_Email
java.lang.String get_Email()
User's E-mail Address
-
set_Email
void set_Email(java.lang.String value)
User's E-mail Address Settability Restrictions: This property is settable only on create.
-
get_DisplayName
java.lang.String get_DisplayName()
A user-intelligible name for the object.
-
set_DisplayName
void set_DisplayName(java.lang.String value)
A user-intelligible name for the object. Settability Restrictions: None.
-
get_Realm
Realm get_Realm()
The Realm to which the entity belongs.
-
set_Realm
void set_Realm(Realm value)
The Realm to which the entity belongs. Settability Restrictions: This property is settable only on create.
-
get_ManagedUserStatus
ManagedUserStatus get_ManagedUserStatus()
The status of the managed user.
-
set_ManagedUserStatus
void set_ManagedUserStatus(ManagedUserStatus value)
The status of the managed user. Settability Restrictions: None.
-
get_DateConfirmed
java.util.Date get_DateConfirmed()
The date and time the managed user record was confirmed.
-
get_DateLastActive
java.util.Date get_DateLastActive()
The date when the managed user was last actively accessing the CPE.
-
-