Package org.ametys.plugins.forms.actions
Class DoFormWorkflowAction
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.acting.AbstractAction
org.apache.cocoon.acting.ServiceableAction
org.ametys.plugins.workflow.cocoon.AbstractWorkflowAction
org.ametys.plugins.forms.actions.DoFormWorkflowAction
- All Implemented Interfaces:
Initializable,Component,LogEnabled,Serviceable,Action
Do action for a form entry
-
Field Summary
FieldsFields inherited from class org.ametys.plugins.workflow.cocoon.AbstractWorkflowAction
_workflowProviderFields inherited from class org.apache.cocoon.acting.ServiceableAction
managerFields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Map_act(Redirector redirector, Map objectModel, String source, Parameters parameters, int actionId, Map inputs) Initialize or act on a workflow instance.protected String_getExceptionContext(Map objectModel, String source, Parameters parameters) Provides the exception context for a more friendly error message.voidservice(ServiceManager serviceManager) Methods inherited from class org.ametys.plugins.workflow.cocoon.AbstractWorkflowAction
_getActionId, _getFailConditions, _getInputs, _getWorkflowErrors, _getWorkflowWarns, _processInvalidActionException, _processWorkflowException, act, initializeMethods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Field Details
-
_resolver
The Ametys object resolver
-
-
Constructor Details
-
DoFormWorkflowAction
public DoFormWorkflowAction()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classServiceableAction- Throws:
ServiceException
-
_act
protected Map _act(Redirector redirector, Map objectModel, String source, Parameters parameters, int actionId, Map inputs) throws com.opensymphony.workflow.InvalidInputException, com.opensymphony.workflow.WorkflowException Description copied from class:AbstractWorkflowActionInitialize or act on a workflow instance.- Specified by:
_actin classAbstractWorkflowAction- Parameters:
redirector- 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 use- Returns:
- the action result.
- Throws:
com.opensymphony.workflow.InvalidInputException- if the action id is not valid.com.opensymphony.workflow.WorkflowException- if the action failed.
-
_getExceptionContext
Description copied from class:AbstractWorkflowActionProvides the exception context for a more friendly error message.- Specified by:
_getExceptionContextin classAbstractWorkflowAction- Parameters:
objectModel- the current object model.source- the current source.parameters- the current parameters.- Returns:
- the message describing the exception context.
-