com.genesyslab.ail
Class InteractionVoiceOutbound.Action

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

Deprecated. You should use the OutboundChain interface.

public static class InteractionVoiceOutbound.Action
extends Enum

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

ANSWER_CALL_

public static final int ANSWER_CALL_
Deprecated. 
Answer this interaction.

See Also:
Constant Field Values

ANSWER_CALL

public static final InteractionVoiceOutbound.Action ANSWER_CALL
Deprecated. 
Answer this interaction.


RELEASE_CALL_

public static final int RELEASE_CALL_
Deprecated. 
Release this interaction.

See Also:
Constant Field Values

RELEASE_CALL

public static final InteractionVoiceOutbound.Action RELEASE_CALL
Deprecated. 
Release this interaction.


MARK_DONE_

public static final int MARK_DONE_
Deprecated. 
Mark this interaction done.

See Also:
Constant Field Values

MARK_DONE

public static final InteractionVoiceOutbound.Action MARK_DONE
Deprecated. 
Mark this interaction done.


QUERY_STATUS_

public static final int QUERY_STATUS_
Deprecated. 
Query the status of this interaction.

See Also:
Constant Field Values

QUERY_STATUS

public static final InteractionVoiceOutbound.Action QUERY_STATUS
Deprecated. 
Query the status of this interaction.


TRANSFER_

public static final int TRANSFER_
Deprecated. 
Transfer this interaction.

See Also:
Constant Field Values

TRANSFER

public static final InteractionVoiceOutbound.Action TRANSFER
Deprecated. 
Transfer this interaction.


SAVE_

public static final int SAVE_
Deprecated. 
Save this interaction.

See Also:
Constant Field Values

SAVE

public static final InteractionVoiceOutbound.Action SAVE
Deprecated. 
Save this interaction.


MAKE_CALL_

public static final int MAKE_CALL_
Deprecated. 
Make a call on this interaction.

See Also:
Constant Field Values

MAKE_CALL

public static final InteractionVoiceOutbound.Action MAKE_CALL
Deprecated. 
Make a call on this interaction.


HOLD_

public static final int HOLD_
Deprecated. 
Hold this interaction.

See Also:
Constant Field Values

HOLD

public static final InteractionVoiceOutbound.Action HOLD
Deprecated. 
Hold this interaction.


RETRIEVE_

public static final int RETRIEVE_
Deprecated. 
Retrieve this interaction.

See Also:
Constant Field Values

RETRIEVE

public static final InteractionVoiceOutbound.Action RETRIEVE
Deprecated. 
Retrieve this interaction.


ALTERNATE_

public static final int ALTERNATE_
Deprecated. 
Alternate this interaction.

See Also:
Constant Field Values

ALTERNATE

public static final InteractionVoiceOutbound.Action ALTERNATE
Deprecated. 
Alternate this interaction.


RECONNECT_

public static final int RECONNECT_
Deprecated. 
Reconnect this interaction.

See Also:
Constant Field Values

RECONNECT

public static final InteractionVoiceOutbound.Action RECONNECT
Deprecated. 
Reconnect this interaction.


INIT_TRANSFER_

public static final int INIT_TRANSFER_
Deprecated. 
Initiate a transfer of this interaction.

See Also:
Constant Field Values

INIT_TRANSFER

public static final InteractionVoiceOutbound.Action INIT_TRANSFER
Deprecated. 
Initiate a transfer of this interaction.


COMPLETE_TRANSFER_

public static final int COMPLETE_TRANSFER_
Deprecated. 
Complete this interaction as a transfer.

See Also:
Constant Field Values

COMPLETE_TRANSFER

public static final InteractionVoiceOutbound.Action COMPLETE_TRANSFER
Deprecated. 
Complete this interaction as a transfer.


SINGLE_STEP_TRANSFER_

public static final int SINGLE_STEP_TRANSFER_
Deprecated. 
Perform a single step transfer of this interaction. Note: If the single step transfer is not possible, a mute transfer is attempted, hence aPossible.isPossible(com.genesyslab.ail.Enum) of this action is true if a mute transfer is possible even if the single step is not.

See Also:
Constant Field Values

SINGLE_STEP_TRANSFER

public static final InteractionVoiceOutbound.Action SINGLE_STEP_TRANSFER
Deprecated. 
Perform a single step transfer of this interaction. Note: If the single step transfer is not possible, a mute transfer is attempted, hence aPossible.isPossible(com.genesyslab.ail.Enum) of this action is true if a mute transfer is possible even if the single step is not.


CONFERENCE_

public static final int CONFERENCE_
Deprecated. 
Initiate a conference on this interaction.

See Also:
Constant Field Values

CONFERENCE

public static final InteractionVoiceOutbound.Action CONFERENCE
Deprecated. 
Initiate a conference on this interaction.


COMPLETE_CONFERENCE_

public static final int COMPLETE_CONFERENCE_
Deprecated. 
Complete this interaction as a conference.

See Also:
Constant Field Values

COMPLETE_CONFERENCE

public static final InteractionVoiceOutbound.Action COMPLETE_CONFERENCE
Deprecated. 
Complete this interaction as a conference.


LEAVE_CONFERENCE_

public static final int LEAVE_CONFERENCE_
Deprecated. 
Leave the current conference.

See Also:
Constant Field Values

LEAVE_CONFERENCE

public static final InteractionVoiceOutbound.Action LEAVE_CONFERENCE
Deprecated. 
Leave the current conference.


DELETE_FROM_CONFERENCE_

public static final int DELETE_FROM_CONFERENCE_
Deprecated. 
Delete a party from the conference.

See Also:
Constant Field Values

DELETE_FROM_CONFERENCE

public static final InteractionVoiceOutbound.Action DELETE_FROM_CONFERENCE
Deprecated. 
Delete a party from the conference.


MUTE_TRANSFER_

public static final int MUTE_TRANSFER_
Deprecated. 
Perform a mute transfer of this interaction.

See Also:
Constant Field Values

MUTE_TRANSFER

public static final InteractionVoiceOutbound.Action MUTE_TRANSFER
Deprecated. 
Perform a mute transfer of this interaction.


SEND_DTMF_

public static final int SEND_DTMF_
Deprecated. 
Send DTMF tones throug this interaction.

See Also:
Constant Field Values

SEND_DTMF

public static final InteractionVoiceOutbound.Action SEND_DTMF
Deprecated. 
Send DTMF tones throug this interaction.


REDIRECT_CALL_

public static final int REDIRECT_CALL_
Deprecated. 
Redirect this interaction.

See Also:
Constant Field Values

REDIRECT_CALL

public static final InteractionVoiceOutbound.Action REDIRECT_CALL
Deprecated. 
Redirect this interaction.


SINGLE_STEP_CONFERENCE_

public static final int SINGLE_STEP_CONFERENCE_
Deprecated. 
Perform a single step conference with this interaction.

See Also:
Constant Field Values

SINGLE_STEP_CONFERENCE

public static final InteractionVoiceOutbound.Action SINGLE_STEP_CONFERENCE
Deprecated. 
Perform a single step conference with this interaction.


MUTE_ON_

public static final int MUTE_ON_
Deprecated. 
Mute this interaction.

See Also:
Constant Field Values

MUTE_ON

public static final InteractionVoiceOutbound.Action MUTE_ON
Deprecated. 
Mute this interaction.


MUTE_OFF_

public static final int MUTE_OFF_
Deprecated. 
Stop muting this interaction.

See Also:
Constant Field Values

MUTE_OFF

public static final InteractionVoiceOutbound.Action MUTE_OFF
Deprecated. 
Stop muting this interaction.


ADD_RECORD_TO_CHAIN_

public static final int ADD_RECORD_TO_CHAIN_
Deprecated. 
Add a record to chain.

See Also:
Constant Field Values

ADD_RECORD_TO_CHAIN

public static final InteractionVoiceOutbound.Action ADD_RECORD_TO_CHAIN
Deprecated. 
Add a record to chain.


CANCEL_

public static final int CANCEL_
Deprecated. 
Cancel an outbound interaction.

See Also:
Constant Field Values

CANCEL

public static final InteractionVoiceOutbound.Action CANCEL
Deprecated. 
Cancel an outbound interaction.


DO_NOT_CALL_

public static final int DO_NOT_CALL_
Deprecated. 
Mark this contact not to be called anymore.

See Also:
Constant Field Values

DO_NOT_CALL

public static final InteractionVoiceOutbound.Action DO_NOT_CALL
Deprecated. 
Mark this contact not to be called anymore.


MARK_PROCESSED_

public static final int MARK_PROCESSED_
Deprecated. 
Mark this interaction as processed.

See Also:
Constant Field Values

MARK_PROCESSED

public static final InteractionVoiceOutbound.Action MARK_PROCESSED
Deprecated. 
Mark this interaction as processed.


REJECT_

public static final int REJECT_
Deprecated. 
Reject this interaction.

See Also:
Constant Field Values

REJECT

public static final InteractionVoiceOutbound.Action REJECT
Deprecated. 
Reject this interaction.


REQUEST_CHAINED_RECORDS_

public static final int REQUEST_CHAINED_RECORDS_
Deprecated. 
Request the chained records of this interaction.

See Also:
Constant Field Values

REQUEST_CHAINED_RECORDS

public static final InteractionVoiceOutbound.Action REQUEST_CHAINED_RECORDS
Deprecated. 
Request the chained records of this interaction.


MAX

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

See Also:
Constant Field Values
Method Detail

max

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


getAction

public static final InteractionVoiceOutbound.Action getAction(int value)
Deprecated. 
Returns the Action for this value.