|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.GEnum
com.genesyslab.platform.configuration.protocol.types.CfgRecActionCode
public class CfgRecActionCode
Field Summary | |
---|---|
static CfgRecActionCode |
CFGRACAssignToGroup
Update the call record and reschedule the call back to a group of agents |
static CfgRecActionCode |
CFGRACCycle
In case of specified call result repeat call attempt up to specified number of times. |
static CfgRecActionCode |
CFGRACDelegateForProcessing
|
static CfgRecActionCode |
CFGRACExecuteSQLstatement
|
static CfgRecActionCode |
CFGRACMarkAllChain
Update current record and all record with the same chain ID with call result in database |
static CfgRecActionCode |
CFGRACMarkAsAgentError
Update the call record with \"Agent Error \" status |
static CfgRecActionCode |
CFGRACMarkDB
Update call record with call result in database, do not repeat call |
static CfgRecActionCode |
CFGRACMaxRecActionCode
A maximum value of this enumeration. |
static CfgRecActionCode |
CFGRACNextInChain
Try next record in a chain |
static CfgRecActionCode |
CFGRACNextInChainAfter
Try next record in a chain after specified time interval |
static CfgRecActionCode |
CFGRACNextInChainAtDate
Try next record in a chain at specified date/time |
static CfgRecActionCode |
CFGRACNoRecActionCode
The value of corresponding parameter has not changed |
static CfgRecActionCode |
CFGRACReschedule
|
static CfgRecActionCode |
CFGRACRetryAtDate
Repeat the call attempt on specified date |
static CfgRecActionCode |
CFGRACRetryIn
Repeat the call attempt after specified time interval of same day |
Fields inherited from class com.genesyslab.platform.commons.GEnum |
---|
LOCALE_ENGLISH |
Method Summary | |
---|---|
static CfgRecActionCode |
valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgRecActionCode |
valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists. |
static java.util.Collection<CfgRecActionCode> |
values()
Returns all values of the enumeration. |
Methods inherited from class com.genesyslab.platform.commons.GEnum |
---|
asInteger, enumSize, equals, equals, getEnumMap, getEnumValues, getValue, getValue, getValue, hashCode, name, ordinal, toString, valueOf, valueOf, values, valuesBy |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final CfgRecActionCode CFGRACNoRecActionCode
public static final CfgRecActionCode CFGRACMarkDB
public static final CfgRecActionCode CFGRACMarkAllChain
public static final CfgRecActionCode CFGRACCycle
public static final CfgRecActionCode CFGRACRetryIn
public static final CfgRecActionCode CFGRACRetryAtDate
public static final CfgRecActionCode CFGRACNextInChain
public static final CfgRecActionCode CFGRACNextInChainAfter
public static final CfgRecActionCode CFGRACNextInChainAtDate
public static final CfgRecActionCode CFGRACAssignToGroup
public static final CfgRecActionCode CFGRACMarkAsAgentError
public static final CfgRecActionCode CFGRACReschedule
public static final CfgRecActionCode CFGRACDelegateForProcessing
public static final CfgRecActionCode CFGRACExecuteSQLstatement
public static final CfgRecActionCode CFGRACMaxRecActionCode
Method Detail |
---|
public static java.util.Collection<CfgRecActionCode> values()
public static CfgRecActionCode valueOf(int ordinal)
ordinal
- ordinal number of the enumeration value
public static CfgRecActionCode valueOf(java.lang.String name)
name
- name of value in the enumeration
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |