Class RecordMetaDataAspectsGet
- java.lang.Object
-
- org.springframework.extensions.webscripts.AbstractWebScript
-
- org.springframework.extensions.webscripts.DeclarativeWebScript
-
- org.alfresco.module.org_alfresco_module_rm.script.RecordMetaDataAspectsGet
-
- All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript
public class RecordMetaDataAspectsGet extends org.springframework.extensions.webscripts.DeclarativeWebScript
Record metadata aspects GET- Author:
- Roy Wetherall
-
-
Field Summary
Fields Modifier and Type Field Description protected org.alfresco.service.cmr.dictionary.DictionaryService
dictionaryService
protected FilePlanService
filePlanService
protected org.alfresco.service.namespace.NamespaceService
namespaceService
protected RecordService
recordService
-
Constructor Summary
Constructors Constructor Description RecordMetaDataAspectsGet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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 instancevoid
setFilePlanService(FilePlanService filePlanService)
void
setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
Sets theNamespaceService
instancevoid
setRecordService(RecordService recordService)
-
Methods inherited from class org.springframework.extensions.webscripts.DeclarativeWebScript
execute, executeFinallyImpl, executeImpl, executeImpl, getTemplateModel, renderFormatTemplate
-
Methods inherited from class org.springframework.extensions.webscripts.AbstractWebScript
addModuleBundleToCache, checkModuleBundleCache, createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toString
-
-
-
-
Field Detail
-
dictionaryService
protected org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService
-
namespaceService
protected org.alfresco.service.namespace.NamespaceService namespaceService
-
recordService
protected RecordService recordService
-
filePlanService
protected FilePlanService filePlanService
-
-
Method Detail
-
setDictionaryService
public void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
Set the dictionary service instance- Parameters:
dictionaryService
- theDictionaryService
instance
-
setNamespaceService
public void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
Sets theNamespaceService
instance- Parameters:
namespaceService
- TheNamespaceService
instance
-
setRecordService
public void setRecordService(RecordService recordService)
- Parameters:
recordService
- record service
-
setFilePlanService
public void setFilePlanService(FilePlanService filePlanService)
- Parameters:
filePlanService
- file plan service
-
executeImpl
protected Map<String,Object> executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache)
- Overrides:
executeImpl
in classorg.springframework.extensions.webscripts.DeclarativeWebScript
-
-