com.liferay.portlet.wiki.workflow
Class WikiPageWorkflowHandler

java.lang.Object
  extended by com.liferay.portal.kernel.workflow.BaseWorkflowHandler
      extended by com.liferay.portlet.wiki.workflow.WikiPageWorkflowHandler
All Implemented Interfaces:
com.liferay.portal.kernel.workflow.WorkflowHandler

public class WikiPageWorkflowHandler
extends com.liferay.portal.kernel.workflow.BaseWorkflowHandler

Author:
Jorge Ferrer, Julio Camarero

Field Summary
static java.lang.String CLASS_NAME
           
 
Constructor Summary
WikiPageWorkflowHandler()
           
 
Method Summary
 java.lang.String getClassName()
           
protected  java.lang.String getIconPath(com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 java.lang.String getType(java.util.Locale locale)
           
 com.liferay.portlet.wiki.model.WikiPage updateStatus(int status, java.util.Map<java.lang.String,java.io.Serializable> workflowContext)
           
 
Methods inherited from class com.liferay.portal.kernel.workflow.BaseWorkflowHandler
getAssetRenderer, getAssetRendererFactory, getIconPath, getSummary, getTitle, getURLEdit, getURLViewInContext, getWorkflowDefinitionLink, isAssetTypeSearchable, isScopeable, isVisible, render, startWorkflowInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

public static final java.lang.String CLASS_NAME
Constructor Detail

WikiPageWorkflowHandler

public WikiPageWorkflowHandler()
Method Detail

getClassName

public java.lang.String getClassName()

getType

public java.lang.String getType(java.util.Locale locale)

updateStatus

public com.liferay.portlet.wiki.model.WikiPage updateStatus(int status,
                                                            java.util.Map<java.lang.String,java.io.Serializable> workflowContext)
                                                     throws com.liferay.portal.kernel.exception.PortalException,
                                                            com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getIconPath

protected java.lang.String getIconPath(com.liferay.portal.theme.ThemeDisplay themeDisplay)
Overrides:
getIconPath in class com.liferay.portal.kernel.workflow.BaseWorkflowHandler