Class BeginTransferCommandProcessor

  • All Implemented Interfaces:
    CommandProcessor

    public class BeginTransferCommandProcessor
    extends java.lang.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int process​(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse resp)  
      void setReceiver​(org.alfresco.service.cmr.transfer.TransferReceiver receiver)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BeginTransferCommandProcessor

        public BeginTransferCommandProcessor()
    • Method Detail

      • 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​(org.alfresco.service.cmr.transfer.TransferReceiver receiver)
        Parameters:
        receiver - the receiver to set