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 DictionaryServiceprotected FilePlanServiceprotected NamespaceServiceprotected 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) voidsetDictionaryService(DictionaryService dictionaryService) Set the dictionary service instancevoidsetFilePlanService(FilePlanService filePlanService) voidsetNamespaceService(NamespaceService namespaceService) Sets theNamespaceServiceinstancevoidsetRecordService(RecordService recordService) Methods inherited from class org.springframework.extensions.webscripts.DeclarativeWebScript
execute, executeFinallyImpl, executeImpl, executeImpl, getTemplateModel, renderFormatTemplateMethods 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- theDictionaryServiceinstance
-
setNamespaceService
Sets theNamespaceServiceinstance- Parameters:
namespaceService- TheNamespaceServiceinstance
-
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:
executeImplin classorg.springframework.extensions.webscripts.DeclarativeWebScript
-