|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |