Package | Description |
---|---|
com.genesyslab.platform.openmedia.protocol.interactionserver | |
com.genesyslab.platform.openmedia.protocol.interactionserver.events |
Modifier and Type | Field | Description |
---|---|---|
static AgentStateChangeOperation |
AgentStateChangeOperation.LoggedOut |
|
static AgentStateChangeOperation |
AgentStateChangeOperation.MediaAdded |
|
static AgentStateChangeOperation |
AgentStateChangeOperation.MediaRemoved |
|
static AgentStateChangeOperation |
AgentStateChangeOperation.NotReadyForMedia |
|
static AgentStateChangeOperation |
AgentStateChangeOperation.ReadyForMedia |
|
static AgentStateChangeOperation |
AgentStateChangeOperation.Reserved |
Modifier and Type | Method | Description |
---|---|---|
static AgentStateChangeOperation |
AgentStateChangeOperation.valueOf(int ordinal) |
Returns enumeration value by given ordinal number.
|
static AgentStateChangeOperation |
AgentStateChangeOperation.valueOf(java.lang.String name) |
Returns enumeration value with specified name or null if no such value exists.
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.Collection<AgentStateChangeOperation> |
AgentStateChangeOperation.values() |
Returns all values of the enumeration.
|
Modifier and Type | Method | Description |
---|---|---|
abstract AgentStateChangeOperation |
EventForcedAgentStateChange.getAgentStateChangeOperation() |
Values:
0-The event is not a result of the immediate state change (reserved)
1-Agent is made not ready for media
2-Agent is made ready for media
3-Media removed
4-Media added.
|
Modifier and Type | Method | Description |
---|---|---|
static EventForcedAgentStateChange |
EventForcedAgentStateChange.create(java.lang.Integer proxyClientId,
KeyValueCollection mediaList,
java.lang.Boolean donotDisturb,
AgentStateChangeOperation agentStateChangeOperation,
java.lang.String mediaTypeName,
java.util.Date eventTime,
KeyValueCollection extension,
PartyInfo party,
ReasonInfo reason) |
Creates instance of EventForcedAgentStateChange with all parameters set.
|
abstract void |
EventForcedAgentStateChange.setAgentStateChangeOperation(AgentStateChangeOperation agentStateChangeOperation) |
Values:
0-The event is not a result of the immediate state change (reserved)
1-Agent is made not ready for media
2-Agent is made ready for media
3-Media removed
4-Media added.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.