Class DeactiveEntryFunction
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.ametys.plugins.forms.workflow.DeactiveEntryFunction
- All Implemented Interfaces:
com.opensymphony.workflow.FunctionProvider
,Component
,LogEnabled
,Serviceable
public class DeactiveEntryFunction
extends AbstractLogEnabled
implements Component, com.opensymphony.workflow.FunctionProvider, Serviceable
OS workflow function to deactive the entry
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LimitedEntriesHelper
The handling limited entries helper -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Field Details
-
_handleLimitedEntriesHelper
The handling limited entries helper
-
-
Constructor Details
-
DeactiveEntryFunction
public DeactiveEntryFunction()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
execute
public void execute(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps) throws com.opensymphony.workflow.WorkflowException - Specified by:
execute
in interfacecom.opensymphony.workflow.FunctionProvider
- Throws:
com.opensymphony.workflow.WorkflowException
-