@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:44:55.438-07:00") public class CfgRecActionCode extends GEnum
Modifier and Type | Field | Description |
---|---|---|
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
|
LOCALE_ENGLISH
Modifier and Type | Method | Description |
---|---|---|
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.
|
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
public static java.util.Collection<CfgRecActionCode> values()
public static CfgRecActionCode valueOf(int ordinal)
ordinal
- ordinal number of the enumeration valuepublic static CfgRecActionCode valueOf(java.lang.String name)
name
- name of value in the enumerationSend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.