com.cisco.jtapi.extensions
Interface CiscoAddrEvFilter


public interface CiscoAddrEvFilter

An application can use the CiscoAddrEvFilter interface to selectively restrict those Address events that are not of interest.


Method Summary
 boolean getCiscoAddrIntercomInfoChangedEvFilter()
          This interface can be used to get CiscoAddrIntercomInfoChangedEv filter status
 boolean getCiscoAddrIntercomInfoRestorationFailedEvFilter()
          This interface can be used to get CiscoAddrIntercomInfoRestorationFailedEv filter status
 boolean getCiscoAddrParkStatusEvFilter()
          This interface can be used to get CiscoAddrParkStatusEv filter status
 boolean getCiscoAddrRecordingConfigChangedEvFilter()
          This interface can be used to get CiscoAddrRecordingConfigChangedEv filter status
 boolean getCiscoAddrVoiceMailPilotChangedEvFilter()
          This interface can be used to get the CiscoAddrVoiceMailPilotChangedEv filter status
 void setCiscoAddrIntercomInfoChangedEvFilter(boolean filterValue)
          This interface is provided for enabling/disabling the CiscoAddrIntercomInfoChangedEv filter for the Address
 void setCiscoAddrIntercomInfoRestorationFailedEvFilter(boolean filterValue)
          This interface is provided for enabling/disabling the CiscoAddrIntercomInfoRestorationFailedEv filter for the Address
 void setCiscoAddrParkStatusEvFilter(boolean filterValue)
          This interface is provided for enabling/disabling the CiscoAddrParkStatusEv filter for the Address
 void setCiscoAddrRecordingConfigChangedEvFilter(boolean filterValue)
          This interface is provided for enabling/disabling the CiscoAddrRecordingConfigChangedEv filter for the Address
 void setCiscoAddrVoiceMailPilotChangedEvFilter(boolean filterValue)
          This interface is provided for enabling/disabling the CiscoAddrVoiceMailPilotChangedEv filter for the Address
 

Method Detail

getCiscoAddrParkStatusEvFilter

boolean getCiscoAddrParkStatusEvFilter()
This interface can be used to get CiscoAddrParkStatusEv filter status

Returns:
the CiscoAddrParkStatusEv Filter status on the Address
Since:
7.1

setCiscoAddrParkStatusEvFilter

void setCiscoAddrParkStatusEvFilter(boolean filterValue)
This interface is provided for enabling/disabling the CiscoAddrParkStatusEv filter for the Address

Parameters:
filterValue -
Since:
7.1

getCiscoAddrIntercomInfoChangedEvFilter

boolean getCiscoAddrIntercomInfoChangedEvFilter()
This interface can be used to get CiscoAddrIntercomInfoChangedEv filter status

Returns:
the CiscoAddrIntercomInfoChangedEv Filter status on the Address
Since:
7.1

setCiscoAddrIntercomInfoChangedEvFilter

void setCiscoAddrIntercomInfoChangedEvFilter(boolean filterValue)
This interface is provided for enabling/disabling the CiscoAddrIntercomInfoChangedEv filter for the Address

Parameters:
filterValue -
Since:
7.1

getCiscoAddrIntercomInfoRestorationFailedEvFilter

boolean getCiscoAddrIntercomInfoRestorationFailedEvFilter()
This interface can be used to get CiscoAddrIntercomInfoRestorationFailedEv filter status

Returns:
the CiscoAddrIntercomInfoRestorationFailedEv Filter status on the Address
Since:
7.1

setCiscoAddrIntercomInfoRestorationFailedEvFilter

void setCiscoAddrIntercomInfoRestorationFailedEvFilter(boolean filterValue)
This interface is provided for enabling/disabling the CiscoAddrIntercomInfoRestorationFailedEv filter for the Address

Parameters:
filterValue -
Since:
7.1

getCiscoAddrRecordingConfigChangedEvFilter

boolean getCiscoAddrRecordingConfigChangedEvFilter()
This interface can be used to get CiscoAddrRecordingConfigChangedEv filter status

Returns:
the CiscoAddrRecordingConfigChangedEv Filter status on the Address
Since:
7.1

setCiscoAddrRecordingConfigChangedEvFilter

void setCiscoAddrRecordingConfigChangedEvFilter(boolean filterValue)
This interface is provided for enabling/disabling the CiscoAddrRecordingConfigChangedEv filter for the Address

Parameters:
filterValue -
Since:
7.1

setCiscoAddrVoiceMailPilotChangedEvFilter

void setCiscoAddrVoiceMailPilotChangedEvFilter(boolean filterValue)
This interface is provided for enabling/disabling the CiscoAddrVoiceMailPilotChangedEv filter for the Address

Parameters:
filterValue -
Since:
7.1.3
See Also:
CiscoAddrVoiceMailPilotChangedEv

getCiscoAddrVoiceMailPilotChangedEvFilter

boolean getCiscoAddrVoiceMailPilotChangedEvFilter()
This interface can be used to get the CiscoAddrVoiceMailPilotChangedEv filter status

Returns:
True if CiscoAddrVoiceMailPilotChangedEv filter is on else false
Since:
7.1.3
See Also:
CiscoAddrVoiceMailPilotChangedEv