Class LocalActionServiceHelper

java.lang.Object
org.alfresco.repo.download.LocalActionServiceHelper
All Implemented Interfaces:
ActionServiceHelper, org.springframework.beans.factory.InitializingBean

public class LocalActionServiceHelper extends 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 Details

    • LocalActionServiceHelper

      public LocalActionServiceHelper()
  • Method Details

    • setLocalActionService

      public void setLocalActionService(ActionService localActionService)
    • executeAction

      public void executeAction(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 Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception