|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CiscoProviderCapabilityChangedEv
Field Summary | |
---|---|
static int |
ID
|
static int |
MODIFY_CGPN
Deprecated. This constant is not returned by any interface, should not be used by application. |
static int |
MONITOR_PARKDN
Deprecated. This constant is not returned by any interface, should not be used by application. |
static int |
SUPERPROVIDER
Deprecated. This constant is not returned by any interface, should not be used by application. |
Method Summary | |
---|---|
CiscoProviderCapabilities |
getCapability()
This method returns the current CiscoProviderCapabilities object for the user. |
boolean |
hasIPv6CapabilityChanged()
This method can be used by applications to determine whether Enable IPv6 Enterprise Parameter has changed. |
boolean |
hasModifyCallingPartyChanged()
This method checks whether the "modify Calling Party" privilege has changed. |
boolean |
hasMonitorCapabilityChanged()
This method checks whether the monitor capability of a user has changed. |
boolean |
hasMonitorParkDNChanged()
This method checks whether the "monitor Park DN" privilege has changed. |
boolean |
hasObserveAnyTerminalChanged()
This method checks whether the "can control any terminal" privilege has changed. |
boolean |
hasRecordingCapabilityChanged()
This method checks whether the recording capability of the has changed. |
Field Detail |
---|
static final int ID
static final int SUPERPROVIDER
static final int MONITOR_PARKDN
static final int MODIFY_CGPN
Method Detail |
---|
CiscoProviderCapabilities getCapability()
CiscoProviderCapabilities
boolean hasObserveAnyTerminalChanged()
Pre-condition:
provider.getState() == Provider.IN_SERVICE
boolean hasMonitorParkDNChanged()
Pre-conditions:
provider.getState() == Provider.IN_SERVICE
boolean hasModifyCallingPartyChanged()
Pre-conditions:
provider.getState() == Provider.IN_SERVICE
boolean hasRecordingCapabilityChanged()
Pre-conditions:
provider.getState() == Provider.IN_SERVICE
boolean hasMonitorCapabilityChanged()
Pre-conditions:
provider.getState() == Provider.IN_SERVICE
boolean hasIPv6CapabilityChanged()
This method can be used by applications to determine whether Enable IPv6 Enterprise Parameter has changed.
CiscoProvider.hasIPv6CapabilityChanged()
.
Pre-conditions:
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |