com.genesyslab.ail
Class InteractionVoiceOutbound.OutboundStatus

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.InteractionVoiceOutbound.OutboundStatus
Enclosing interface:
InteractionVoiceOutbound

Deprecated. You should use the OutboundChain interface.

public static class InteractionVoiceOutbound.OutboundStatus
extends Enum

Enum for the Outbound-oriented status of this interaction.

See Also:
InteractionVoiceOutbound.getOutboundStatus()

Field Summary
static InteractionVoiceOutbound.OutboundStatus CLOSED_EXTERNAL
          Deprecated. Outbound data can't be manipulated anymore: closed by an external action.
static int CLOSED_EXTERNAL_
          Deprecated. Outbound data can't be manipulated anymore: closed by an external action.
static InteractionVoiceOutbound.OutboundStatus CLOSED_INTERNAL
          Deprecated. Outbound data can't be manipulated anymore: closed by the agent that was manipulating it.
static int CLOSED_INTERNAL_
          Deprecated. Outbound data can't be manipulated anymore: closed by the agent that was manipulating it.
static int MAX
          Deprecated. The maximum number of statuses.
static InteractionVoiceOutbound.OutboundStatus OPEN
          Deprecated. Outbound data ready to be manipulated.
static int OPEN_
          Deprecated. Outbound data ready to be manipulated.
static InteractionVoiceOutbound.OutboundStatus UNKNOWN
          Deprecated. The status is not set yet.
static int UNKNOWN_
          Deprecated. The status is not set yet.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static InteractionVoiceOutbound.OutboundStatus getOutboundStatus(int value)
          Deprecated. Returns the OutboundStatus for this value.
static int max()
          Deprecated. The maximum number of statuses.
 
Methods inherited from class com.genesyslab.ail.Enum
equals, hashCode, toInt, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

UNKNOWN_

public static final int UNKNOWN_
Deprecated. 
The status is not set yet.

See Also:
Constant Field Values

UNKNOWN

public static final InteractionVoiceOutbound.OutboundStatus UNKNOWN
Deprecated. 
The status is not set yet.


OPEN_

public static final int OPEN_
Deprecated. 
Outbound data ready to be manipulated.

See Also:
Constant Field Values

OPEN

public static final InteractionVoiceOutbound.OutboundStatus OPEN
Deprecated. 
Outbound data ready to be manipulated.


CLOSED_INTERNAL_

public static final int CLOSED_INTERNAL_
Deprecated. 
Outbound data can't be manipulated anymore: closed by the agent that was manipulating it.

See Also:
Constant Field Values

CLOSED_INTERNAL

public static final InteractionVoiceOutbound.OutboundStatus CLOSED_INTERNAL
Deprecated. 
Outbound data can't be manipulated anymore: closed by the agent that was manipulating it.


CLOSED_EXTERNAL_

public static final int CLOSED_EXTERNAL_
Deprecated. 
Outbound data can't be manipulated anymore: closed by an external action.

See Also:
Constant Field Values

CLOSED_EXTERNAL

public static final InteractionVoiceOutbound.OutboundStatus CLOSED_EXTERNAL
Deprecated. 
Outbound data can't be manipulated anymore: closed by an external action.


MAX

public static final int MAX
Deprecated. 
The maximum number of statuses.

See Also:
Constant Field Values
Method Detail

max

public static final int max()
Deprecated. 
The maximum number of statuses.


getOutboundStatus

public static final InteractionVoiceOutbound.OutboundStatus getOutboundStatus(int value)
Deprecated. 
Returns the OutboundStatus for this value.