com.liferay.portal.kernel.backgroundtask
Class BackgroundTaskConstants
java.lang.Object
com.liferay.portal.kernel.backgroundtask.BackgroundTaskConstants
public class BackgroundTaskConstants
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BACKGROUND_TASK_ID
public static final String BACKGROUND_TASK_ID
- See Also:
- Constant Field Values
ISOLATION_LEVEL_CLASS
public static final int ISOLATION_LEVEL_CLASS
- See Also:
- Constant Field Values
ISOLATION_LEVEL_COMPANY
public static final int ISOLATION_LEVEL_COMPANY
- See Also:
- Constant Field Values
ISOLATION_LEVEL_GROUP
public static final int ISOLATION_LEVEL_GROUP
- See Also:
- Constant Field Values
ISOLATION_LEVEL_NOT_ISOLATED
public static final int ISOLATION_LEVEL_NOT_ISOLATED
- See Also:
- Constant Field Values
LABEL_CANCELLED
public static final String LABEL_CANCELLED
- See Also:
- Constant Field Values
LABEL_FAILED
public static final String LABEL_FAILED
- See Also:
- Constant Field Values
LABEL_IN_PROGRESS
public static final String LABEL_IN_PROGRESS
- See Also:
- Constant Field Values
LABEL_NEW
public static final String LABEL_NEW
- See Also:
- Constant Field Values
LABEL_QUEUED
public static final String LABEL_QUEUED
- See Also:
- Constant Field Values
LABEL_SUCCESSFUL
public static final String LABEL_SUCCESSFUL
- See Also:
- Constant Field Values
STATUS_CANCELLED
public static final int STATUS_CANCELLED
- See Also:
- Constant Field Values
STATUS_FAILED
public static final int STATUS_FAILED
- See Also:
- Constant Field Values
STATUS_IN_PROGRESS
public static final int STATUS_IN_PROGRESS
- See Also:
- Constant Field Values
STATUS_NEW
public static final int STATUS_NEW
- See Also:
- Constant Field Values
STATUS_QUEUED
public static final int STATUS_QUEUED
- See Also:
- Constant Field Values
STATUS_SUCCESSFUL
public static final int STATUS_SUCCESSFUL
- See Also:
- Constant Field Values
BackgroundTaskConstants
public BackgroundTaskConstants()
getStatusCssClass
public static String getStatusCssClass(int status)
getStatusLabel
public static String getStatusLabel(int status)