Avaya Conferencing Provider API

Deprecated API


Contents
Deprecated Methods
com.avaya.conferencing.api.acp.control.operations.PlayAndCollect.getMessageToPlay()
          use PlayAndCollect.getMessage() 
com.avaya.conferencing.api.acp.control.operations.CallListSet.getUserCode()
          use CallListSet.getSecurityCode() 
com.avaya.conferencing.api.acp.control.operations.MakeCallsFromList.getUserCode()
          use MakeCallsFromList.getSecurityCode() 
com.avaya.conferencing.api.acp.control.RecordPlaybackServer.isAutoGenFileNamesSupported()
          as of 5.1.1.0.1, the preference is to use getFeatures().contains(Features.AUTO_GENERATE_FILE_NAME) 
com.avaya.conferencing.api.acp.control.RecordPlaybackServer.isPauseResumeSupported()
          as of 5.1.1.0.1, the preference is to use getFeatures().contains(Features.PAUSE_RESUME) 
com.avaya.conferencing.api.acp.control.RecordPlaybackServer.isPlaybackSupported()
          as of 5.1.1.0.1, the preference is to use getFeatures().contains(Features.PLAYBACK) 
com.avaya.conferencing.api.acp.control.RecordPlaybackServer.isRecordingSupported()
          as of 5.1.1.0.1, the preference is to use getFeatures().contains(Features.RECORDING) 
com.avaya.conferencing.api.acp.control.RecordPlaybackServer.isSupported(Class)
          as of 5.2.0.0.1, the preference is to use getFeatures().contains(Features.CAN_RECORD_TO_MESSAGE) or getFeatures().contains(Features.CAN_RECORD_FROM_CONFERENCE) etc 
com.avaya.conferencing.api.acp.control.operations.PlayAndCollect.setMessageToPlay(Message)
          use PlayAndCollect.setMessage(com.avaya.conferencing.api.acp.control.Message) 
com.avaya.conferencing.api.acp.control.operations.CallListSet.setUserCode(String)
          use CallListSet.setSecurityCode(String) 
com.avaya.conferencing.api.acp.control.operations.MakeCallsFromList.setUserCode(String)
          use MakeCallsFromList.setSecurityCode(String) 
 


Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.