|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genesyslab.ail.Enum
com.genesyslab.ail.WorkflowStatus.Status
public static class WorkflowStatus.Status
This enum lists the possible statuses for multimedia history items.
| Field Summary | |
|---|---|
static WorkflowStatus.Status |
HANDLING
Indicates that the history item is being processed by an agent. |
static int |
HANDLING_
Integer value for HANDLING. |
static WorkflowStatus.Status |
QUEUED
Indicates that the history item is waiting in a queue. |
static int |
QUEUED_
Integer value for QUEUED. |
static WorkflowStatus.Status |
QUEUED_IN_A_WORKBIN
Indicates that the history item is waiting in a workbin. |
static int |
QUEUED_IN_A_WORKBIN_
Integer value for QUEUED_IN_A_WORKBIN. |
static WorkflowStatus.Status |
ROUTING
Indicates that the history item is being routed. |
static int |
ROUTING_
Integer value for ROUTING. |
static WorkflowStatus.Status |
STOPPED
Indicates that the history item processing is over. |
static int |
STOPPED_
Integer value for STOPPED. |
static WorkflowStatus.Status |
UNKNOWN
Indicates that the history item status is unknown. |
static int |
UNKNOWN_
Integer value for UNKNOWN. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static WorkflowStatus.Status |
getStatus(int _value)
Returns the Status for this value. |
| Methods inherited from class com.genesyslab.ail.Enum |
|---|
equals, hashCode, max, toInt, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int QUEUED_
public static final WorkflowStatus.Status QUEUED
public static final int QUEUED_IN_A_WORKBIN_
public static final WorkflowStatus.Status QUEUED_IN_A_WORKBIN
public static final int ROUTING_
public static final WorkflowStatus.Status ROUTING
public static final int HANDLING_
public static final WorkflowStatus.Status HANDLING
public static final int STOPPED_
public static final WorkflowStatus.Status STOPPED
public static final int UNKNOWN_
public static final WorkflowStatus.Status UNKNOWN
| Method Detail |
|---|
public static final WorkflowStatus.Status getStatus(int _value)
Status for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||