Class PostContentCommandProcessor

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

public class PostContentCommandProcessor extends Object implements CommandProcessor
This command processor is used to receive one or more content files for a given transfer.
Author:
brian
  • Constructor Details

    • PostContentCommandProcessor

      public PostContentCommandProcessor()
  • Method Details

    • setReceiver

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

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