Package | Description |
---|---|
com.genesyslab.platform.openmedia.protocol.interactionserver |
Modifier and Type | Field | Description |
---|---|---|
static TargetType |
TargetType.TargetTypeAgent |
Interaction target is an agent, agent identification attributes are present in the event
|
static TargetType |
TargetType.TargetTypeNone |
No new target for the interaction
|
static TargetType |
TargetType.TargetTypeQueue |
Interaction target is a queue, queue name is present in event attributes
|
static TargetType |
TargetType.TargetTypeStop |
Interaction is being stopped
|
static TargetType |
TargetType.TargetTypeWorkbin |
Interaction target is a workbin, queue name, workbin name and workbin owner identification attributes are present in the event
|
Modifier and Type | Method | Description |
---|---|---|
abstract TargetType |
PartyInfo.getTargetType() |
[optional] Specifies target type: destination of the interaction.
|
static TargetType |
TargetType.valueOf(int ordinal) |
Returns enumeration value by given ordinal number.
|
static TargetType |
TargetType.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<TargetType> |
TargetType.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.setTargetType(TargetType targetType) |
[optional] Specifies target type: destination of the interaction.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.