Liferay 7.0-ce-m6

com.liferay.portlet.messageboards.workflow
Class MBMessageWorkflowHandler

java.lang.Object
  extended by com.liferay.portal.kernel.workflow.BaseWorkflowHandler<MBMessage>
      extended by com.liferay.portlet.messageboards.workflow.MBMessageWorkflowHandler
All Implemented Interfaces:
WorkflowHandler<MBMessage>
Direct Known Subclasses:
MBDiscussionWorkflowHandler

public class MBMessageWorkflowHandler
extends BaseWorkflowHandler<MBMessage>


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

MBMessageWorkflowHandler

public MBMessageWorkflowHandler()
Method Detail

getClassName

public String getClassName()

getType

public String getType(Locale locale)

updateStatus

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

getIconPath

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

Liferay 7.0-ce-m6