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
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.extensions.webscripts.AbstractWebScript
org.springframework.extensions.webscripts.AbstractWebScript.ScriptDetails
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DictionaryService
protected FilePlanService
protected NamespaceService
protected RecordService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteImpl
(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache) void
setDictionaryService
(DictionaryService dictionaryService) Set the dictionary service instancevoid
setFilePlanService
(FilePlanService filePlanService) void
setNamespaceService
(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 Details
-
dictionaryService
-
namespaceService
-
recordService
-
filePlanService
-
-
Constructor Details
-
RecordMetaDataAspectsGet
public RecordMetaDataAspectsGet()
-
-
Method Details
-
setDictionaryService
Set the dictionary service instance- Parameters:
dictionaryService
- theDictionaryService
instance
-
setNamespaceService
Sets theNamespaceService
instance- Parameters:
namespaceService
- TheNamespaceService
instance
-
setRecordService
- Parameters:
recordService
- record service
-
setFilePlanService
- 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
-