Avaya Conferencing Provider API

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

java.lang.Object
  extended by com.avaya.conferencing.api.acp.control.operations.AbstractOperationImpl<EndPointQueue,QAModeStart>
      extended by com.avaya.conferencing.api.acp.control.operations.QAModeStart
All Implemented Interfaces:
Operation<EndPointQueue,QAModeStart>, java.lang.Cloneable

public class QAModeStart
extends AbstractOperationImpl<EndPointQueue,QAModeStart>

Opens a Conference Question & Answer session where Conference callees can join a queue of callees with questions to be answered.

The operation will return a EndPointQueue representing the Question & Answer queue associated with the conference the operation was performed on.

Since:
5.1.0.0.29

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.avaya.conferencing.api.acp.control.operations.Operation
Operation.Impact
 
Method Summary
 Operation.Impact getImpact()
          Returns the impact of the operation.
 Verb getVerb()
          This gets the verb that describes this operation.
 boolean isClearQAQueue()
          Getter for property 'clearQAQueue'.
 void setClearQAQueue(boolean clearQAQueue)
          Setter for property 'clearQAQueue'.
 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

isClearQAQueue

public boolean isClearQAQueue()

Getter for property 'clearQAQueue'.

This property tells the operation if the Question %amp; Answer queue should be cleared on start of the session.

Returns:
The boolean value indicating if Question %amp; Answer queue should be cleared on started of session.
Since:
5.2.0.0.1

setClearQAQueue

@Required
public void setClearQAQueue(boolean clearQAQueue)

Setter for property 'clearQAQueue'.

This property tells the operation if the Question %amp; Answer queue should be cleared on start of the session.

Parameters:
clearQAQueue - Value to indicate if Question %amp; Answer queue should be cleared on start of the session.
Since:
5.2.0.0.1

getImpact

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

Returns:
the impact.
Since:
5.1.0.0.29

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.29

toString

public java.lang.String toString()

Overrides:
toString in class AbstractOperationImpl<EndPointQueue,QAModeStart>
Since:
5.2.0.0.1

Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.