Package org.ametys.cms.workflow
Class ValidationStepFunction
- java.lang.Object
 - 
- org.ametys.cms.workflow.ValidationStepFunction
 
 
- 
- All Implemented Interfaces:
 com.opensymphony.workflow.FunctionProvider
public class ValidationStepFunction extends Object implements com.opensymphony.workflow.FunctionProvider
OSWorkflow function for setting the "validate" flag on steps, indicating they represent a validation step.
This function MUST be used as a post-function of the validation function. 
- 
- 
Constructor Summary
Constructors Constructor Description ValidationStepFunction() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps) 
 - 
 
- 
- 
Constructor Detail
- 
ValidationStepFunction
public ValidationStepFunction()
 
 - 
 
 -