Class ReportCommandProcessor
java.lang.Object
org.alfresco.repo.web.scripts.transfer.ReportCommandProcessor
- All Implemented Interfaces:
CommandProcessor
This command processor is used to get the server side transfer report.
- Author:
- brian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
process
(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse resp) void
setReceiver
(TransferReceiver receiver)
-
Constructor Details
-
ReportCommandProcessor
public ReportCommandProcessor()
-
-
Method Details
-
process
public int process(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse resp) - Specified by:
process
in interfaceCommandProcessor
-
setReceiver
- Parameters:
receiver
- the receiver to set
-