Liferay 7.0-ce-b4

com.liferay.portal.workflow
Class LayoutRevisionWorkflowHandler

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

public class LayoutRevisionWorkflowHandler
extends BaseWorkflowHandler<LayoutRevision>


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

Constructor Detail

LayoutRevisionWorkflowHandler

public LayoutRevisionWorkflowHandler()
Method Detail

getClassName

public String getClassName()

getType

public String getType(Locale locale)

updateStatus

public LayoutRevision updateStatus(int status,
                                   Map<String,Serializable> workflowContext)
                            throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4