Interface java.telephony.callcenter.capabilities.CallCenterCallCapabilities
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.telephony.callcenter.capabilities.CallCenterCallCapabilities

public interface CallCenterCallCapabilities
extends Object
extends CallControlCallCapabilities
The CallCenterCallCapabilities interface extends the CallControlCallCapabilities interface. This interface provides capabilities methods for the CallCenterCall object in the callcenter package. Applications query these methods to find out what actions are possible on the CallCenterCall object.

Method Index

 o canConnectionPredictive()
Returns true if the application can invoke the connectPredictive() method, false otherwise.
 o canGetTrunks()
 o canHandleApplicationData()
Returns true if getApplicationData and setApplicationData is implemented.
 o canSetApplicationData()
Returns true if the application is permitted to set the application data for this call, false otherwise.

Methods

 o canConnectionPredictive
  public abstract boolean canConnectionPredictive()
Returns true if the application can invoke the connectPredictive() method, false otherwise.

Returns:
True if the application can invoke the connectPredictive() method, false otherwise.
 o canSetApplicationData
  public abstract boolean canSetApplicationData()
Returns true if the application is permitted to set the application data for this call, false otherwise.

Returns:
True if the application can set the application data for this call, false otherwise.
 o canGetTrunks
  public abstract boolean canGetTrunks()
 o canHandleApplicationData
  public abstract boolean canHandleApplicationData()
Returns true if getApplicationData and setApplicationData is implemented.

All Packages  Class Hierarchy  This Package  Previous  Next  Index