Avaya Conferencing Provider API

com.avaya.conferencing.api.acp.control.operations
Class CallListGet

java.lang.Object
  extended by com.avaya.conferencing.api.acp.control.operations.AbstractOperationImpl<java.util.List<CallListContents>,CallListGet>
      extended by com.avaya.conferencing.api.acp.control.operations.CallListGet
All Implemented Interfaces:
Operation<java.util.List<CallListContents>,CallListGet>, java.lang.Cloneable

public class CallListGet
extends AbstractOperationImpl<java.util.List<CallListContents>,CallListGet>

Gets the contents of the call list specified from the ConferencingProvider.

The operation will return a list of the CallListContents contained within the Call List specified.

Since:
5.1.0.0.40

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.avaya.conferencing.api.acp.control.operations.Operation
Operation.Impact
 
Method Summary
 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.
 java.lang.String getSecurityCode()
          Gets the Security code provided by the user for access to the Call List.
 Verb getVerb()
          This gets the verb that describes this operation.
 void setCallListURI(java.lang.String callListURI)
          Sets the URI for the Call List we've to find the contents of.
 void setSecurityCode(java.lang.String securityCode)
          Sets the Securty code to be used for access to the Call List.
 
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
 

Method Detail

getCallListURI

public java.lang.String getCallListURI()
Gets the URI for the Call List we've to find the contents of.

Returns:
the URI for the Call List we've to find the contents of
Since:
5.1.0.0.40

setCallListURI

@ValuesDerivedFrom(value=CALL_LISTS_GET)
public void setCallListURI(java.lang.String callListURI)
Sets the URI for the Call List we've to find the contents of.

Parameters:
callListURI - the URI for the Call List we've to find the contents of
Since:
5.1.0.0.40

getSecurityCode

public java.lang.String getSecurityCode()
Gets the Security code provided by the user for access to the Call List.

Returns:
The security code

setSecurityCode

public void setSecurityCode(java.lang.String securityCode)
Sets the Securty code to be used for access to the Call List.

Parameters:
securityCode - The security code

getImpact

public Operation.Impact getImpact()
Returns the impact of the operation.

Returns:
the impact.
Since:
5.1.0.0.40

getVerb

public Verb getVerb()
This gets the verb that describes this operation. Multiple operations may return the same verb, however verbs must be unique across the preferred operations. That is only one prefered operation may implement the "mute" verb. There may be deprecated operations that implement the "mute" verb but these will be less performant as they will be implemented as wrappers for the preferred "mute" operation.

Returns:
the verb that describes the operation.
Since:
5.1.0.0.40

Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.