com.genesyslab.ail
Class WorkflowStatus.Status

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.WorkflowStatus.Status
Enclosing interface:
WorkflowStatus

public static class WorkflowStatus.Status
extends Enum

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

QUEUED_

public static final int QUEUED_
Integer value for QUEUED.

See Also:
Constant Field Values

QUEUED

public static final WorkflowStatus.Status QUEUED
Indicates that the history item is waiting in a queue.


QUEUED_IN_A_WORKBIN_

public static final int QUEUED_IN_A_WORKBIN_
Integer value for QUEUED_IN_A_WORKBIN.

See Also:
Constant Field Values

QUEUED_IN_A_WORKBIN

public static final WorkflowStatus.Status QUEUED_IN_A_WORKBIN
Indicates that the history item is waiting in a workbin.


ROUTING_

public static final int ROUTING_
Integer value for ROUTING.

See Also:
Constant Field Values

ROUTING

public static final WorkflowStatus.Status ROUTING
Indicates that the history item is being routed.


HANDLING_

public static final int HANDLING_
Integer value for HANDLING.

See Also:
Constant Field Values

HANDLING

public static final WorkflowStatus.Status HANDLING
Indicates that the history item is being processed by an agent.


STOPPED_

public static final int STOPPED_
Integer value for STOPPED.

See Also:
Constant Field Values

STOPPED

public static final WorkflowStatus.Status STOPPED
Indicates that the history item processing is over.


UNKNOWN_

public static final int UNKNOWN_
Integer value for UNKNOWN.

See Also:
Constant Field Values

UNKNOWN

public static final WorkflowStatus.Status UNKNOWN
Indicates that the history item status is unknown.

Method Detail

getStatus

public static final WorkflowStatus.Status getStatus(int _value)
Returns the Status for this value.