|
|||||||||
| 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.event.InteractionOutboundEvent.Type
public static class InteractionOutboundEvent.Type
Enum for the possible types of record status.
| Field Summary | |
|---|---|
static InteractionOutboundEvent.Type |
ACTIVE_RECORD_CHANGED
The active record of the interaction has been changed. |
static int |
ACTIVE_RECORD_CHANGED_
The active record of the interaction has been changed. |
static int |
MAX
The maximum number of types. |
static InteractionOutboundEvent.Type |
RECORD_HANDLING_STATUS
The OutboundStatus of an InteractionVoiceOutbound has changed. |
static int |
RECORD_HANDLING_STATUS_
The OutboundStatus of an InteractionVoiceOutbound has changed. |
static InteractionOutboundEvent.Type |
RECORD_STATUS
The status of an OutboundRecord has changed. |
static int |
RECORD_STATUS_
The status of an OutboundRecord has changed. |
static InteractionOutboundEvent.Type |
UNKNOWN
Unknown event type. |
static int |
UNKNOWN_
Unknown event type. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static Enum |
getType(int value)
Returns the Type for this value. |
static int |
max()
The maximum number of types. |
| 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 |
|---|
public static final int UNKNOWN_
public static final InteractionOutboundEvent.Type UNKNOWN
public static final int RECORD_HANDLING_STATUS_
InteractionVoiceOutbound has changed. InteractionOutboundEvent.getInteractionVoiceOutbound() returns the InteractionVoiceOutbound
whose status has changed.
InteractionOutboundEvent.getRecord() is not used.
InteractionOutboundEvent.getInteractionOutboundStatus() returns the status of the
InteractionVoiceOutbound.
InteractionOutboundEvent.getRecordStatus() is not used.
public static final InteractionOutboundEvent.Type RECORD_HANDLING_STATUS
InteractionVoiceOutbound has changed. InteractionOutboundEvent.getInteractionVoiceOutbound() returns the InteractionVoiceOutbound
whose status has changed.
InteractionOutboundEvent.getRecord() is not used.
InteractionOutboundEvent.getInteractionOutboundStatus() returns the status of the
InteractionVoiceOutbound.
InteractionOutboundEvent.getRecordStatus() is not used.
public static final int RECORD_STATUS_
OutboundRecord has changed. InteractionOutboundEvent.getInteractionVoiceOutbound() returns the InteractionVoiceOutbound
that handles the record concerned with this event.
InteractionOutboundEvent.getRecord() returns the OutboundRecord whose status has changed.
InteractionOutboundEvent.getInteractionOutboundStatus() returns the status of the
InteractionVoiceOutbound.
InteractionOutboundEvent.getRecordStatus() returns the status of the OutboundRecord.
public static final InteractionOutboundEvent.Type RECORD_STATUS
OutboundRecord has changed. InteractionOutboundEvent.getInteractionVoiceOutbound() returns the InteractionVoiceOutbound
that handles the record concerned with this event.
InteractionOutboundEvent.getRecord() returns the OutboundRecord whose status has changed.
InteractionOutboundEvent.getInteractionOutboundStatus() returns the status of the
InteractionVoiceOutbound.
InteractionOutboundEvent.getRecordStatus() returns the status of the OutboundRecord.
public static final int ACTIVE_RECORD_CHANGED_
InteractionOutboundEvent.getInteractionVoiceOutbound() returns the interaction concerned with this
event.
InteractionOutboundEvent.getRecord() returns the new active record.
InteractionOutboundEvent.getInteractionOutboundStatus() is not used.
InteractionOutboundEvent.getRecordStatus() is not used.
public static final InteractionOutboundEvent.Type ACTIVE_RECORD_CHANGED
InteractionOutboundEvent.getInteractionVoiceOutbound() returns the interaction concerned with this
event.
InteractionOutboundEvent.getRecord() returns the new active record.
InteractionOutboundEvent.getInteractionOutboundStatus() is not used.
InteractionOutboundEvent.getRecordStatus() is not used.
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final Enum getType(int value)
Type for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||