public class ProcessWorkflowAction extends WorkflowAction
| Modifier and Type | Field and Description |
|---|---|
private AmetysObjectResolver |
_resolver |
private CurrentUserProvider |
_userProvider |
_workflowProvidermanagerEMPTY_MAP| Constructor and Description |
|---|
ProcessWorkflowAction() |
| Modifier and Type | Method and Description |
|---|---|
protected Map |
_act(Redirector redirector,
Map objectModel,
String source,
Parameters parameters,
int actionId,
Map inputs)
Initialize or act on a workflow instance.
|
void |
service(ServiceManager smanager) |
_getActionResult, _getExceptionContext, _getWorkflowId_getActionId, _getFailConditions, _getInputs, _getWorkflowErrors, _getWorkflowWarns, _processInvalidActionException, _processWorkflowException, act, initializeenableLogging, getLogger, setupLogger, setupLogger, setupLoggerprivate AmetysObjectResolver _resolver
private CurrentUserProvider _userProvider
public ProcessWorkflowAction()
public void service(ServiceManager smanager) throws ServiceException
service in interface Serviceableservice in class ServiceableActionServiceExceptionprotected Map _act(Redirector redirector, Map objectModel, String source, Parameters parameters, int actionId, Map inputs) throws com.opensymphony.workflow.InvalidInputException, com.opensymphony.workflow.WorkflowException
AbstractWorkflowAction_act in class WorkflowActionredirector - the redirector.objectModel - the current object model.source - the current source.parameters - the current parameters.actionId - the action id to use.inputs - the inputs to usecom.opensymphony.workflow.InvalidInputException - if the action id is not valid.com.opensymphony.workflow.WorkflowException - if the action failed.