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

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.ContentProvider
All Implemented Interfaces:
com.opensymphony.workflow.FunctionProvider
Direct Known Subclasses:
PathContentProvider

public class ContentProvider
extends InfoglueFunction


Field Summary
static java.lang.String CONTENT_ID_PROPERTYSET_KEY
           
 
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
ContentProvider()
           
 
Method Summary
protected  void execute()
          Executes this function.
protected  java.lang.String getContentParameterName()
           
protected  java.lang.String getContentVersionParameterName()
           
protected  LanguageVO getLanguageVO()
           
protected  void initialize()
          Method used for initializing the function; will be called before execute is called.
protected  void initializeContentVersionVO()
           
protected  void initializeContentVO()
           
protected  void setContentVersionVO(ContentVersionVO contentVersionVO)
           
protected  void setContentVO(ContentVO contentVO)
           
 
Methods inherited from class org.infoglue.cms.applications.workflowtool.function.InfoglueFunction
execute, getLocale, getPrincipal, getRequestParameter, setFunctionStatus
 
Methods inherited from class org.infoglue.cms.applications.workflowtool.util.InfoglueWorkflowBase
argumentExists, getArgument, getArgument, getDatabase, getParameter, getParameter, getParameter, getParameters, getParameterStringValue, 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
 

Field Detail

CONTENT_ID_PROPERTYSET_KEY

public static final java.lang.String CONTENT_ID_PROPERTYSET_KEY
See Also:
Constant Field Values
Constructor Detail

ContentProvider

public ContentProvider()
Method Detail

execute

protected void execute()
                throws com.opensymphony.workflow.WorkflowException
Description copied from class: InfoglueFunction
Executes this function.

Specified by:
execute in class InfoglueFunction
Throws:
com.opensymphony.workflow.WorkflowException - if an error occurs during the execution.

setContentVO

protected void setContentVO(ContentVO contentVO)

setContentVersionVO

protected void setContentVersionVO(ContentVersionVO contentVersionVO)

getLanguageVO

protected final LanguageVO getLanguageVO()

getContentParameterName

protected java.lang.String getContentParameterName()

getContentVersionParameterName

protected java.lang.String getContentVersionParameterName()

initializeContentVO

protected void initializeContentVO()
                            throws com.opensymphony.workflow.WorkflowException
Throws:
com.opensymphony.workflow.WorkflowException

initializeContentVersionVO

protected void initializeContentVersionVO()
                                   throws com.opensymphony.workflow.WorkflowException
Throws:
com.opensymphony.workflow.WorkflowException

initialize

protected void initialize()
                   throws com.opensymphony.workflow.WorkflowException
Method used for initializing the function; will be called before execute is called.

Note! You must call super.initialize() first.

Overrides:
initialize in class InfoglueFunction
Throws:
com.opensymphony.workflow.WorkflowException - if an error occurs during the initialization.


Copyright © 2005 InfoGlue.org All Rights Reserved.