Interface DirectoryGroup
- All Known Subinterfaces:
PermittedGroup
- All Known Implementing Classes:
DirectoryGroupImpl
,InternalGrantedPermission
,PermittedGroupImpl
,RestDirectoryGroup
,RestPermittedGroup
public interface DirectoryGroup
A representation of a per-directory group
-
Method Summary
Modifier and TypeMethodDescriptionID of the directory this group belongs toConvenience method - the name of the directory this group belongs toThe name of this group
-
Method Details
-
getDirectoryId
Long getDirectoryId()ID of the directory this group belongs to- Returns:
- the directory id
-
getDirectoryName
String getDirectoryName()Convenience method - the name of the directory this group belongs to- Returns:
- the directory name
-
getGroupName
String getGroupName()The name of this group- Returns:
- the group name
-