public class DownloadStatusGet
extends org.springframework.extensions.webscripts.DeclarativeWebScript
Modifier and Type | Field and Description |
---|---|
protected DownloadService |
downloadService |
protected org.alfresco.service.cmr.repository.NodeService |
nodeService |
Constructor and Description |
---|
DownloadStatusGet() |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
buildError(String message)
Helper method to embed error informaion in a map.
|
protected Map<String,Object> |
executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
void |
setDownloadService(DownloadService downloadSerivce) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeSerivce) |
execute, executeFinallyImpl, executeImpl, executeImpl, getTemplateModel, renderFormatTemplate
addModuleBundleToCache, checkModuleBundleCache, createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toString
protected org.alfresco.service.cmr.repository.NodeService nodeService
protected DownloadService downloadService
protected Map<String,Object> executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache)
executeImpl
in class org.springframework.extensions.webscripts.DeclarativeWebScript
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeSerivce)
public void setDownloadService(DownloadService downloadSerivce)
Copyright © 2005–2017 Alfresco Software. All rights reserved.