public class RecordMetaDataAspectsGet
extends org.springframework.extensions.webscripts.DeclarativeWebScript
| Modifier and Type | Field and Description |
|---|---|
protected org.alfresco.service.cmr.dictionary.DictionaryService |
dictionaryService |
protected FilePlanService |
filePlanService |
protected org.alfresco.service.namespace.NamespaceService |
namespaceService |
protected RecordService |
recordService |
| Constructor and Description |
|---|
RecordMetaDataAspectsGet() |
| 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)
Set the dictionary service instance
|
void |
setFilePlanService(FilePlanService filePlanService) |
void |
setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
Sets the
NamespaceService instance |
void |
setRecordService(RecordService recordService) |
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 org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService
protected org.alfresco.service.namespace.NamespaceService namespaceService
protected RecordService recordService
protected FilePlanService filePlanService
public void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
dictionaryService - the DictionaryService instancepublic void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
NamespaceService instancenamespaceService - The NamespaceService instancepublic void setRecordService(RecordService recordService)
recordService - record 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.