Class ApplyFixMob1573Get

java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
org.springframework.extensions.webscripts.DeclarativeWebScript
org.alfresco.module.org_alfresco_module_rm.script.ApplyFixMob1573Get
All Implemented Interfaces:
RecordsManagementCustomModel, RecordsManagementModel, org.springframework.extensions.webscripts.WebScript

@Deprecated public class ApplyFixMob1573Get extends org.springframework.extensions.webscripts.DeclarativeWebScript implements RecordsManagementModel
Deprecated.
This webscript patches the RM custom model as fix for MOB-1573. It is only necessary for databases that had their RM amps initialised before the fix went in. There is no side-effect if it is called when it is not needed or if it is called multiple times. TODO This webscript should be removed after DOD certification.
Author:
neilm
  • Constructor Details

    • ApplyFixMob1573Get

      public ApplyFixMob1573Get()
      Deprecated.
  • Method Details

    • setContentService

      public void setContentService(ContentService contentService)
      Deprecated.
    • setNamespaceService

      public void setNamespaceService(NamespaceService namespaceService)
      Deprecated.
    • executeImpl

      public Map<String,Object> executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache)
      Deprecated.
      Overrides:
      executeImpl in class org.springframework.extensions.webscripts.DeclarativeWebScript