Interface PermissionServicePolicies.OnInheritPermissionsDisabled
- All Superinterfaces:
ClassPolicy,Policy
- Enclosing interface:
- PermissionServicePolicies
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 -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidonInheritPermissionsDisabled(NodeRef nodeRef, boolean async) Permission inheritance was disabled
-
Field Details
-
QNAME
-
-
Method Details
-
onInheritPermissionsDisabled
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
-