BackgroundTaskConstants
@Deprecated
public class BackgroundTaskConstants
extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BACKGROUND_TASK_ID
Deprecated.
|
static int |
ISOLATION_LEVEL_CLASS
Deprecated.
|
static int |
ISOLATION_LEVEL_COMPANY
Deprecated.
|
static int |
ISOLATION_LEVEL_CUSTOM
Deprecated.
|
static int |
ISOLATION_LEVEL_GROUP
Deprecated.
|
static int |
ISOLATION_LEVEL_NOT_ISOLATED
Deprecated.
|
static int |
ISOLATION_LEVEL_TASK_NAME
Deprecated.
|
static String |
LABEL_CANCELLED
Deprecated.
|
static String |
LABEL_FAILED
Deprecated.
|
static String |
LABEL_IN_PROGRESS
Deprecated.
|
static String |
LABEL_NEW
Deprecated.
|
static String |
LABEL_QUEUED
Deprecated.
|
static String |
LABEL_SUCCESSFUL
Deprecated.
|
static int |
STATUS_CANCELLED
Deprecated.
|
static int |
STATUS_FAILED
Deprecated.
|
static int |
STATUS_IN_PROGRESS
Deprecated.
|
static int |
STATUS_NEW
Deprecated.
|
static int |
STATUS_QUEUED
Deprecated.
|
static int |
STATUS_SUCCESSFUL
Deprecated.
|
Constructor and Description |
---|
BackgroundTaskConstants()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static String |
getStatusCssClass(int status)
Deprecated.
|
static String |
getStatusLabel(int status)
Deprecated.
|
public static final String BACKGROUND_TASK_ID
public static final int ISOLATION_LEVEL_CLASS
public static final int ISOLATION_LEVEL_COMPANY
public static final int ISOLATION_LEVEL_CUSTOM
public static final int ISOLATION_LEVEL_GROUP
public static final int ISOLATION_LEVEL_NOT_ISOLATED
public static final int ISOLATION_LEVEL_TASK_NAME
public static final String LABEL_CANCELLED
public static final String LABEL_FAILED
public static final String LABEL_IN_PROGRESS
public static final String LABEL_NEW
public static final String LABEL_QUEUED
public static final String LABEL_SUCCESSFUL
public static final int STATUS_CANCELLED
public static final int STATUS_FAILED
public static final int STATUS_IN_PROGRESS
public static final int STATUS_NEW
public static final int STATUS_QUEUED
public static final int STATUS_SUCCESSFUL