com.liferay.portlet.messageboards.workflow
Class MBMessageWorkflowHandler
java.lang.Object
com.liferay.portal.kernel.workflow.BaseWorkflowHandler
com.liferay.portlet.messageboards.workflow.MBMessageWorkflowHandler
- All Implemented Interfaces:
- WorkflowHandler
- Direct Known Subclasses:
- MBDiscussionWorkflowHandler
public class MBMessageWorkflowHandler
- extends BaseWorkflowHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS_NAME
public static final String CLASS_NAME
MBMessageWorkflowHandler
public MBMessageWorkflowHandler()
getClassName
public String getClassName()
getType
public String getType(Locale locale)
updateStatus
public Object updateStatus(int status,
Map<String,Serializable> workflowContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getIconPath
protected String getIconPath(ThemeDisplay themeDisplay)
- Overrides:
getIconPath
in class BaseWorkflowHandler