java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
All Implemented Interfaces:
RecordsManagementCustomModel, RecordsManagementModel, org.springframework.extensions.webscripts.WebScript

@Deprecated public class TransferGet extends BaseTransferWebScript
Deprecated.
Streams the nodes of a transfer object to the client in the form of an ACP file.
Author:
Gavin Cornwell
  • Constructor Details

    • TransferGet

      public TransferGet()
      Deprecated.
  • Method Details

    • setContentStreamer

      public void setContentStreamer(ContentStreamer contentStreamer)
      Deprecated.
      Parameters:
      contentStreamer -
    • executeTransfer

      protected File executeTransfer(NodeRef transferNode, org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache) throws IOException
      Deprecated.
      Description copied from class: BaseTransferWebScript
      Abstract method subclasses implement to perform the actual logic required.
      Specified by:
      executeTransfer in class BaseTransferWebScript
      Parameters:
      transferNode - The transfer node
      req - The request
      res - The response
      status - Status object
      cache - Cache object
      Returns:
      File object representing the file containing the JSON of the report
      Throws:
      IOException