|
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<EndPoint,MakeCall>
com.avaya.conferencing.api.acp.control.operations.MakeCall
public final class MakeCall
Dials out to a new EndPoint.
The operation will return the local EndPoint that is dialling out.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.avaya.conferencing.api.acp.control.operations.Operation |
|---|
Operation.Impact |
| Method Summary | |
|---|---|
java.lang.String |
getDestination()
Getter for property 'destination'. |
java.util.Map<java.lang.String,java.lang.Object> |
getEndPointProperties()
Returns the current properties for the EndPoint that the operation should make a "best-effort" to set once the EndPoint is available. |
java.util.Set<State> |
getEndPointStates()
Gets the current EndPoint States. |
Operation.Impact |
getImpact()
Returns the impact of the operation. |
MediaResourcePool |
getMediaResourcePool()
Get the MediaResourcePool |
java.lang.String |
getSecretPIN()
Gets the secretPIN value |
java.lang.String |
getUniqueParticpantIdentifier()
Gets the uniqueParticpantIdentifier value |
Verb |
getVerb()
This gets the verb that describes this operation. |
boolean |
getVoiceMailFilter()
Gets the value of VoiceMailFilter flag |
void |
setDestination(java.lang.String destination)
Setter for property 'destination'. |
void |
setEndPointProperty(java.lang.String noun,
java.lang.Object value)
Define properties of the EndPoint that the operation will make a "best-effort" to set once the EndPoint is available. |
void |
setEndPointStates(java.util.Set<State> states)
Set the States for the EndPoints. |
void |
setMediaResourcePool(MediaResourcePool mediaResourcePool)
Set the MediaResourcePool |
void |
setSecretPIN(java.lang.String secretPIN)
Sets the secretPIN |
void |
setUniqueParticpantIdentifier(java.lang.String uniqueParticpantIdentifier)
Sets the uniqueParticpantIdentifier |
void |
setVoiceMailFilter(boolean voiceMailFilter)
Sets VoiceMailFilter flag that enables VoiceMailCallFlow |
| Methods inherited from class com.avaya.conferencing.api.acp.control.operations.AbstractOperationImpl |
|---|
await, await, checkNotSubmitted, checkSubmitted, clone, get, get, isDone, isSubmitted, set, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.avaya.conferencing.api.acp.control.operations.Operation |
|---|
await, await, clone, get, get, isDone, isSubmitted, set |
| Method Detail |
|---|
public java.lang.String getDestination()
@Required public void setDestination(java.lang.String destination)
destination - Value to set for property 'destination'.public MediaResourcePool getMediaResourcePool()
public void setMediaResourcePool(MediaResourcePool mediaResourcePool)
mediaResourcePool - The MediaResourcePoolpublic java.lang.String getUniqueParticpantIdentifier()
public void setUniqueParticpantIdentifier(java.lang.String uniqueParticpantIdentifier)
uniqueParticpantIdentifier - Value to set for uniqueParticpantIdentifierpublic java.lang.String getSecretPIN()
public void setSecretPIN(java.lang.String secretPIN)
secretPIN - Value to set for secretPINpublic boolean getVoiceMailFilter()
public void setVoiceMailFilter(boolean voiceMailFilter)
voiceMailFilter - Value to set for voiceMailFilterpublic java.util.Map<java.lang.String,java.lang.Object> getEndPointProperties()
getEndPointProperties in interface EndPointProducingOperation<MakeCall>public java.util.Set<State> getEndPointStates()
getEndPointStates in interface EndPointProducingOperation<MakeCall>
public void setEndPointProperty(java.lang.String noun,
java.lang.Object value)
setEndPointProperty in interface EndPointProducingOperation<MakeCall>noun - The name of the property.value - The value to make a "best-effort" to set it to.public void setEndPointStates(java.util.Set<State> states)
setEndPointStates in interface EndPointProducingOperation<MakeCall>states - the States to set.public Operation.Impact getImpact()
getImpact in interface Operation<EndPoint,MakeCall>public Verb getVerb()
getVerb in interface Operation<EndPoint,MakeCall>
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||