Package | Description |
---|---|
com.genesyslab.platform.openmedia.protocol.interactionserver | |
com.genesyslab.platform.openmedia.protocol.interactionserver.events |
Modifier and Type | Field | Description |
---|---|---|
static PartyType |
PartyType.ResourceParty |
|
static PartyType |
PartyType.StrategyParty |
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.Collection<PartyType> |
PartyType.values() |
Returns all values of the enumeration.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
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,
java.lang.Integer placeDbId,
java.lang.Integer agentDbId,
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.
|
abstract void |
PartyInfo.setPartyType(PartyType partyType) |
Values:
1: Party is a strategy.
2: Party is a resource.
|
Modifier and Type | Method | Description |
---|---|---|
abstract PartyType |
EventActivityReport.getPartyType() |
Values:
1: Party is a strategy.
2: Party is a resource.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
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,
java.lang.Integer placeDbId,
java.lang.Integer agentDbId,
java.lang.Integer actorPlaceDbId,
java.lang.Integer actorAgentDbId,
KeyValueCollection interactionsInFocus,
KeyValueCollection interactionsOutOfFocus,
KeyValueCollection extension,
ReasonInfo reason) |
Creates instance of EventActivityReport.
|
abstract void |
EventActivityReport.setPartyType(PartyType partyType) |
Values:
1: Party is a strategy.
2: Party is a resource.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.