Interface PermissionServicePolicies.OnInheritPermissionsDisabled
-
- All Superinterfaces:
ClassPolicy,Policy
- Enclosing interface:
- PermissionServicePolicies
public static interface PermissionServicePolicies.OnInheritPermissionsDisabled extends ClassPolicy
Policy invoked when permission inheritance is disabled for a specific node (sync or async mode)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonInheritPermissionsDisabled(org.alfresco.service.cmr.repository.NodeRef nodeRef, boolean async)Permission inheritance was disabled
-
-
-
Method Detail
-
onInheritPermissionsDisabled
void onInheritPermissionsDisabled(org.alfresco.service.cmr.repository.NodeRef nodeRef, boolean async)Permission inheritance was disabled- Parameters:
nodeRef- the node for which the inheritance is disabledasync- whether the operation has been done in asynchronous mode, thus it may not be finished yet
-
-