java.telephony.callcenter.capabilities.callcentercallcapabilities.html
来自「JTAPI_html 用于JTAPI的HTML文档.」· HTML 代码 · 共 100 行
HTML
100 行
<!--NewPage--><html><head><!-- Generated by javadoc on Fri Feb 07 16:42:30 PST 1997 --><a name="_top_"></a><title> Interface java.telephony.callcenter.capabilities.CallCenterCallCapabilities</title></head><body><pre><a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-java.telephony.callcenter.capabilities.html">This Package</a> <a href="java.telephony.callcenter.capabilities.AgentTerminalCapabilities.html#_top_">Previous</a> <a href="Package-java.telephony.callcenter.capabilities.html">Next</a> <a href="AllNames.html">Index</a></pre><hr><h1> Interface java.telephony.callcenter.capabilities.CallCenterCallCapabilities</h1><dl> <dt> public interface <b>CallCenterCallCapabilities</b> <dt> extends <a href="java.lang.Object.html#_top_">Object</a> <dt> extends <a href="java.telephony.callcontrol.capabilities.CallControlCallCapabilities.html#_top_">CallControlCallCapabilities</a></dl>The CallCenterCallCapabilities interface extends theCallControlCallCapabilities interface. This interface provides capabilitiesmethods for the CallCenterCall object in the callcenter package.Applications query these methods to find out what actions are possible onthe CallCenterCall object.<hr><a name="index"></a><h2> <img src="images/method-index.gif" width=207 height=38 alt="Method Index"></h2><dl> <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o "> <a href="#canConnectionPredictive()"><b>canConnectionPredictive</b></a>() <dd> Returns true if the application can invoke the connectPredictive()method, false otherwise. <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o "> <a href="#canGetTrunks()"><b>canGetTrunks</b></a>() <dd> <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o "> <a href="#canHandleApplicationData()"><b>canHandleApplicationData</b></a>() <dd> Returns true if getApplicationData and setApplicationData is implemented. <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o "> <a href="#canSetApplicationData()"><b>canSetApplicationData</b></a>() <dd> Returns true if the application is permitted to set the applicationdata for this call, false otherwise.</dl><a name="methods"></a><h2> <img src="images/methods.gif" width=151 height=38 alt="Methods"></h2><a name="canConnectionPredictive()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="canConnectionPredictive"><b>canConnectionPredictive</b></a><pre> public abstract boolean canConnectionPredictive()</pre><dl> <dd> Returns true if the application can invoke the connectPredictive()method, false otherwise.<p> <dl> <dt> <b>Returns:</b> <dd> True if the application can invoke the connectPredictive() method,false otherwise. </dl></dl><a name="canSetApplicationData()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="canSetApplicationData"><b>canSetApplicationData</b></a><pre> public abstract boolean canSetApplicationData()</pre><dl> <dd> Returns true if the application is permitted to set the applicationdata for this call, false otherwise.<p> <dl> <dt> <b>Returns:</b> <dd> True if the application can set the application data for thiscall, false otherwise. </dl></dl><a name="canGetTrunks()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="canGetTrunks"><b>canGetTrunks</b></a><pre> public abstract boolean canGetTrunks()</pre><a name="canHandleApplicationData()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="canHandleApplicationData"><b>canHandleApplicationData</b></a><pre> public abstract boolean canHandleApplicationData()</pre><dl> <dd> Returns true if getApplicationData and setApplicationData is implemented.</dl><hr><pre><a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-java.telephony.callcenter.capabilities.html">This Package</a> <a href="java.telephony.callcenter.capabilities.AgentTerminalCapabilities.html#_top_">Previous</a> <a href="Package-java.telephony.callcenter.capabilities.html">Next</a> <a href="AllNames.html">Index</a></pre></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?