Class DownloadNotifierServiceImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void downloadNotify​(org.alfresco.service.cmr.repository.NodeRef nodeRef)
      Notification of a node download.
      protected java.util.Set<org.alfresco.service.namespace.QName> getTypeAndAspectQNames​(org.alfresco.service.cmr.repository.NodeRef nodeRef)
      Get all aspect and node type qualified names
      void init()
      Registers the node policies as well as node indexing behaviour
      void setNodeService​(org.alfresco.service.cmr.repository.NodeService nodeService)  
      void setPolicyComponent​(PolicyComponent policyComponent)  
      void setPolicyIgnoreUtil​(PolicyIgnoreUtil policyIgnoreUtil)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DownloadNotifierServiceImpl

        public DownloadNotifierServiceImpl()
    • Method Detail

      • init

        public void init()
        Registers the node policies as well as node indexing behaviour
      • getTypeAndAspectQNames

        protected java.util.Set<org.alfresco.service.namespace.QName> getTypeAndAspectQNames​(org.alfresco.service.cmr.repository.NodeRef nodeRef)
        Get all aspect and node type qualified names
        Parameters:
        nodeRef - the node we are interested in
        Returns:
        Returns a set of qualified names containing the node type and all the node aspects, or null if the node no longer exists
      • setNodeService

        public void setNodeService​(org.alfresco.service.cmr.repository.NodeService nodeService)
      • setPolicyComponent

        public void setPolicyComponent​(PolicyComponent policyComponent)
      • setPolicyIgnoreUtil

        public void setPolicyIgnoreUtil​(PolicyIgnoreUtil policyIgnoreUtil)