com.filenet.api.security

Interface CmManagedUser

    • 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.

© Copyright IBM Corporation 2006, 2019. All rights reserved.