public interface RightsHolderInterface
Modifier and Type | Method and Description |
---|---|
InitialRight[] |
getInitialRights()
Get the initial rights.
|
ACL[] |
getRights()
Get the rights.
|
void |
setInitialRights(InstanceElement usergroup,
int rights,
T_LONGLONG refAid,
RightsSet set)
Set the intial rights of an element.
|
void |
setRights(InstanceElement usergroup,
int rights,
RightsSet set)
Set the rights.
|
void setInitialRights(InstanceElement usergroup, int rights, T_LONGLONG refAid, RightsSet set) throws AoException
AoException
InitialRight[] getInitialRights() throws AoException
AoException
void setRights(InstanceElement usergroup, int rights, RightsSet set) throws AoException
AoException
ACL[] getRights() throws AoException
AoException