public interface TurbineUserGroupRoleEntity
Modifier and Type | Method and Description |
---|---|
void |
addUserGroupRole(TurbineUserGroupRole userGroupRole)
Add a User/Group/Role relation to this entity
|
<T extends TurbineUserGroupRole> |
getUserGroupRoleSet()
Get the User/Group/Role set associated with this entity
|
void |
removeUserGroupRole(TurbineUserGroupRole userGroupRole)
Remove a User/Group/Role relation from this entity
|
<T extends TurbineUserGroupRole> |
setUserGroupRoleSet(Set<T> userGroupRoleSet)
Set the User/Group/Role set associated with this entity
|
<T extends TurbineUserGroupRole> Set<T> getUserGroupRoleSet() throws DataBackendException
DataBackendException
<T extends TurbineUserGroupRole> void setUserGroupRoleSet(Set<T> userGroupRoleSet)
userGroupRoleSet
- a set of User/Group/Role relationsvoid addUserGroupRole(TurbineUserGroupRole userGroupRole) throws DataBackendException
userGroupRole
- a User/Group/Role relation to addDataBackendException
void removeUserGroupRole(TurbineUserGroupRole userGroupRole) throws DataBackendException
userGroupRole
- a User/Group/Role relation to removeDataBackendException
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.