Platform SDK Java 8.5 API Reference

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

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

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

Fields in com.genesyslab.platform.openmedia.protocol.interactionserver declared as PartyType
static PartyType PartyType.ResourceParty
           
static PartyType PartyType.StrategyParty
           
 

Methods in com.genesyslab.platform.openmedia.protocol.interactionserver that return PartyType
abstract  PartyType PartyInfo.getPartyType()
          Values: 1: Party is a strategy. 2: Party is a resource.
static PartyType PartyType.valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static PartyType PartyType.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 PartyType
static java.util.Collection<PartyType> PartyType.values()
          Returns all values of the enumeration.
 

Methods in com.genesyslab.platform.openmedia.protocol.interactionserver with parameters of type PartyType
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.
abstract  void PartyInfo.setPartyType(PartyType partyType)
          Values: 1: Party is a strategy. 2: Party is a resource.
 

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

Methods in com.genesyslab.platform.openmedia.protocol.interactionserver.events that return PartyType
abstract  PartyType EventActivityReport.getPartyType()
          Values: 1: Party is a strategy. 2: Party is a resource.
 

Methods in com.genesyslab.platform.openmedia.protocol.interactionserver.events with parameters of type PartyType
static EventActivityReport EventActivityReport.create(java.lang.Integer proxyClientId, PartyType partyType, java.lang.Integer tenantId, java.lang.String placeId, java.lang.String agentId, java.util.Date eventTime, KeyValueCollection interactionsInFocus, KeyValueCollection interactionsOutOfFocus, KeyValueCollection extension, ReasonInfo reason)
          Creates instance of EventActivityReport with all parameters set.
abstract  void EventActivityReport.setPartyType(PartyType partyType)
          Values: 1: Party is a strategy. 2: Party is a resource.
 


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.