Package org.alfresco.repo.node
Interface NodeServicePolicies.OnDownloadNodePolicy
-
- All Superinterfaces:
ClassPolicy,Policy
- All Known Subinterfaces:
EventSupportedPolicies
- All Known Implementing Classes:
EventConsolidator,EventGenerator
- Enclosing interface:
- NodeServicePolicies
@AlfrescoPublicApi public static interface NodeServicePolicies.OnDownloadNodePolicy extends ClassPolicy
-
-
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 voidonDownloadNode(org.alfresco.service.cmr.repository.NodeRef nodeRef)Called after a node's content has been downloaded.
-