|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.avaya.conferencing.api.acp.control.operations.AbstractOperationImpl<java.lang.Boolean,MakeCallsFromList>
com.avaya.conferencing.api.acp.control.operations.MakeCallsFromList
public class MakeCallsFromList
Calls (dials in) all entries from the specified call list(s). You can pass in either; the name of a stored Call List, an ad-hoc Call List (i.e. a list or array of CallListContents), or both.
The operation will return an indication of whether it succeeded or not.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.avaya.conferencing.api.acp.control.operations.Operation |
|---|
Operation.Impact |
| Method Summary | |
|---|---|
void |
addToManualDialList(CallListContents callDetails)
Adds a new detail to the ad-hoc Call List. |
void |
addToManualDialList(CallListContents[] adhocCallArray)
Adds an array of CallListContents to the ad-hoc Call List. |
void |
addToManualDialList(java.util.List<CallListContents> adhocCallList)
Adds a List of CallListContents to the ad-hoc Call List. |
CallListContents[] |
getAdhocCallList()
Gets the contents of the 'adhocCallList'. |
Message |
getAnnunciatorURIToPlay()
Gets the URI of the Annunciator message to play to newly dialed in conferees. |
java.lang.String |
getCallListURI()
Gets the URI for the Call List we've to find the contents of. |
Operation.Impact |
getImpact()
Returns the impact of the operation. |
MediaResourcePool |
getMediaResourcePool()
Get the MediaResourcePool |
java.lang.String |
getSecurityCode()
Gets the security code. |
java.lang.String |
getUserCode()
Deprecated. use getSecurityCode() |
Verb |
getVerb()
This gets the verb that describes this operation. |
void |
setAnnunciatorURIToPlay(Message annunciatorURIToPlay)
Sets the URI of the Annunciator message to play to newly dialed in conferees. |
void |
setCallListURI(java.lang.String callListURI)
Sets the URI for the Call List we've to find the contents of. |
void |
setMediaResourcePool(MediaResourcePool mediaResourcePool)
Set the MediaResourcePool |
void |
setSecurityCode(java.lang.String securityCode)
Sets the security code. |
void |
setUserCode(java.lang.String securityCode)
Deprecated. use setSecurityCode(String) |
java.lang.String |
toString()
|
| Methods inherited from class com.avaya.conferencing.api.acp.control.operations.AbstractOperationImpl |
|---|
await, await, checkNotSubmitted, checkSubmitted, clone, get, get, isDone, isSubmitted, set |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Message getAnnunciatorURIToPlay()
@Required public void setAnnunciatorURIToPlay(Message annunciatorURIToPlay)
annunciatorURIToPlay - the URI of the Annunciator message to play to newly dialed in conferees@Deprecated public java.lang.String getUserCode()
getSecurityCode()
@Deprecated public void setUserCode(java.lang.String securityCode)
setSecurityCode(String)
securityCode - the user codepublic java.lang.String getSecurityCode()
public void setSecurityCode(java.lang.String securityCode)
securityCode - the security codepublic MediaResourcePool getMediaResourcePool()
@Required public void setMediaResourcePool(MediaResourcePool mediaResourcePool)
mediaResourcePool - the MediaResourcePoolpublic java.lang.String getCallListURI()
@ValuesDerivedFrom(value=CALL_LISTS_GET) public void setCallListURI(java.lang.String callListURI)
callListURI - the URI for the Call List we've to find the contents ofpublic CallListContents[] getAdhocCallList()
public void addToManualDialList(CallListContents[] adhocCallArray)
adhocCallArray - The array of CallListContents to add to
the ad-hoc Call Listpublic void addToManualDialList(java.util.List<CallListContents> adhocCallList)
adhocCallList - The List of CallListContents
to add to the ad-hoc Call Listpublic void addToManualDialList(CallListContents callDetails)
callDetails - The new CallListContents to add to the
ad-hoc Call listpublic Operation.Impact getImpact()
public Verb getVerb()
public java.lang.String toString()
toString in class AbstractOperationImpl<java.lang.Boolean,MakeCallsFromList>
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||