|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TargetType | |
---|---|
com.genesyslab.platform.openmedia.protocol.interactionserver |
Uses of TargetType in com.genesyslab.platform.openmedia.protocol.interactionserver |
---|
Fields in com.genesyslab.platform.openmedia.protocol.interactionserver declared as TargetType | |
---|---|
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 |
Methods in com.genesyslab.platform.openmedia.protocol.interactionserver that return TargetType | |
---|---|
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. |
Methods in com.genesyslab.platform.openmedia.protocol.interactionserver that return types with arguments of type TargetType | |
---|---|
static java.util.Collection<TargetType> |
TargetType.values()
Returns all values of the enumeration. |
Methods in com.genesyslab.platform.openmedia.protocol.interactionserver with parameters of type TargetType | |
---|---|
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.setTargetType(TargetType targetType)
[optional] Specifies target type – destination of the interaction. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |