Class PostSnapshotCommandProcessor

java.lang.Object
org.alfresco.repo.web.scripts.transfer.PostSnapshotCommandProcessor
All Implemented Interfaces:
CommandProcessor

public class PostSnapshotCommandProcessor extends Object implements CommandProcessor
This command processor is used to receive the snapshot for a given transfer.
Author:
brian
  • Constructor Details

    • PostSnapshotCommandProcessor

      public PostSnapshotCommandProcessor()
  • Method Details

    • process

      public int process(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse resp)
      Specified by:
      process in interface CommandProcessor
    • setReceiver

      public void setReceiver(TransferReceiver receiver)
      Parameters:
      receiver - the receiver to set