Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.openmedia.protocol.interactionserver.events.AgentDescription

Packages that use AgentDescription
com.genesyslab.platform.openmedia.protocol.interactionserver.events   
 

Uses of AgentDescription in com.genesyslab.platform.openmedia.protocol.interactionserver.events
 

Methods in com.genesyslab.platform.openmedia.protocol.interactionserver.events that return AgentDescription
static AgentDescription AgentDescription.create()
          Creates instance of AgentDescription with no parameters set.
static AgentDescription AgentDescription.create(java.lang.Integer tenantId, java.lang.String placeId)
          Creates instance of AgentDescription with required parameters set.
static AgentDescription AgentDescription.create(java.lang.Integer tenantId, java.lang.String placeId, java.lang.String agentId)
          Creates instance of AgentDescription with all parameters set.
abstract  AgentDescription EventReadyForMedia.getAgentDescription()
           
abstract  AgentDescription EventNotReadyForMedia.getAgentDescription()
           
abstract  AgentDescription EventMediaStateReasonChanged.getAgentDescription()
           
abstract  AgentDescription EventMediaRemoved.getAgentDescription()
           
abstract  AgentDescription EventMediaAdded.getAgentDescription()
           
abstract  AgentDescription EventDoNotDisturbOn.getAgentDescription()
           
abstract  AgentDescription EventDoNotDisturbOff.getAgentDescription()
           
abstract  AgentDescription EventCurrentAgentStatus.getAgentDescription()
           
abstract  AgentDescription EventAgentStateReasonChanged.getAgentDescription()
           
abstract  AgentDescription EventAgentNotAvailable.getAgentDescription()
           
abstract  AgentDescription EventAgentLogout.getAgentDescription()
           
abstract  AgentDescription EventAgentLogin.getAgentDescription()
           
abstract  AgentDescription EventAgentAvailable.getAgentDescription()
           
 

Methods in com.genesyslab.platform.openmedia.protocol.interactionserver.events with parameters of type AgentDescription
static EventCurrentAgentStatus EventCurrentAgentStatus.create(java.lang.Boolean donotDisturb, KeyValueCollection mediaStateList, KeyValueCollection mediaCapacityList, AgentDescription agentDescription)
          Creates instance of EventCurrentAgentStatus with required parameters set.
static EventDoNotDisturbOn EventDoNotDisturbOn.create(java.util.Date eventTime, AgentDescription agentDescription, ActorInfo actor)
          Creates instance of EventDoNotDisturbOn with required parameters set.
static EventDoNotDisturbOff EventDoNotDisturbOff.create(java.util.Date eventTime, AgentDescription agentDescription, ActorInfo actor)
          Creates instance of EventDoNotDisturbOff with required parameters set.
static EventAgentStateReasonChanged EventAgentStateReasonChanged.create(java.util.Date eventTime, AgentDescription agentDescription, ActorInfo actor)
          Creates instance of EventAgentStateReasonChanged with required parameters set.
static EventAgentNotAvailable EventAgentNotAvailable.create(java.util.Date eventTime, AgentDescription agentDescription, ActorInfo actor)
          Creates instance of EventAgentNotAvailable with required parameters set.
static EventAgentLogout EventAgentLogout.create(java.util.Date eventTime, AgentDescription agentDescription, ActorInfo actor)
          Creates instance of EventAgentLogout with required parameters set.
static EventAgentLogin EventAgentLogin.create(java.util.Date eventTime, AgentDescription agentDescription, ActorInfo actor)
          Creates instance of EventAgentLogin with required parameters set.
static EventAgentAvailable EventAgentAvailable.create(java.util.Date eventTime, AgentDescription agentDescription, ActorInfo actor)
          Creates instance of EventAgentAvailable with required parameters set.
static EventAgentLogin EventAgentLogin.create(java.lang.Integer proxyClientId, java.lang.Boolean donotDisturb, KeyValueCollection mediaList, java.util.Date eventTime, KeyValueCollection extension, AgentDescription agentDescription, ActorInfo actor, ReasonInfo reason)
          Creates instance of EventAgentLogin with all parameters set.
static EventCurrentAgentStatus EventCurrentAgentStatus.create(java.lang.Integer proxyClientId, java.lang.Boolean donotDisturb, KeyValueCollection mediaStateList, KeyValueCollection mediaCapacityList, AgentDescription agentDescription, KeyValueCollection extension, java.util.Date eventTime)
          Creates instance of EventCurrentAgentStatus with all parameters set.
static EventDoNotDisturbOn EventDoNotDisturbOn.create(java.lang.Integer proxyClientId, java.util.Date eventTime, AgentDescription agentDescription, ActorInfo actor, ReasonInfo reason, KeyValueCollection extension)
          Creates instance of EventDoNotDisturbOn with all parameters set.
static EventDoNotDisturbOff EventDoNotDisturbOff.create(java.lang.Integer proxyClientId, java.util.Date eventTime, AgentDescription agentDescription, ActorInfo actor, ReasonInfo reason, KeyValueCollection extension)
          Creates instance of EventDoNotDisturbOff with all parameters set.
static EventAgentStateReasonChanged EventAgentStateReasonChanged.create(java.lang.Integer proxyClientId, java.util.Date eventTime, AgentDescription agentDescription, ActorInfo actor, ReasonInfo reason, KeyValueCollection extension)
          Creates instance of EventAgentStateReasonChanged with all parameters set.
static EventAgentNotAvailable EventAgentNotAvailable.create(java.lang.Integer proxyClientId, java.util.Date eventTime, AgentDescription agentDescription, ActorInfo actor, ReasonInfo reason, KeyValueCollection extension)
          Creates instance of EventAgentNotAvailable with all parameters set.
static EventAgentAvailable EventAgentAvailable.create(java.lang.Integer proxyClientId, java.util.Date eventTime, AgentDescription agentDescription, ActorInfo actor, ReasonInfo reason, KeyValueCollection extension)
          Creates instance of EventAgentAvailable with all parameters set.
static EventAgentLogout EventAgentLogout.create(java.lang.Integer proxyClientId, java.util.Date eventTime, KeyValueCollection extension, AgentDescription agentDescription, ActorInfo actor, ReasonInfo reason)
          Creates instance of EventAgentLogout with all parameters set.
static EventReadyForMedia EventReadyForMedia.create(java.lang.Integer proxyClientId, java.lang.String mediaTypeName, java.util.Date eventTime, AgentDescription agentDescription, ActorInfo actor, ReasonInfo reason, KeyValueCollection extension)
          Creates instance of EventReadyForMedia with all parameters set.
static EventMediaStateReasonChanged EventMediaStateReasonChanged.create(java.lang.Integer proxyClientId, java.lang.String mediaTypeName, java.util.Date eventTime, AgentDescription agentDescription, ActorInfo actor, ReasonInfo reason, KeyValueCollection extension)
          Creates instance of EventMediaStateReasonChanged with all parameters set.
static EventMediaRemoved EventMediaRemoved.create(java.lang.Integer proxyClientId, java.lang.String mediaTypeName, java.util.Date eventTime, AgentDescription agentDescription, ActorInfo actor, ReasonInfo reason, KeyValueCollection extension)
          Creates instance of EventMediaRemoved with all parameters set.
static EventNotReadyForMedia EventNotReadyForMedia.create(java.lang.Integer proxyClientId, java.lang.String mediaTypeName, java.util.Date eventTime, ReasonInfo reason, AgentDescription agentDescription, ActorInfo actor, KeyValueCollection extension)
          Creates instance of EventNotReadyForMedia with all parameters set.
static EventMediaAdded EventMediaAdded.create(java.lang.Integer proxyClientId, java.lang.String mediaTypeName, MediaState mediaTypeState, java.util.Date eventTime, AgentDescription agentDescription, ActorInfo actor, ReasonInfo reason, KeyValueCollection extension)
          Creates instance of EventMediaAdded with all parameters set.
static EventReadyForMedia EventReadyForMedia.create(java.lang.String mediaTypeName, java.util.Date eventTime, AgentDescription agentDescription, ActorInfo actor)
          Creates instance of EventReadyForMedia with required parameters set.
static EventNotReadyForMedia EventNotReadyForMedia.create(java.lang.String mediaTypeName, java.util.Date eventTime, AgentDescription agentDescription, ActorInfo actor)
          Creates instance of EventNotReadyForMedia with required parameters set.
static EventMediaRemoved EventMediaRemoved.create(java.lang.String mediaTypeName, java.util.Date eventTime, AgentDescription agentDescription, ActorInfo actor)
          Creates instance of EventMediaRemoved with required parameters set.
static EventMediaStateReasonChanged EventMediaStateReasonChanged.create(java.lang.String mediaTypeName, java.util.Date eventTime, AgentDescription agentDescription, ActorInfo actor, ReasonInfo reason)
          Creates instance of EventMediaStateReasonChanged with required parameters set.
static EventMediaAdded EventMediaAdded.create(java.lang.String mediaTypeName, MediaState mediaTypeState, java.util.Date eventTime, AgentDescription agentDescription, ActorInfo actor)
          Creates instance of EventMediaAdded with required parameters set.
abstract  void EventReadyForMedia.setAgentDescription(AgentDescription agentDescription)
           
abstract  void EventNotReadyForMedia.setAgentDescription(AgentDescription agentDescription)
           
abstract  void EventMediaStateReasonChanged.setAgentDescription(AgentDescription agentDescription)
           
abstract  void EventMediaRemoved.setAgentDescription(AgentDescription agentDescription)
           
abstract  void EventMediaAdded.setAgentDescription(AgentDescription agentDescription)
           
abstract  void EventDoNotDisturbOn.setAgentDescription(AgentDescription agentDescription)
           
abstract  void EventDoNotDisturbOff.setAgentDescription(AgentDescription agentDescription)
           
abstract  void EventCurrentAgentStatus.setAgentDescription(AgentDescription agentDescription)
           
abstract  void EventAgentStateReasonChanged.setAgentDescription(AgentDescription agentDescription)
           
abstract  void EventAgentNotAvailable.setAgentDescription(AgentDescription agentDescription)
           
abstract  void EventAgentLogout.setAgentDescription(AgentDescription agentDescription)
           
abstract  void EventAgentLogin.setAgentDescription(AgentDescription agentDescription)
           
abstract  void EventAgentAvailable.setAgentDescription(AgentDescription agentDescription)
           
 


Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.