|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GctiCallState | |
---|---|
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 GctiCallState in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return GctiCallState | |
---|---|
GctiCallState |
CfgTreatment.getCallResult()
A call result related to this treatment. |
GctiCallState |
CfgDeltaTreatment.getCallResult()
A call result related to this treatment. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type GctiCallState | |
---|---|
void |
CfgTreatment.setCallResult(GctiCallState value)
A call result related to this treatment. |
Uses of GctiCallState in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return GctiCallState | |
---|---|
GctiCallState |
CfgTreatmentQuery.getCallResult()
A call result related to this treatment (See
GctiCallState
). |
Methods in com.genesyslab.platform.applicationblocks.com.queries with parameters of type GctiCallState | |
---|---|
void |
CfgTreatmentQuery.setCallResult(GctiCallState value)
A call result related to this treatment (See
GctiCallState
). |
Uses of GctiCallState in com.genesyslab.platform.configuration.protocol.types |
---|
Methods in com.genesyslab.platform.configuration.protocol.types that return GctiCallState | |
---|---|
static GctiCallState |
GctiCallState.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static GctiCallState |
GctiCallState.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 GctiCallState | |
---|---|
static java.util.Collection<GctiCallState> |
GctiCallState.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |