Liferay 6.2-ce-ga5

com.liferay.portal.kernel.staging
Class StagingConstants

java.lang.Object
  extended by com.liferay.portal.kernel.staging.StagingConstants

public class StagingConstants
extends Object


Field Summary
static long LOCK_EXPIRATION_TIME
           
static String STAGED_PORTLET
           
static String STAGING_RECENT_LAYOUT_IDS_MAP
           
static int TYPE_LOCAL_STAGING
           
static int TYPE_NOT_STAGED
           
static int TYPE_REMOTE_STAGING
           
 
Constructor Summary
StagingConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME

STAGED_PORTLET

public static final String STAGED_PORTLET
See Also:
Constant Field Values

STAGING_RECENT_LAYOUT_IDS_MAP

public static final String STAGING_RECENT_LAYOUT_IDS_MAP
See Also:
Constant Field Values

TYPE_LOCAL_STAGING

public static final int TYPE_LOCAL_STAGING
See Also:
Constant Field Values

TYPE_NOT_STAGED

public static final int TYPE_NOT_STAGED
See Also:
Constant Field Values

TYPE_REMOTE_STAGING

public static final int TYPE_REMOTE_STAGING
See Also:
Constant Field Values
Constructor Detail

StagingConstants

public StagingConstants()

Liferay 6.2-ce-ga5