Class ArchivedNodePut

java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
org.springframework.extensions.webscripts.DeclarativeWebScript
org.alfresco.repo.web.scripts.archive.AbstractArchivedNodeWebScript
org.alfresco.repo.web.scripts.archive.ArchivedNodePut
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript

public class ArchivedNodePut extends AbstractArchivedNodeWebScript
This class is the controller for the archivednode.put webscript.
Since:
3.5
Author:
Neil Mc Erlean
  • Constructor Details

    • ArchivedNodePut

      public ArchivedNodePut()
  • Method Details

    • 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