mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
review updates
This commit is contained in:
@@ -160,10 +160,11 @@ public class RMUserAPI extends RMModelRequest
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Helper method to set the inherited permission on a file plan component
|
* Helper method to set permission inheritance on a file plan component
|
||||||
*
|
*
|
||||||
* @param filePlanComponentId The id of the file plan component on which inherited permission should be set
|
* @param filePlanComponentId The id of the file plan component on which inherited permission should be set
|
||||||
* @param isInherited {@link UserPermissions} to be granted
|
* @param isInherited true if the permission is inherited
|
||||||
|
* false if the permission inheritance is disabled
|
||||||
*/
|
*/
|
||||||
public void setUserPermissionInheritance(String filePlanComponentId, Boolean isInherited)
|
public void setUserPermissionInheritance(String filePlanComponentId, Boolean isInherited)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user