Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.openmedia.protocol.interactionserver.PartyInfo

Packages that use PartyInfo
com.genesyslab.platform.openmedia.protocol.interactionserver   
com.genesyslab.platform.openmedia.protocol.interactionserver.events   
com.genesyslab.platform.openmedia.protocol.interactionserver.events.interactionmanagement   
com.genesyslab.platform.openmedia.protocol.interactionserver.requests.interactionmanagement   
 

Uses of PartyInfo in com.genesyslab.platform.openmedia.protocol.interactionserver
 

Methods in com.genesyslab.platform.openmedia.protocol.interactionserver that return PartyInfo
static PartyInfo PartyInfo.create()
          Creates instance of PartyInfo with no parameters set.
static PartyInfo PartyInfo.create(PartyType partyType, java.lang.Integer tenantId, java.lang.String strategyId, java.lang.String routerId, java.lang.String placeId, java.lang.String agentId, TargetType targetType, java.lang.String targetQueue, java.lang.String targetWorkbin, java.lang.String targetPlace, java.lang.String targetAgent, java.lang.String targetPlaceGroup, java.lang.String targetAgentGroup, VisibilityMode visibilityMode)
          Creates instance of PartyInfo with all parameters set.
 

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

Methods in com.genesyslab.platform.openmedia.protocol.interactionserver.events that return PartyInfo
abstract  PartyInfo EventTakenFromWorkbin.getParty()
           
abstract  PartyInfo EventTakenFromQueue.getParty()
           
abstract  PartyInfo EventRevoked.getParty()
           
abstract  PartyInfo EventRejected.getParty()
           
abstract  PartyInfo EventPartyRemoved.getParty()
           
abstract  PartyInfo EventPartyAdded.getParty()
           
abstract  PartyInfo EventForcedAgentStateChange.getParty()
           
abstract  PartyInfo EventAgentInvited.getParty()
           
 

Methods in com.genesyslab.platform.openmedia.protocol.interactionserver.events with parameters of type PartyInfo
static EventPartyRemoved EventPartyRemoved.create(java.util.Date eventTime, InteractionProperties interaction, ActorInfo actor, PartyInfo party, ReasonInfo reason)
          Creates instance of EventPartyRemoved.
static EventPartyAdded EventPartyAdded.create(java.util.Date eventTime, InteractionProperties interaction, ActorInfo actor, PartyInfo party, ReasonInfo reason)
          Creates instance of EventPartyAdded with required parameters set.
static EventRejected EventRejected.create(java.lang.Integer ticketId, java.util.Date eventTime, InteractionProperties interaction, ActorInfo actor, ReasonInfo reason, PartyInfo party)
          Creates instance of EventRejected with required parameters set.
static EventAgentInvited EventAgentInvited.create(java.lang.Integer ticketId, java.util.Date eventTime, InteractionProperties interaction, ActorInfo actor, ReasonInfo reason, PartyInfo party)
          Creates instance of EventAgentInvited with required parameters set.
static EventRejected EventRejected.create(java.lang.Integer proxyClientId, java.lang.Integer ticketId, java.util.Date eventTime, java.util.Date submittedToRouterAt, InteractionProperties interaction, ActorInfo actor, ReasonInfo reason, PartyInfo party, KeyValueCollection extension)
          Creates instance of EventRejected with all parameters set.
static EventAgentInvited EventAgentInvited.create(java.lang.Integer proxyClientId, java.lang.Integer ticketId, InteractionOperation operation, java.util.Date eventTime, java.util.Date submittedToRouterAt, InteractionProperties interaction, ActorInfo actor, ReasonInfo reason, PartyInfo party, KeyValueCollection extension)
          Creates instance of EventAgentInvited with all parameters set.
static EventPartyAdded EventPartyAdded.create(java.lang.Integer proxyClientId, InteractionOperation operation, java.util.Date eventTime, java.util.Date submittedToRouterAt, java.lang.Boolean initialInFocusState, InteractionProperties interaction, ActorInfo actor, PartyInfo party, ReasonInfo reason, KeyValueCollection extension)
          Creates instance of EventPartyAdded with all parameters set.
static EventTakenFromWorkbin EventTakenFromWorkbin.create(java.lang.Integer proxyClientId, InteractionOperation operation, java.util.Date eventTime, java.util.Date submittedToRouterAt, InteractionProperties interaction, ActorInfo actor, PartyInfo party, ReasonInfo reason, java.lang.Boolean initialInFocusState, KeyValueCollection extension)
          Creates instance of EventTakenFromWorkbin with all parameters set.
static EventRevoked EventRevoked.create(java.lang.Integer proxyClientId, InteractionOperation operation, java.util.Date eventTime, java.util.Date submittedToRouterAt, InteractionProperties interaction, ActorInfo actor, PartyInfo party, ReasonInfo reason, KeyValueCollection extension)
          Creates instance of EventRevoked with all parameters set.
static EventPartyRemoved EventPartyRemoved.create(java.lang.Integer proxyClientId, InteractionOperation operation, java.util.Date eventTime, java.util.Date submittedToRouterAt, InteractionProperties interaction, ActorInfo actor, PartyInfo party, ReasonInfo reason, KeyValueCollection extension)
          Creates instance of EventPartyRemoved.
static EventTakenFromQueue EventTakenFromQueue.create(java.lang.Integer proxyClientId, InteractionOperation operation, java.util.Date eventTime, java.util.Date submittedToRouterAt, InteractionProperties interaction, ActorInfo actor, PartyInfo party, ReasonInfo reason, KeyValueCollection extension, java.lang.Boolean initialInFocusState)
          Creates instance of EventTakenFromQueue with all parameters set.
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.
static EventTakenFromWorkbin EventTakenFromWorkbin.create(InteractionOperation operation, java.util.Date eventTime, InteractionProperties interaction, ActorInfo actor, PartyInfo party, ReasonInfo reason)
          Creates instance of EventTakenFromWorkbin with required parameters set.
static EventForcedAgentStateChange EventForcedAgentStateChange.create(PartyInfo party)
          Creates instance of EventForcedAgentStateChange with required parameters set.
abstract  void EventTakenFromWorkbin.setParty(PartyInfo party)
           
abstract  void EventTakenFromQueue.setParty(PartyInfo party)
           
abstract  void EventRevoked.setParty(PartyInfo party)
           
abstract  void EventRejected.setParty(PartyInfo party)
           
abstract  void EventPartyRemoved.setParty(PartyInfo party)
           
abstract  void EventPartyAdded.setParty(PartyInfo party)
           
abstract  void EventForcedAgentStateChange.setParty(PartyInfo party)
           
abstract  void EventAgentInvited.setParty(PartyInfo party)
           
 

Uses of PartyInfo in com.genesyslab.platform.openmedia.protocol.interactionserver.events.interactionmanagement
 

Methods in com.genesyslab.platform.openmedia.protocol.interactionserver.events.interactionmanagement that return PartyInfo
abstract  PartyInfo EventCustomReporting.getParty()
           
 

Methods in com.genesyslab.platform.openmedia.protocol.interactionserver.events.interactionmanagement with parameters of type PartyInfo
static EventCustomReporting EventCustomReporting.create(java.lang.Integer customEventId, java.lang.Integer proxyClientId, KeyValueCollection extension, java.lang.String mediaTypeName, KeyValueCollection eventContent, java.util.Date eventTime, InteractionProperties interaction, PartyInfo party, ReasonInfo reason)
          Creates instance of EventCustomReporting with all parameters set.
abstract  void EventCustomReporting.setParty(PartyInfo party)
           
 

Uses of PartyInfo in com.genesyslab.platform.openmedia.protocol.interactionserver.requests.interactionmanagement
 

Methods in com.genesyslab.platform.openmedia.protocol.interactionserver.requests.interactionmanagement that return PartyInfo
abstract  PartyInfo RequestDistributeEvent.getParty()
           
 

Methods in com.genesyslab.platform.openmedia.protocol.interactionserver.requests.interactionmanagement with parameters of type PartyInfo
static RequestDistributeEvent RequestDistributeEvent.create(java.lang.Integer customEventId, java.lang.Integer proxyClientId, KeyValueCollection extension, java.lang.String mediaTypeName, KeyValueCollection eventContent, InteractionProperties interaction, PartyInfo party, ReasonInfo reason)
          Creates instance of RequestDistributeEvent with all parameters set.
abstract  void RequestDistributeEvent.setParty(PartyInfo party)
           
 


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.