com.genesyslab.ail.event
Interface RoutingInteractionEvent.Extension

All Superinterfaces:
AbstractInteractionEvent.Extension
Enclosing interface:
RoutingInteractionEvent

public static interface RoutingInteractionEvent.Extension
extends AbstractInteractionEvent.Extension

Contains the keys of the AIL extensions possibly present in this event. Use AbstractInteractionEvent.getExtensions() to retrieve them.


Field Summary
static java.lang.String COLL_DIGITS
          This key provides the collected digits of some treatment like Collect-Digits or PlayAnnouncementAndCollectDigits.
static java.lang.String ERROR_CODE
          This key provides the error code when the treatment was not applied.
static java.lang.String ERROR_MSG
          This key provides the error message when the treatment was not applied.
static java.lang.String LAST_COLL_DIGITS
          This key provides the last collected digits of some treatment like Collect-Digits or PlayAnnouncementAndCollectDigits.
static java.lang.String OTHER_DN
          This key provides the other DN field of the TEvent when this interaction is routed.
static java.lang.String PARTY_CHANGED
          This key provides the ID of the new party if it has been changed.
static java.lang.String THIRD_PARTY_DN
          This key provides the ThirdParty DN field of the TEvent when this interaction is routed.
static java.lang.String TREAT_PARAM
          This key provides the parameters of the treatment applied to this interaction.
static java.lang.String TREAT_TYPE
          This key provides the type of the treatment applied to this interaction.
 
Fields inherited from interface com.genesyslab.ail.event.AbstractInteractionEvent.Extension
ATTACHED_DATA_CHANGED
 

Field Detail

PARTY_CHANGED

static final java.lang.String PARTY_CHANGED
This key provides the ID of the new party if it has been changed.

See Also:
Constant Field Values

OTHER_DN

static final java.lang.String OTHER_DN
This key provides the other DN field of the TEvent when this interaction is routed.

See Also:
Constant Field Values

THIRD_PARTY_DN

static final java.lang.String THIRD_PARTY_DN
This key provides the ThirdParty DN field of the TEvent when this interaction is routed.

See Also:
Constant Field Values

TREAT_TYPE

static final java.lang.String TREAT_TYPE
This key provides the type of the treatment applied to this interaction.

See Also:
Constant Field Values

TREAT_PARAM

static final java.lang.String TREAT_PARAM
This key provides the parameters of the treatment applied to this interaction.

See Also:
Constant Field Values

COLL_DIGITS

static final java.lang.String COLL_DIGITS
This key provides the collected digits of some treatment like Collect-Digits or PlayAnnouncementAndCollectDigits.

See Also:
Constant Field Values

LAST_COLL_DIGITS

static final java.lang.String LAST_COLL_DIGITS
This key provides the last collected digits of some treatment like Collect-Digits or PlayAnnouncementAndCollectDigits.

See Also:
Constant Field Values

ERROR_CODE

static final java.lang.String ERROR_CODE
This key provides the error code when the treatment was not applied.

See Also:
Constant Field Values

ERROR_MSG

static final java.lang.String ERROR_MSG
This key provides the error message when the treatment was not applied.

See Also:
Constant Field Values