|
Avaya Conferencing Provider API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CallListContents | |
|---|---|
| com.avaya.conferencing.api.acp.control.operations | Operations supported by the Avaya Conferencing Provider Interface. |
| Uses of CallListContents in com.avaya.conferencing.api.acp.control.operations |
|---|
| Methods in com.avaya.conferencing.api.acp.control.operations that return CallListContents | |
|---|---|
CallListContents[] |
MakeCallsFromList.getAdhocCallList()
Gets the contents of the 'adhocCallList'. |
CallListContents[] |
CallListSet.getCallListContents()
Gets the contents of the Call List. |
| Methods in com.avaya.conferencing.api.acp.control.operations with parameters of type CallListContents | |
|---|---|
void |
CallListSet.addToCallListContents(CallListContents callDetails)
Adds a new detail to the Call List. |
void |
CallListSet.addToCallListContents(CallListContents[] callListContents)
Sets the contents of the Call List. |
void |
MakeCallsFromList.addToManualDialList(CallListContents callDetails)
Adds a new detail to the ad-hoc Call List. |
void |
MakeCallsFromList.addToManualDialList(CallListContents[] adhocCallArray)
Adds an array of CallListContents to the ad-hoc Call List. |
| Method parameters in com.avaya.conferencing.api.acp.control.operations with type arguments of type CallListContents | |
|---|---|
void |
CallListSet.addToCallListContents(java.util.List<CallListContents> callListContents)
Sets the contents of the Call List. |
void |
MakeCallsFromList.addToManualDialList(java.util.List<CallListContents> adhocCallList)
Adds a List of CallListContents to the ad-hoc Call List. |
|
Avaya Conferencing Provider API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||