com.avaya.conferencing.api.acp.control.operations
Class QAFinishedQuestion
java.lang.Object
com.avaya.conferencing.api.acp.control.operations.AbstractOperationImpl<java.lang.Boolean,QAFinishedQuestion>
com.avaya.conferencing.api.acp.control.operations.QAFinishedQuestion
- All Implemented Interfaces:
- Operation<java.lang.Boolean,QAFinishedQuestion>, java.lang.Cloneable
public class QAFinishedQuestion
- extends AbstractOperationImpl<java.lang.Boolean,QAFinishedQuestion>
Marks an EndPoint on the Q&A queue as having been answered (essentially, it removes the EndPoint from the Q&A queue).
The operation will return a Boolean indicating whether EndPoint was removed from the Q&A queue successfully.
- Since:
- 5.1.0.0.29
| Nested classes/interfaces inherited from interface com.avaya.conferencing.api.acp.control.operations.Operation |
Operation.Impact |
| 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 |
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
Copyright © 2008-2009 Avaya. All Rights Reserved.