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