|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ConferencingObjectQueue.Purposes>
com.avaya.conferencing.api.acp.control.ConferencingObjectQueue.Purposes
public static enum ConferencingObjectQueue.Purposes
Well known purposes.
| Enum Constant Summary | |
|---|---|
CONNECTIONS_ASSIST_REQUIRED
The queue contains ConferencingObjects (typically EndPoints) that are connecting to the ConferencingProvider and |
|
CONNECTIONS_PENDING
The queue contains ConferencingObjects (typically EndPoints) that are connecting to the ConferencingProvider and are still being processed. |
|
HELP_REQUESTS
The queue contains ConferencingObjects that have requested help. |
|
QA_QUESTIONS
The queue contains EndPoints that have questions. |
|
| Method Summary | |
|---|---|
Filter<ConferencingObjectQueue<? extends ConferencingObjectQueue<?,?>,? extends ConferencingObject<?>>> |
filter()
A filter for this type of purpose. |
static ConferencingObjectQueue.Purposes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ConferencingObjectQueue.Purposes[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ConferencingObjectQueue.Purposes HELP_REQUESTS
Verb.REQUEST_HELP,
RequestHelppublic static final ConferencingObjectQueue.Purposes CONNECTIONS_PENDING
public static final ConferencingObjectQueue.Purposes CONNECTIONS_ASSIST_REQUIRED
public static final ConferencingObjectQueue.Purposes QA_QUESTIONS
States.QA_HAS_QUESTION,
States.QA_MODE,
Verb.QA_MODE_START,
Verb.QA_NEXT_QUESTION| Method Detail |
|---|
public static ConferencingObjectQueue.Purposes[] values()
for (ConferencingObjectQueue.Purposes c : ConferencingObjectQueue.Purposes.values()) System.out.println(c);
public static ConferencingObjectQueue.Purposes valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic Filter<ConferencingObjectQueue<? extends ConferencingObjectQueue<?,?>,? extends ConferencingObject<?>>> filter()
filter in interface ConferencingObjectQueue.Purpose
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||