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.
-
canConnectionPredictive()
- Returns true if the application can invoke the connectPredictive()
method, false otherwise.
-
canGetTrunks()
-
-
canHandleApplicationData()
- Returns true if getApplicationData and setApplicationData is implemented.
-
canSetApplicationData()
- Returns true if the application is permitted to set the application
data for this call, false otherwise.
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.
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.
canGetTrunks
public abstract boolean canGetTrunks()
canHandleApplicationData
public abstract boolean canHandleApplicationData()
- Returns true if getApplicationData and setApplicationData is implemented.
All Packages Class Hierarchy This Package Previous Next Index