Liferay 6.2-ce-ga5

com.liferay.portlet.documentlibrary.workflow
Class DLFileEntryWorkflowHandler

java.lang.Object
  extended by com.liferay.portal.kernel.workflow.BaseWorkflowHandler
      extended by com.liferay.portlet.documentlibrary.workflow.DLFileEntryWorkflowHandler
All Implemented Interfaces:
WorkflowHandler

public class DLFileEntryWorkflowHandler
extends BaseWorkflowHandler


Constructor Summary
DLFileEntryWorkflowHandler()
           
 
Method Summary
 String getClassName()
           
protected  String getIconPath(ThemeDisplay themeDisplay)
           
 String getType(Locale locale)
           
 WorkflowDefinitionLink getWorkflowDefinitionLink(long companyId, long groupId, long classPK)
           
 boolean isVisible()
           
 DLFileEntry updateStatus(int status, Map<String,Serializable> workflowContext)
           
 
Methods inherited from class com.liferay.portal.kernel.workflow.BaseWorkflowHandler
getAssetRenderer, getAssetRendererFactory, getIconPath, getSummary, getTitle, getURLEdit, 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

DLFileEntryWorkflowHandler

public DLFileEntryWorkflowHandler()
Method Detail

getClassName

public String getClassName()

getType

public String getType(Locale locale)

getWorkflowDefinitionLink

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

isVisible

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

updateStatus

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

getIconPath

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

Liferay 6.2-ce-ga5