Class AbortTransferCommandProcessor

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

public class AbortTransferCommandProcessor extends Object implements CommandProcessor
This command processor is used to record the start a transfer. No other transfer can be started after this command has executed until the started transfer terminates.
Author:
brian
  • Constructor Details

    • AbortTransferCommandProcessor

      public AbortTransferCommandProcessor()
  • 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