com.filenet.api.security

Interface CmLocalGroup

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

        java.lang.String get_GroupName()
        The symbolic name for the local group.
      • set_GroupName

        void set_GroupName(java.lang.String value)
        The symbolic name for the local group. Settability Restrictions: None.
      • 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.
      • set_GroupMembers

        void set_GroupMembers(CmLocalGroupMemberList value)
        The members of the local group. Settability Restrictions: None.

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