Class ApplyDodCertModelFixesGet

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

@Deprecated public class ApplyDodCertModelFixesGet extends org.springframework.extensions.webscripts.DeclarativeWebScript implements RecordsManagementModel
Deprecated.
This webscript applies necessary changes to the RM custom model in the repository. These changes are to 'patch' a deployed RM custom model during the DoD certification process. With that in mind they are safe to apply to a live database i.e. without side-effect to existing data and safe to call multiple times.

TODO This webscript should be removed after DOD certification as none of these patches are needed for a newly-installed DoD amp.

Author:
neilm
  • Constructor Details

    • ApplyDodCertModelFixesGet

      public ApplyDodCertModelFixesGet()
      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