Class BackgroundTaskConstants
Object
com.liferay.portal.kernel.backgroundtask.BackgroundTaskConstants
Deprecated.
- Author:
- Daniel Kocsis, Eduardo GarcĂa
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getStatusCssClass
(int status) Deprecated.static String
getStatusLabel
(int status) Deprecated.
-
Field Details
-
BACKGROUND_TASK_ID
Deprecated.- See Also:
-
ISOLATION_LEVEL_CLASS
public static final int ISOLATION_LEVEL_CLASSDeprecated.- See Also:
-
ISOLATION_LEVEL_COMPANY
public static final int ISOLATION_LEVEL_COMPANYDeprecated.- See Also:
-
ISOLATION_LEVEL_CUSTOM
public static final int ISOLATION_LEVEL_CUSTOMDeprecated.- See Also:
-
ISOLATION_LEVEL_GROUP
public static final int ISOLATION_LEVEL_GROUPDeprecated.- See Also:
-
ISOLATION_LEVEL_NOT_ISOLATED
public static final int ISOLATION_LEVEL_NOT_ISOLATEDDeprecated.- See Also:
-
ISOLATION_LEVEL_TASK_NAME
public static final int ISOLATION_LEVEL_TASK_NAMEDeprecated.- See Also:
-
LABEL_CANCELLED
Deprecated.- See Also:
-
LABEL_FAILED
Deprecated.- See Also:
-
LABEL_IN_PROGRESS
Deprecated.- See Also:
-
LABEL_NEW
Deprecated.- See Also:
-
LABEL_QUEUED
Deprecated.- See Also:
-
LABEL_SUCCESSFUL
Deprecated.- See Also:
-
STATUS_CANCELLED
public static final int STATUS_CANCELLEDDeprecated.- See Also:
-
STATUS_FAILED
public static final int STATUS_FAILEDDeprecated.- See Also:
-
STATUS_IN_PROGRESS
public static final int STATUS_IN_PROGRESSDeprecated.- See Also:
-
STATUS_NEW
public static final int STATUS_NEWDeprecated.- See Also:
-
STATUS_QUEUED
public static final int STATUS_QUEUEDDeprecated.- See Also:
-
STATUS_SUCCESSFUL
public static final int STATUS_SUCCESSFULDeprecated.- See Also:
-
-
Constructor Details
-
BackgroundTaskConstants
public BackgroundTaskConstants()Deprecated.
-
-
Method Details
-
getStatusCssClass
Deprecated. -
getStatusLabel
Deprecated.
-
BackgroundTaskConstants