|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CallType | |
---|---|
com.genesyslab.platform.routing.protocol.routingserver |
This package primarily contains enums that your applications can use when
working with Universal Routing Server (URS), such as CallType and
RoutingPointStatus . |
Uses of CallType in com.genesyslab.platform.routing.protocol.routingserver |
---|
Fields in com.genesyslab.platform.routing.protocol.routingserver declared as CallType | |
---|---|
static CallType |
CallType.Consult
|
static CallType |
CallType.Inbound
|
static CallType |
CallType.Internal
|
static CallType |
CallType.Outbound
|
static CallType |
CallType.Unknown
|
Methods in com.genesyslab.platform.routing.protocol.routingserver that return CallType | |
---|---|
abstract CallType |
OperationContext.getCallType()
|
static CallType |
CallType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CallType |
CallType.valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists. |
Methods in com.genesyslab.platform.routing.protocol.routingserver that return types with arguments of type CallType | |
---|---|
static java.util.Collection<CallType> |
CallType.values()
Returns all values of the enumeration. |
Methods in com.genesyslab.platform.routing.protocol.routingserver with parameters of type CallType | |
---|---|
static OperationContext |
OperationContext.create(CallType callType,
java.lang.String thisQueue,
java.lang.String thisLocation,
java.lang.String otherDN,
java.lang.String aNI,
java.lang.String dNIS,
java.lang.String cED,
java.lang.String mediaType,
KeyValueCollection userData,
KeyValueCollection extensions)
Creates instance of OperationContext with all parameters set. |
abstract void |
OperationContext.setCallType(CallType callType)
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |