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(java.io.PrintWriter out)
Output a simple status message to the supplied PrintWriter.
|
void |
process(org.alfresco.service.ServiceRegistry serviceRegistry,
javax.servlet.http.HttpServletRequest request,
java.lang.String command)
Process the supplied command name.
|
validateArgumentspublic void process(org.alfresco.service.ServiceRegistry serviceRegistry,
javax.servlet.http.HttpServletRequest request,
java.lang.String command)
CommandProcessorserviceRegistry - 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(java.io.PrintWriter out)
CommandProcessorout - PrintWriterCommandProcessor.outputStatus(java.io.PrintWriter)Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.