Interface IRoleAssignmentImmutable
-
public interface IRoleAssignmentImmutableAn interface for role assignments from the database that should not be altered.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAuthorizationGroupImmutablegetAuthorizationGroup()ch.systemsx.cisd.openbis.generic.shared.basic.dto.RoleWithHierarchygetRoleSetCode()ISpaceImmutablegetSpace()IUserImmutablegetUser()
-
-
-
Method Detail
-
getAuthorizationGroup
IAuthorizationGroupImmutable getAuthorizationGroup()
- Returns:
- The authorization group or null if there is none for this assignment
-
getUser
IUserImmutable getUser()
- Returns:
- The user or null if there is none for this assignment
-
getSpace
ISpaceImmutable getSpace()
- Returns:
- The space or null if there is none for this assignment
-
getRoleSetCode
ch.systemsx.cisd.openbis.generic.shared.basic.dto.RoleWithHierarchy getRoleSetCode()
- Returns:
- The role code.
-
-