public class ImportPost
extends org.springframework.extensions.webscripts.DeclarativeWebScript
| Modifier and Type | Field and Description |
|---|---|
protected org.alfresco.service.cmr.dictionary.DictionaryService |
dictionaryService |
protected FilePlanRoleService |
filePlanRoleService |
protected FilePlanService |
filePlanService |
protected org.alfresco.service.cmr.view.ImporterService |
importerService |
protected static String |
MULTIPART_FORMDATA |
protected org.alfresco.service.cmr.repository.NodeService |
nodeService |
protected static String |
PARAM_ARCHIVE |
protected static String |
PARAM_DESTINATION |
protected static String |
PARAM_FILEDATA |
protected static String |
TEMP_FILE_PREFIX |
| Constructor and Description |
|---|
ImportPost() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
void |
setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
Sets the data dictionary service
|
void |
setFilePlanRoleService(FilePlanRoleService filePlanRoleService) |
void |
setFilePlanService(FilePlanService filePlanService) |
void |
setImporterService(org.alfresco.service.cmr.view.ImporterService importerService)
Sets the ImporterService to use
|
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
execute, executeFinallyImpl, executeImpl, executeImpl, getTemplateModel, renderFormatTemplateaddModuleBundleToCache, checkModuleBundleCache, createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toStringprotected static final String MULTIPART_FORMDATA
protected static final String PARAM_DESTINATION
protected static final String PARAM_ARCHIVE
protected static final String PARAM_FILEDATA
protected static final String TEMP_FILE_PREFIX
protected org.alfresco.service.cmr.repository.NodeService nodeService
protected org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService
protected org.alfresco.service.cmr.view.ImporterService importerService
protected FilePlanRoleService filePlanRoleService
protected FilePlanService filePlanService
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService - public void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
dictionaryService - The DictionaryService instancepublic void setImporterService(org.alfresco.service.cmr.view.ImporterService importerService)
importerService - The ImporterServicepublic void setFilePlanRoleService(FilePlanRoleService filePlanRoleService)
filePlanRoleService - file plan role servicepublic void setFilePlanService(FilePlanService filePlanService)
filePlanService - file plan serviceprotected 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.DeclarativeWebScriptCopyright © 2005–2016 Alfresco Software. All rights reserved.