Liferay 7.0-ce-m3

com.liferay.portlet.journal.workflow
Class JournalArticleWorkflowHandler

java.lang.Object
  extended by com.liferay.portal.kernel.workflow.BaseWorkflowHandler<JournalArticle>
      extended by com.liferay.portlet.journal.workflow.JournalArticleWorkflowHandler
All Implemented Interfaces:
WorkflowHandler<JournalArticle>

public class JournalArticleWorkflowHandler
extends BaseWorkflowHandler<JournalArticle>


Constructor Summary
JournalArticleWorkflowHandler()
           
 
Method Summary
 String getClassName()
           
protected  String getIconPath(ThemeDisplay themeDisplay)
           
 String getType(Locale locale)
           
 WorkflowDefinitionLink getWorkflowDefinitionLink(long companyId, long groupId, long classPK)
           
 boolean isVisible()
           
 JournalArticle 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, isAssetTypeSearchable, isScopeable, render, startWorkflowInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalArticleWorkflowHandler

public JournalArticleWorkflowHandler()
Method Detail

getClassName

public String getClassName()

getType

public String getType(Locale locale)

getWorkflowDefinitionLink

public WorkflowDefinitionLink getWorkflowDefinitionLink(long companyId,
                                                        long groupId,
                                                        long classPK)
                                                 throws PortalException
Specified by:
getWorkflowDefinitionLink in interface WorkflowHandler<JournalArticle>
Overrides:
getWorkflowDefinitionLink in class BaseWorkflowHandler<JournalArticle>
Throws:
PortalException

isVisible

public boolean isVisible()
Specified by:
isVisible in interface WorkflowHandler<JournalArticle>
Overrides:
isVisible in class BaseWorkflowHandler<JournalArticle>

updateStatus

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

getIconPath

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

Liferay 7.0-ce-m3