org.infoglue.cms.applications.workflowtool.function
Class PropertysetCleaner

java.lang.Object
  extended by org.infoglue.cms.applications.workflowtool.util.InfoglueWorkflowBase
      extended by org.infoglue.cms.applications.workflowtool.function.InfoglueFunction
          extended by org.infoglue.cms.applications.workflowtool.function.PropertysetCleaner
All Implemented Interfaces:
com.opensymphony.workflow.FunctionProvider

public class PropertysetCleaner
extends InfoglueFunction

This function is used for cleaning the propertyset before terminating a workflow.

Context in

None.

Context out

None.


Field Summary
 
Fields inherited from class org.infoglue.cms.applications.workflowtool.function.InfoglueFunction
LOCALE_PARAMETER, PRINCIPAL_PARAMETER
 
Fields inherited from class org.infoglue.cms.applications.workflowtool.util.InfoglueWorkflowBase
ERROR_PROPERTYSET_PREFIX, FUNCTION_STATUS_PROPERTYSET_KEY, UTF8_ENCODING, WORKFLOW_PROPERTYSET_PREFIX
 
Constructor Summary
PropertysetCleaner()
          Default constructor.
 
Method Summary
protected  void execute()
          Removes all data from the propertyset associated with the workflow.
 
Methods inherited from class org.infoglue.cms.applications.workflowtool.function.InfoglueFunction
execute, getLocale, getPrincipal, getRequestParameter, initialize, setFunctionStatus
 
Methods inherited from class org.infoglue.cms.applications.workflowtool.util.InfoglueWorkflowBase
argumentExists, getArgument, getArgument, getDatabase, getParameter, getParameter, getParameter, getParameters, getPropertySet, getPropertySetDataString, getPropertySetString, getVariableFromMaps, parameterExists, propertySetContains, removeFromPropertySet, removeFromPropertySet, setParameter, setPropertySetDataString, setPropertySetString, storeContext, throwException, throwException, translate, translateVariables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertysetCleaner

public PropertysetCleaner()
Default constructor.

Method Detail

execute

protected final void execute()
                      throws com.opensymphony.workflow.WorkflowException
Removes all data from the propertyset associated with the workflow.

Specified by:
execute in class InfoglueFunction
Throws:
com.opensymphony.workflow.WorkflowException - if an exception occurs while cleaning the propertyset.


Copyright © 2005 InfoGlue.org All Rights Reserved.