Interface AssignedAccessRightsLocal
public interface AssignedAccessRightsLocal
Local interface for the AssignedAccesRights service from the Planner API
-
Method Summary
Modifier and TypeMethodDescriptionReturns assigned rights (right to role with permissions) at the specified criteria.setAssignedAccessRight(String rightId, String roleName, AssignedAccessRight rightToUpdate) Modifies permisions of assigned right to role.
-
Method Details
-
getAssignedAccessRights
List<AssignedAccessRight> getAssignedAccessRights(AssignedAccessRightsFilter filter) throws ServiceException Returns assigned rights (right to role with permissions) at the specified criteria.If criteria is empty it returns all assigned rights
- Parameters:
filter- search criteria - AssignedAccessRightsFilter object- Returns:
- list of the assigned access rights
- Throws:
ServiceException- See Also:
-
setAssignedAccessRight
AssignedAccessRight setAssignedAccessRight(String rightId, String roleName, AssignedAccessRight rightToUpdate) throws ServiceException Modifies permisions of assigned right to role.- Parameters:
rightId- right IDroleName- name of the rolerightToUpdate- the right to update- Throws:
ServiceException- See Also:
-