Interface NuxeoGroup

    • Method Detail

      • getMemberUsers

        List<StringgetMemberUsers()
        Gets the list of member users of this group.
        Returns:
        the list of member users of this group
      • getMemberGroups

        List<StringgetMemberGroups()
        Gets the list of member groups of this group.
        Returns:
        the list of member groups of this group
      • getParentGroups

        List<StringgetParentGroups()
        Gets the list of groups this group is a member of.
        Returns:
        the list of parent groups of this group
      • setMemberUsers

        void setMemberUsers​(List<String> users)
        Sets the list of member users for this group.
        Parameters:
        users - a list of users
      • setMemberGroups

        void setMemberGroups​(List<String> groups)
        Sets the list of member groups for this group.
        Parameters:
        groups - a list of groups
      • setParentGroups

        void setParentGroups​(List<String> groups)
        Sets the list of groups this group is member of.
        Parameters:
        groups - a list of groups
      • getName

        String getName()
        Gets the name of the group.
        Returns:
        the name of the group
      • setName

        void setName​(String name)
        Sets the name of this group.
        Parameters:
        name - the new name of the group
      • getLabel

        String getLabel()
        Gets the label of the group
        Returns:
        the label of the group
      • setLabel

        void setLabel​(String label)
        Sets the label of this group.
        Parameters:
        label - the label of the group