Platform SDK Java 8.5 API Reference

com.genesyslab.platform.configuration.protocol.types
Class CfgRecActionCode

java.lang.Object
  extended by com.genesyslab.platform.commons.GEnum
      extended by com.genesyslab.platform.configuration.protocol.types.CfgRecActionCode

public class CfgRecActionCode
extends GEnum


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

CFGRACNoRecActionCode

public static final CfgRecActionCode CFGRACNoRecActionCode
The value of corresponding parameter has not changed


CFGRACMarkDB

public static final CfgRecActionCode CFGRACMarkDB
Update call record with call result in database, do not repeat call


CFGRACMarkAllChain

public static final CfgRecActionCode CFGRACMarkAllChain
Update current record and all record with the same chain ID with call result in database


CFGRACCycle

public static final CfgRecActionCode CFGRACCycle
In case of specified call result repeat call attempt up to specified number of times. The interval between attempts specified by parameter interval


CFGRACRetryIn

public static final CfgRecActionCode CFGRACRetryIn
Repeat the call attempt after specified time interval of same day


CFGRACRetryAtDate

public static final CfgRecActionCode CFGRACRetryAtDate
Repeat the call attempt on specified date


CFGRACNextInChain

public static final CfgRecActionCode CFGRACNextInChain
Try next record in a chain


CFGRACNextInChainAfter

public static final CfgRecActionCode CFGRACNextInChainAfter
Try next record in a chain after specified time interval


CFGRACNextInChainAtDate

public static final CfgRecActionCode CFGRACNextInChainAtDate
Try next record in a chain at specified date/time


CFGRACAssignToGroup

public static final CfgRecActionCode CFGRACAssignToGroup
Update the call record and reschedule the call back to a group of agents


CFGRACMarkAsAgentError

public static final CfgRecActionCode CFGRACMarkAsAgentError
Update the call record with \"Agent Error \" status


CFGRACReschedule

public static final CfgRecActionCode CFGRACReschedule

CFGRACDelegateForProcessing

public static final CfgRecActionCode CFGRACDelegateForProcessing

CFGRACExecuteSQLstatement

public static final CfgRecActionCode CFGRACExecuteSQLstatement

CFGRACMaxRecActionCode

public static final CfgRecActionCode CFGRACMaxRecActionCode
A maximum value of this enumeration.

Method Detail

values

public static java.util.Collection<CfgRecActionCode> values()
Returns all values of the enumeration.

Returns:
all enumeration values

valueOf

public static CfgRecActionCode valueOf(int ordinal)
Returns enumeration value by given ordinal number.

Parameters:
ordinal - ordinal number of the enumeration value
Returns:
the enumeration value with given ordinal number or null

valueOf

public static CfgRecActionCode valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists.

Parameters:
name - name of value in the enumeration
Returns:
enumeration value with specified name or null

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.