Package org.alfresco.repo.download
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidexecuteAction(NodeRef downloadNode) Implementations should trigger the CreateDownloadArchiveAction on the provided downloadNodevoidsetLocalActionService(ActionService localActionService)
-
Constructor Details
-
LocalActionServiceHelper
public LocalActionServiceHelper()
-
-
Method Details
-
setLocalActionService
-
executeAction
Description copied from interface:ActionServiceHelperImplementations should trigger the CreateDownloadArchiveAction on the provided downloadNode- Specified by:
executeActionin interfaceActionServiceHelper- Parameters:
downloadNode- NodeRef
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-