com.liferay.portlet.documentlibrary.workflow
Class DLFileEntryWorkflowHandler
java.lang.Object
com.liferay.portal.kernel.workflow.BaseWorkflowHandler<DLFileEntry>
com.liferay.portlet.documentlibrary.workflow.DLFileEntryWorkflowHandler
- All Implemented Interfaces:
- WorkflowHandler<DLFileEntry>
public class DLFileEntryWorkflowHandler
- extends BaseWorkflowHandler<DLFileEntry>
| 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 |
DLFileEntryWorkflowHandler
public DLFileEntryWorkflowHandler()
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<DLFileEntry>- Overrides:
getWorkflowDefinitionLink in class BaseWorkflowHandler<DLFileEntry>
- Throws:
PortalException
isVisible
public boolean isVisible()
- Specified by:
isVisible in interface WorkflowHandler<DLFileEntry>- Overrides:
isVisible in class BaseWorkflowHandler<DLFileEntry>
updateStatus
public DLFileEntry updateStatus(int status,
Map<String,Serializable> workflowContext)
throws PortalException
- Throws:
PortalException
getIconPath
protected String getIconPath(ThemeDisplay themeDisplay)
- Overrides:
getIconPath in class BaseWorkflowHandler<DLFileEntry>