Add Access Right |
long addAccessRight(long entityId, long userId, String value, String
overrides) |
Get Access Right |
APIAccessRight getAccessRight(long entityId, long userId) |
Get Access Rights for Entity |
APIAccessRight[] getAccessRightsForEntity(long entityId, int start, int
count) |
Get Access Rights for User |
APIAccessRight[] getAccessRightsForUser(long userId, int start, int
count) |
Update Access Rights |
void updateAccessRight(long entityId, long userId, String value String
overrides) |
Delete Access Rights |
void deleteAccessRight(long entityId, long userId) |