|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AgentStateChangeOperation | |
---|---|
com.genesyslab.platform.openmedia.protocol.interactionserver | |
com.genesyslab.platform.openmedia.protocol.interactionserver.events |
Uses of AgentStateChangeOperation in com.genesyslab.platform.openmedia.protocol.interactionserver |
---|
Fields in com.genesyslab.platform.openmedia.protocol.interactionserver declared as AgentStateChangeOperation | |
---|---|
static AgentStateChangeOperation |
AgentStateChangeOperation.LoggedOut
|
static AgentStateChangeOperation |
AgentStateChangeOperation.MediaAdded
|
static AgentStateChangeOperation |
AgentStateChangeOperation.MediaRemoved
|
static AgentStateChangeOperation |
AgentStateChangeOperation.NotReadyForMedia
|
static AgentStateChangeOperation |
AgentStateChangeOperation.ReadyForMedia
|
static AgentStateChangeOperation |
AgentStateChangeOperation.Reserved
|
Methods in com.genesyslab.platform.openmedia.protocol.interactionserver that return AgentStateChangeOperation | |
---|---|
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. |
Methods in com.genesyslab.platform.openmedia.protocol.interactionserver that return types with arguments of type AgentStateChangeOperation | |
---|---|
static java.util.Collection<AgentStateChangeOperation> |
AgentStateChangeOperation.values()
Returns all values of the enumeration. |
Uses of AgentStateChangeOperation in com.genesyslab.platform.openmedia.protocol.interactionserver.events |
---|
Methods in com.genesyslab.platform.openmedia.protocol.interactionserver.events that return AgentStateChangeOperation | |
---|---|
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. |
Methods in com.genesyslab.platform.openmedia.protocol.interactionserver.events with parameters of type AgentStateChangeOperation | |
---|---|
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. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |