Liferay 6.1.2-ce-ga3

com.liferay.portal.workflow
Class LayoutRevisionWorkflowHandler

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

public class LayoutRevisionWorkflowHandler
extends BaseWorkflowHandler


Field Summary
static String CLASS_NAME
           
 
Constructor Summary
LayoutRevisionWorkflowHandler()
           
 
Method Summary
 String getClassName()
           
protected  String getIconPath(ThemeDisplay themeDisplay)
           
 String getType(Locale locale)
           
 Object updateStatus(int status, Map<String,Serializable> workflowContext)
           
 
Methods inherited from class com.liferay.portal.kernel.workflow.BaseWorkflowHandler
getAssetRenderer, getAssetRendererFactory, getIconPath, getSummary, getTitle, getURLEdit, getURLViewInContext, getWorkflowDefinitionLink, isAssetTypeSearchable, isScopeable, isVisible, render, startWorkflowInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

public static final String CLASS_NAME
Constructor Detail

LayoutRevisionWorkflowHandler

public LayoutRevisionWorkflowHandler()
Method Detail

getClassName

public String getClassName()

getType

public String getType(Locale locale)

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

Liferay 6.1.2-ce-ga3