Liferay 7.0-ce-m3

com.liferay.portlet.wiki.workflow
Class WikiPageWorkflowHandler

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

public class WikiPageWorkflowHandler
extends BaseWorkflowHandler<WikiPage>


Constructor Summary
WikiPageWorkflowHandler()
           
 
Method Summary
 String getClassName()
           
protected  String getIconPath(ThemeDisplay themeDisplay)
           
 String getType(Locale locale)
           
 WikiPage updateStatus(int status, Map<String,Serializable> workflowContext)
           
 
Methods inherited from class com.liferay.portal.kernel.workflow.BaseWorkflowHandler
getAssetRenderer, getAssetRendererFactory, getIconCssClass, getIconPath, getSummary, getSummary, getTitle, getURLEdit, getURLEditWorkflowTask, getURLViewDiffs, 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
 

Constructor Detail

WikiPageWorkflowHandler

public WikiPageWorkflowHandler()
Method Detail

getClassName

public String getClassName()

getType

public String getType(Locale locale)

updateStatus

public WikiPage updateStatus(int status,
                             Map<String,Serializable> workflowContext)
                      throws PortalException
Throws:
PortalException

getIconPath

protected String getIconPath(ThemeDisplay themeDisplay)
Overrides:
getIconPath in class BaseWorkflowHandler<WikiPage>

Liferay 7.0-ce-m3