Liferay 7.0-ce-b4

com.liferay.portal.kernel.search.background.task
Class ReindexBackgroundTaskConstants

java.lang.Object
  extended by com.liferay.portal.kernel.search.background.task.ReindexBackgroundTaskConstants

public class ReindexBackgroundTaskConstants
extends Object


Field Summary
static String CLASS_NAME
           
static String COMPANY_ID
           
static String COMPANY_IDS
           
static String COUNT
           
static String PHASE
           
static String PORTAL_END
           
static String PORTAL_START
           
static String SINGLE_END
           
static String SINGLE_START
           
static String TOTAL
           
 
Constructor Summary
ReindexBackgroundTaskConstants()
           
 
Method Summary
 
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
See Also:
Constant Field Values

COMPANY_ID

public static final String COMPANY_ID
See Also:
Constant Field Values

COMPANY_IDS

public static final String COMPANY_IDS
See Also:
Constant Field Values

COUNT

public static final String COUNT
See Also:
Constant Field Values

PHASE

public static final String PHASE
See Also:
Constant Field Values

PORTAL_END

public static final String PORTAL_END
See Also:
Constant Field Values

PORTAL_START

public static final String PORTAL_START
See Also:
Constant Field Values

SINGLE_END

public static final String SINGLE_END
See Also:
Constant Field Values

SINGLE_START

public static final String SINGLE_START
See Also:
Constant Field Values

TOTAL

public static final String TOTAL
See Also:
Constant Field Values
Constructor Detail

ReindexBackgroundTaskConstants

public ReindexBackgroundTaskConstants()

Liferay 7.0-ce-b4