Liferay 7.0-ce-m3

com.liferay.portlet.blogs.workflow
Class BlogsEntryWorkflowHandler

java.lang.Object
  extended by com.liferay.portal.kernel.workflow.BaseWorkflowHandler<BlogsEntry>
      extended by com.liferay.portlet.blogs.workflow.BlogsEntryWorkflowHandler
All Implemented Interfaces:
WorkflowHandler<BlogsEntry>

public class BlogsEntryWorkflowHandler
extends BaseWorkflowHandler<BlogsEntry>


Constructor Summary
BlogsEntryWorkflowHandler()
           
 
Method Summary
 String getClassName()
           
protected  String getIconPath(ThemeDisplay themeDisplay)
           
 String getType(Locale locale)
           
 BlogsEntry 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

BlogsEntryWorkflowHandler

public BlogsEntryWorkflowHandler()
Method Detail

getClassName

public String getClassName()

getType

public String getType(Locale locale)

updateStatus

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

getIconPath

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

Liferay 7.0-ce-m3