Class LocalActionServiceHelper

  • All Implemented Interfaces:
    ActionServiceHelper, org.springframework.beans.factory.InitializingBean

    public class LocalActionServiceHelper
    extends java.lang.Object
    implements org.springframework.beans.factory.InitializingBean, ActionServiceHelper
    Implementation of ActionServiceHelper which schedules the zip creation process to run in the same alfresco node as the caller.
    Author:
    Alex Miller
    • Constructor Detail

      • LocalActionServiceHelper

        public LocalActionServiceHelper()
    • Method Detail

      • setLocalActionService

        public void setLocalActionService​(ActionService localActionService)
      • executeAction

        public void executeAction​(org.alfresco.service.cmr.repository.NodeRef downloadNode)
        Description copied from interface: ActionServiceHelper
        Implementations should trigger the CreateDownloadArchiveAction on the provided downloadNode
        Specified by:
        executeAction in interface ActionServiceHelper
        Parameters:
        downloadNode - NodeRef
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        java.lang.Exception