Class Group

    • Method Detail

      • getMembers

        public List<EPerson> getMembers()
        Return EPerson members of a Group
        Returns:
        list of EPersons
      • getMemberGroups

        public List<Group> getMemberGroups()
        Return Group members of a Group.
        Returns:
        list of groups
      • equals

        public boolean equals​(Object obj)
        Return true if other is the same Group as this object, false otherwise
        Overrides:
        equals in class Object
        Parameters:
        obj - object to compare to
        Returns:
        true if object passed in represents the same group as this object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getType

        public int getType()
        Description copied from class: DSpaceObject
        Get the type of this object, found in Constants
        Specified by:
        getType in class DSpaceObject
        Returns:
        type of the object
      • isGroupsChanged

        public boolean isGroupsChanged()
      • clearGroupsChanged

        public void clearGroupsChanged()
      • isPermanent

        public Boolean isPermanent()
        May this Group be renamed or deleted? (The content of any group may be changed.)
        Returns:
        true if this Group may not be renamed or deleted.