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 Details

  • Constructor Details

    • RecordMetaDataAspectsGet

      public RecordMetaDataAspectsGet()
  • Method Details

    • setDictionaryService

      public void setDictionaryService(DictionaryService dictionaryService)
      Set the dictionary service instance
      Parameters:
      dictionaryService - the DictionaryService instance
    • setNamespaceService

      public void setNamespaceService(NamespaceService namespaceService)
      Sets the NamespaceService instance
      Parameters:
      namespaceService - The NamespaceService 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 class org.springframework.extensions.webscripts.DeclarativeWebScript