|
|||||||||
| 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.InteractionVoiceOutbound.Action
OutboundChain interface.
public static class InteractionVoiceOutbound.Action
Enum for the actions that are possible on this interaction.
To be used in the methods of Possible.
| Field Summary | |
|---|---|
static InteractionVoiceOutbound.Action |
ADD_RECORD_TO_CHAIN
Deprecated. Add a record to chain. |
static int |
ADD_RECORD_TO_CHAIN_
Deprecated. Add a record to chain. |
static InteractionVoiceOutbound.Action |
ALTERNATE
Deprecated. Alternate this interaction. |
static int |
ALTERNATE_
Deprecated. Alternate this interaction. |
static InteractionVoiceOutbound.Action |
ANSWER_CALL
Deprecated. Answer this interaction. |
static int |
ANSWER_CALL_
Deprecated. Answer this interaction. |
static InteractionVoiceOutbound.Action |
CANCEL
Deprecated. Cancel an outbound interaction. |
static int |
CANCEL_
Deprecated. Cancel an outbound interaction. |
static InteractionVoiceOutbound.Action |
COMPLETE_CONFERENCE
Deprecated. Complete this interaction as a conference. |
static int |
COMPLETE_CONFERENCE_
Deprecated. Complete this interaction as a conference. |
static InteractionVoiceOutbound.Action |
COMPLETE_TRANSFER
Deprecated. Complete this interaction as a transfer. |
static int |
COMPLETE_TRANSFER_
Deprecated. Complete this interaction as a transfer. |
static InteractionVoiceOutbound.Action |
CONFERENCE
Deprecated. Initiate a conference on this interaction. |
static int |
CONFERENCE_
Deprecated. Initiate a conference on this interaction. |
static InteractionVoiceOutbound.Action |
DELETE_FROM_CONFERENCE
Deprecated. Delete a party from the conference. |
static int |
DELETE_FROM_CONFERENCE_
Deprecated. Delete a party from the conference. |
static InteractionVoiceOutbound.Action |
DO_NOT_CALL
Deprecated. Mark this contact not to be called anymore. |
static int |
DO_NOT_CALL_
Deprecated. Mark this contact not to be called anymore. |
static InteractionVoiceOutbound.Action |
HOLD
Deprecated. Hold this interaction. |
static int |
HOLD_
Deprecated. Hold this interaction. |
static InteractionVoiceOutbound.Action |
INIT_TRANSFER
Deprecated. Initiate a transfer of this interaction. |
static int |
INIT_TRANSFER_
Deprecated. Initiate a transfer of this interaction. |
static InteractionVoiceOutbound.Action |
LEAVE_CONFERENCE
Deprecated. Leave the current conference. |
static int |
LEAVE_CONFERENCE_
Deprecated. Leave the current conference. |
static InteractionVoiceOutbound.Action |
MAKE_CALL
Deprecated. Make a call on this interaction. |
static int |
MAKE_CALL_
Deprecated. Make a call on this interaction. |
static InteractionVoiceOutbound.Action |
MARK_DONE
Deprecated. Mark this interaction done. |
static int |
MARK_DONE_
Deprecated. Mark this interaction done. |
static InteractionVoiceOutbound.Action |
MARK_PROCESSED
Deprecated. Mark this interaction as processed. |
static int |
MARK_PROCESSED_
Deprecated. Mark this interaction as processed. |
static int |
MAX
Deprecated. The maximum number of actions. |
static InteractionVoiceOutbound.Action |
MUTE_OFF
Deprecated. Stop muting this interaction. |
static int |
MUTE_OFF_
Deprecated. Stop muting this interaction. |
static InteractionVoiceOutbound.Action |
MUTE_ON
Deprecated. Mute this interaction. |
static int |
MUTE_ON_
Deprecated. Mute this interaction. |
static InteractionVoiceOutbound.Action |
MUTE_TRANSFER
Deprecated. Perform a mute transfer of this interaction. |
static int |
MUTE_TRANSFER_
Deprecated. Perform a mute transfer of this interaction. |
static InteractionVoiceOutbound.Action |
QUERY_STATUS
Deprecated. Query the status of this interaction. |
static int |
QUERY_STATUS_
Deprecated. Query the status of this interaction. |
static InteractionVoiceOutbound.Action |
RECONNECT
Deprecated. Reconnect this interaction. |
static int |
RECONNECT_
Deprecated. Reconnect this interaction. |
static InteractionVoiceOutbound.Action |
REDIRECT_CALL
Deprecated. Redirect this interaction. |
static int |
REDIRECT_CALL_
Deprecated. Redirect this interaction. |
static InteractionVoiceOutbound.Action |
REJECT
Deprecated. Reject this interaction. |
static int |
REJECT_
Deprecated. Reject this interaction. |
static InteractionVoiceOutbound.Action |
RELEASE_CALL
Deprecated. Release this interaction. |
static int |
RELEASE_CALL_
Deprecated. Release this interaction. |
static InteractionVoiceOutbound.Action |
REQUEST_CHAINED_RECORDS
Deprecated. Request the chained records of this interaction. |
static int |
REQUEST_CHAINED_RECORDS_
Deprecated. Request the chained records of this interaction. |
static InteractionVoiceOutbound.Action |
RETRIEVE
Deprecated. Retrieve this interaction. |
static int |
RETRIEVE_
Deprecated. Retrieve this interaction. |
static InteractionVoiceOutbound.Action |
SAVE
Deprecated. Save this interaction. |
static int |
SAVE_
Deprecated. Save this interaction. |
static InteractionVoiceOutbound.Action |
SEND_DTMF
Deprecated. Send DTMF tones throug this interaction. |
static int |
SEND_DTMF_
Deprecated. Send DTMF tones throug this interaction. |
static InteractionVoiceOutbound.Action |
SINGLE_STEP_CONFERENCE
Deprecated. Perform a single step conference with this interaction. |
static int |
SINGLE_STEP_CONFERENCE_
Deprecated. Perform a single step conference with this interaction. |
static InteractionVoiceOutbound.Action |
SINGLE_STEP_TRANSFER
Deprecated. Perform a single step transfer of this interaction. |
static int |
SINGLE_STEP_TRANSFER_
Deprecated. Perform a single step transfer of this interaction. |
static InteractionVoiceOutbound.Action |
TRANSFER
Deprecated. Transfer this interaction. |
static int |
TRANSFER_
Deprecated. Transfer this interaction. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static InteractionVoiceOutbound.Action |
getAction(int value)
Deprecated. Returns the Action for this value. |
static int |
max()
Deprecated. The maximum number of actions. |
| 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 ANSWER_CALL_
public static final InteractionVoiceOutbound.Action ANSWER_CALL
public static final int RELEASE_CALL_
public static final InteractionVoiceOutbound.Action RELEASE_CALL
public static final int MARK_DONE_
public static final InteractionVoiceOutbound.Action MARK_DONE
public static final int QUERY_STATUS_
public static final InteractionVoiceOutbound.Action QUERY_STATUS
public static final int TRANSFER_
public static final InteractionVoiceOutbound.Action TRANSFER
public static final int SAVE_
public static final InteractionVoiceOutbound.Action SAVE
public static final int MAKE_CALL_
public static final InteractionVoiceOutbound.Action MAKE_CALL
public static final int HOLD_
public static final InteractionVoiceOutbound.Action HOLD
public static final int RETRIEVE_
public static final InteractionVoiceOutbound.Action RETRIEVE
public static final int ALTERNATE_
public static final InteractionVoiceOutbound.Action ALTERNATE
public static final int RECONNECT_
public static final InteractionVoiceOutbound.Action RECONNECT
public static final int INIT_TRANSFER_
public static final InteractionVoiceOutbound.Action INIT_TRANSFER
public static final int COMPLETE_TRANSFER_
public static final InteractionVoiceOutbound.Action COMPLETE_TRANSFER
public static final int SINGLE_STEP_TRANSFER_
Possible.isPossible(com.genesyslab.ail.Enum) of this action is true if a mute
transfer is possible even if the single step is not.
public static final InteractionVoiceOutbound.Action SINGLE_STEP_TRANSFER
Possible.isPossible(com.genesyslab.ail.Enum) of this action is true if a mute
transfer is possible even if the single step is not.
public static final int CONFERENCE_
public static final InteractionVoiceOutbound.Action CONFERENCE
public static final int COMPLETE_CONFERENCE_
public static final InteractionVoiceOutbound.Action COMPLETE_CONFERENCE
public static final int LEAVE_CONFERENCE_
public static final InteractionVoiceOutbound.Action LEAVE_CONFERENCE
public static final int DELETE_FROM_CONFERENCE_
public static final InteractionVoiceOutbound.Action DELETE_FROM_CONFERENCE
public static final int MUTE_TRANSFER_
public static final InteractionVoiceOutbound.Action MUTE_TRANSFER
public static final int SEND_DTMF_
public static final InteractionVoiceOutbound.Action SEND_DTMF
public static final int REDIRECT_CALL_
public static final InteractionVoiceOutbound.Action REDIRECT_CALL
public static final int SINGLE_STEP_CONFERENCE_
public static final InteractionVoiceOutbound.Action SINGLE_STEP_CONFERENCE
public static final int MUTE_ON_
public static final InteractionVoiceOutbound.Action MUTE_ON
public static final int MUTE_OFF_
public static final InteractionVoiceOutbound.Action MUTE_OFF
public static final int ADD_RECORD_TO_CHAIN_
public static final InteractionVoiceOutbound.Action ADD_RECORD_TO_CHAIN
public static final int CANCEL_
public static final InteractionVoiceOutbound.Action CANCEL
public static final int DO_NOT_CALL_
public static final InteractionVoiceOutbound.Action DO_NOT_CALL
public static final int MARK_PROCESSED_
public static final InteractionVoiceOutbound.Action MARK_PROCESSED
public static final int REJECT_
public static final InteractionVoiceOutbound.Action REJECT
public static final int REQUEST_CHAINED_RECORDS_
public static final InteractionVoiceOutbound.Action REQUEST_CHAINED_RECORDS
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final InteractionVoiceOutbound.Action getAction(int value)
Action for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||