@Entity public class Group extends DSpaceObject implements DSpaceObjectLegacySupport
| Modifier and Type | Field and Description |
|---|---|
static String |
ADMIN |
static String |
ANONYMOUS |
id| Modifier | Constructor and Description |
|---|---|
protected |
Group()
Protected constructor, create object using:
GroupService.create(Context) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearGroupsChanged() |
boolean |
equals(Object obj)
Return
true if other is the same Group as
this object, false otherwise |
Integer |
getLegacyId() |
List<Group> |
getMemberGroups()
Return Group members of a Group.
|
List<EPerson> |
getMembers()
Return EPerson members of a Group
|
String |
getName() |
List<WorkspaceItem> |
getSupervisedItems() |
int |
getType()
Get the type of this object, found in Constants
|
int |
hashCode() |
boolean |
isGroupsChanged() |
Boolean |
isPermanent()
May this Group be renamed or deleted? (The content of any group may be
changed.)
|
addDetails, addHandle, addMetadata, clearDetails, clearModified, getDetails, getHandle, getHandles, getID, getMetadata, getResourcePolicies, isMetadataModified, isModified, removeMetadata, removeMetadata, setMetadata, setMetadataModified, setModifiedpublic static final String ANONYMOUS
public static final String ADMIN
protected Group()
GroupService.create(Context)public boolean equals(Object obj)
true if other is the same Group as
this object, false otherwisepublic int getType()
DSpaceObjectgetType in class DSpaceObjectpublic String getName()
getName in class DSpaceObjectpublic boolean isGroupsChanged()
public void clearGroupsChanged()
public Integer getLegacyId()
getLegacyId in interface DSpaceObjectLegacySupportpublic List<WorkspaceItem> getSupervisedItems()
public Boolean isPermanent()
Copyright © 2016 DuraSpace. All rights reserved.