|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgCallActionCode | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.applicationblocks.com.queries | |
com.genesyslab.platform.configuration.protocol.types | This package contains classes based on the Genesys GEnum class. |
Uses of CfgCallActionCode in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgCallActionCode | |
---|---|
CfgCallActionCode |
CfgTreatment.getCallActionCode()
A call action code. |
CfgCallActionCode |
CfgDeltaTreatment.getCallActionCode()
A call action code. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgCallActionCode | |
---|---|
void |
CfgTreatment.setCallActionCode(CfgCallActionCode value)
A call action code. |
Uses of CfgCallActionCode in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgCallActionCode | |
---|---|
CfgCallActionCode |
CfgTreatmentQuery.getCallActionCode()
A call action code(See
CfgCallActionCode
). |
Methods in com.genesyslab.platform.applicationblocks.com.queries with parameters of type CfgCallActionCode | |
---|---|
void |
CfgTreatmentQuery.setCallActionCode(CfgCallActionCode value)
A call action code(See
CfgCallActionCode
). |
Uses of CfgCallActionCode in com.genesyslab.platform.configuration.protocol.types |
---|
Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgCallActionCode | |
---|---|
static CfgCallActionCode |
CfgCallActionCode.CFGCACConnect
Connect to an operator |
static CfgCallActionCode |
CfgCallActionCode.CFGCACDrop
Release call |
static CfgCallActionCode |
CfgCallActionCode.CFGCACMaxCallActionCode
A maximum value of this enumeration. |
static CfgCallActionCode |
CfgCallActionCode.CFGCACMuteTransfer
Transfer call using mute transfer |
static CfgCallActionCode |
CfgCallActionCode.CFGCACNoCallActionCode
The value of corresponding parameter has not changed |
static CfgCallActionCode |
CfgCallActionCode.CFGCACPlayMessage
Slay message |
static CfgCallActionCode |
CfgCallActionCode.CFGCACRoute
Route call |
static CfgCallActionCode |
CfgCallActionCode.CFGCACSendEmail
Send E-mail |
static CfgCallActionCode |
CfgCallActionCode.CFGCACSendFax
Send fax |
static CfgCallActionCode |
CfgCallActionCode.CFGCACSendPage
Send page |
static CfgCallActionCode |
CfgCallActionCode.CFGCACTransfer
Transfer call using two-step transfer |
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgCallActionCode | |
---|---|
static CfgCallActionCode |
CfgCallActionCode.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgCallActionCode |
CfgCallActionCode.valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists. |
Methods in com.genesyslab.platform.configuration.protocol.types that return types with arguments of type CfgCallActionCode | |
---|---|
static java.util.Collection<CfgCallActionCode> |
CfgCallActionCode.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |