public final class WorkflowCommandProcessor extends BaseNodeCommandProcessor
Responsible for executing 'approve' and 'reject' workflow commands on a Node.
targetRef
Constructor and Description |
---|
WorkflowCommandProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
outputStatus(PrintWriter out)
Output a simple status message to the supplied PrintWriter.
|
void |
process(ServiceRegistry serviceRegistry,
HttpServletRequest request,
String command)
Process the supplied command name.
|
validateArguments
public void process(ServiceRegistry serviceRegistry, HttpServletRequest request, String command)
CommandProcessor
serviceRegistry
- ServiceRegistryrequest
- HttpServletRequestcommand
- Name of the command to construct and executeCommandProcessor.process(org.alfresco.service.ServiceRegistry, javax.servlet.http.HttpServletRequest, java.lang.String)
public void outputStatus(PrintWriter out)
CommandProcessor
out
- PrintWriterCommandProcessor.outputStatus(java.io.PrintWriter)
Copyright © 2005–2017 Alfresco Software. All rights reserved.