Package org.ametys.cms.workflow
Class CommentStepFunction
- java.lang.Object
-
- org.ametys.cms.workflow.CommentStepFunction
-
- All Implemented Interfaces:
com.opensymphony.workflow.FunctionProvider
public class CommentStepFunction extends Object implements com.opensymphony.workflow.FunctionProvider
Function setting the user comment into the step before it's stored.
-
-
Constructor Summary
Constructors Constructor Description CommentStepFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)
-
-
-
Constructor Detail
-
CommentStepFunction
public CommentStepFunction()
-
-