Class FormEditionFunction
- java.lang.Object
 - 
- org.ametys.plugins.workflow.AbstractWorkflowComponent
 - 
- org.ametys.cms.workflow.AbstractContentWorkflowComponent
 - 
- org.ametys.plugins.forms.workflow.FormEditionFunction
 
 
 
 
- 
- All Implemented Interfaces:
 com.opensymphony.workflow.FunctionProvider,LogEnabled,Serviceable
public class FormEditionFunction extends AbstractContentWorkflowComponent implements com.opensymphony.workflow.FunctionProvider
Post function handling form data after creating and editing it. 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected FormManager_formManagerForm properties manager.- 
Fields inherited from class org.ametys.cms.workflow.AbstractContentWorkflowComponent
_contentHelper, CONTENT_KEY 
- 
Fields inherited from class org.ametys.plugins.workflow.AbstractWorkflowComponent
_logger, _manager, CONTEXT_PARAMETERS_KEY, FAIL_CONDITIONS_KEY, RESULT_MAP_KEY, WORKFLOW_ERRORS_KEY, WORKFLOW_WARNS_KEY 
 - 
 
- 
Constructor Summary
Constructors Constructor Description FormEditionFunction() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void_checkLock(Content content)voidexecute(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)voidservice(ServiceManager manager)- 
Methods inherited from class org.ametys.cms.workflow.AbstractContentWorkflowComponent
getContent 
- 
Methods inherited from class org.ametys.plugins.workflow.AbstractWorkflowComponent
addWorkflowError, addWorkflowWarning, enableLogging, getConditionFailures, getContextParameters, getResultsMap, getUser 
 - 
 
 - 
 
- 
- 
Field Detail
- 
_formManager
protected FormManager _formManager
Form properties manager. 
 - 
 
- 
Constructor Detail
- 
FormEditionFunction
public FormEditionFunction()
 
 - 
 
- 
Method Detail
- 
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
 servicein interfaceServiceable- Overrides:
 servicein classAbstractContentWorkflowComponent- Throws:
 ServiceException
 
- 
execute
public void execute(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps) throws com.opensymphony.workflow.WorkflowException
- Specified by:
 executein interfacecom.opensymphony.workflow.FunctionProvider- Throws:
 com.opensymphony.workflow.WorkflowException
 
- 
_checkLock
private void _checkLock(Content content) throws RepositoryException
- Throws:
 RepositoryException
 
 - 
 
 -