com.liferay.portlet.directory.workflow
Class UserWorkflowHandler
java.lang.Object
com.liferay.portal.kernel.workflow.BaseWorkflowHandler
com.liferay.portlet.directory.workflow.UserWorkflowHandler
- All Implemented Interfaces:
- WorkflowHandler
public class UserWorkflowHandler
- extends BaseWorkflowHandler
Methods inherited from class com.liferay.portal.kernel.workflow.BaseWorkflowHandler |
getAssetRenderer, getAssetRendererFactory, getIconPath, getSummary, getTitle, getURLEdit, getURLViewInContext, getWorkflowDefinitionLink, isAssetTypeSearchable, isVisible, render, startWorkflowInstance |
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
UserWorkflowHandler
public UserWorkflowHandler()
getClassName
public String getClassName()
getType
public String getType(Locale locale)
isScopeable
public boolean isScopeable()
- Specified by:
isScopeable
in interface WorkflowHandler
- Overrides:
isScopeable
in class BaseWorkflowHandler
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