Class 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
    • Constructor Detail

      • RecordMetaDataAspectsGet

        public RecordMetaDataAspectsGet()
    • Method Detail

      • setDictionaryService

        public void setDictionaryService​(DictionaryService dictionaryService)
        Set the dictionary service instance
        Parameters:
        dictionaryService - the DictionaryService 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