public class UserWorkflowHandler
extends com.liferay.portal.kernel.workflow.BaseWorkflowHandler<com.liferay.portal.kernel.model.User>
Constructor and Description |
---|
UserWorkflowHandler() |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
String |
getType(Locale locale) |
boolean |
isScopeable() |
com.liferay.portal.kernel.model.User |
updateStatus(int status,
Map<String,Serializable> workflowContext) |
getAssetRenderer, getAssetRendererFactory, getIconCssClass, getIconPath, getSummary, getSummary, getTitle, getURLEdit, getURLEditWorkflowTask, getURLViewDiffs, getURLViewInContext, getWorkflowDefinitionLink, include, isAssetTypeSearchable, isVisible, startWorkflowInstance
public String getClassName()
public String getType(Locale locale)
public boolean isScopeable()
isScopeable
in interface com.liferay.portal.kernel.workflow.WorkflowHandler<com.liferay.portal.kernel.model.User>
isScopeable
in class com.liferay.portal.kernel.workflow.BaseWorkflowHandler<com.liferay.portal.kernel.model.User>
public com.liferay.portal.kernel.model.User updateStatus(int status, Map<String,Serializable> workflowContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException