Platform SDK Java 8.5 API Reference

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

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

public class CfgObjectType
extends GEnum


Field Summary
static CfgObjectType CFGAccessGroup
          A group of persons that have the same set of permissions with respect to Configuration Data objects.
static CfgObjectType CFGActionCode
          Action code.
static CfgObjectType CFGAgentGroup
          A group of agents.
static CfgObjectType CFGAgentLogin
          Agent identifier in a switching system.
static CfgObjectType CFGAlarmCondition
          An alarm condition
static CfgObjectType CFGApplication
          An application that provides some of the CTI functions.
static CfgObjectType CFGAppPrototype
          An application template that contains application-specific options and their default values where appropriate.
static CfgObjectType CFGCallingList
          A calling list.
static CfgObjectType CFGCampaign
          Outbound campaign.
static CfgObjectType CFGCampaignGroup
           
static CfgObjectType CFGDN
          A telephony object uniquely identified by its directory number within a switch at which telephone calls may reside and be handled.
static CfgObjectType CFGDNGroup
          A group of DNs.
static CfgObjectType CFGEnumerator
          An object representing Business Attribute entity which serves as a collection of Attribute Value (CFGEnumeratorValue) objects.
static CfgObjectType CFGEnumeratorValue
          An object representing AttributeValue entity.
static CfgObjectType CFGField
          A basic subdivision of data record
static CfgObjectType CFGFilter
          A logical entity that allows to keep away all the staff that is not required from document the application uses.
static CfgObjectType CFGFolder
          A logical entity that defines a certain object type under a particular parent object.
static CfgObjectType CFGFormat
          Arrangement of fields within a document/database table
static CfgObjectType CFGGVPCustomer
           
static CfgObjectType CFGGVPIVRProfile
           
static CfgObjectType CFGGVPReseller
           
static CfgObjectType CFGHost
          A computer where CTI software is loaded.
static CfgObjectType CFGIVR
          An aggregate of IVR ports within one IVR controlled through one IVR interface driver.
static CfgObjectType CFGIVRPort
          A telephony object uniquely identified by its number within an IVR at which telephone calls may reside and be handled.
static CfgObjectType CFGMaxObjectType
          A maximum value of this enumeration type.
static CfgObjectType CFGNoObject
          Object is not defined.
static CfgObjectType CFGObjectiveTable
          An objective table.
static CfgObjectType CFGPerson
          A person registered in the Configuration Database.
static CfgObjectType CFGPersonLastLogin
           
static CfgObjectType CFGPhysicalSwitch
          A telephone office that contains and/or terminates telephone objects of one or more tenants.
static CfgObjectType CFGPlace
          A location that has one or more telephony objects operated by one agent at a time.
static CfgObjectType CFGPlaceGroup
          A group of places.
static CfgObjectType CFGRole
           
static CfgObjectType CFGScheduledTask
           
static CfgObjectType CFGScript
          A set of call treatments created within a service.
static CfgObjectType CFGService
          CTI functionality offered to tenants as a service.
static CfgObjectType CFGSkill
          Agent skill.
static CfgObjectType CFGStatDay
          A statistical day.
static CfgObjectType CFGStatTable
          A statistical table.
static CfgObjectType CFGSwitch
          An aggregate of telephony objects within one telephone switch controlled through one T-Server.
static CfgObjectType CFGTableAccess
          A logical entity that defines document access information
static CfgObjectType CFGTenant
          A business subscribed to one or more CTI services.
static CfgObjectType CFGTimeZone
          A logical entity that gives the time difference between GMT and local time for both standard time and summertime (Daylight Savings Time).
static CfgObjectType CFGTransaction
          Customer-defined transaction associated with an object type.
static CfgObjectType CFGTreatment
          A logical entity that defines further step(s) call processing based on call result.
static CfgObjectType CFGVoicePrompt
          A voice prompt.
 
Fields inherited from class com.genesyslab.platform.commons.GEnum
LOCALE_ENGLISH
 
Method Summary
static CfgObjectType valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static CfgObjectType valueOf(java.lang.String name)
          Returns enumeration value with specified name or null if no such value exists.
static java.util.Collection<CfgObjectType> 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

CFGNoObject

public static final CfgObjectType CFGNoObject
Object is not defined.


CFGSwitch

public static final CfgObjectType CFGSwitch
An aggregate of telephony objects within one telephone switch controlled through one T-Server. See structure CfgSwitch in section Configuration Data Types.


CFGDN

public static final CfgObjectType CFGDN
A telephony object uniquely identified by its directory number within a switch at which telephone calls may reside and be handled. See structure CfgDN in section Configuration Data Types.


CFGPerson

public static final CfgObjectType CFGPerson
A person registered in the Configuration Database. See structure CfgPerson in section Configuration Data Types.


CFGPlace

public static final CfgObjectType CFGPlace
A location that has one or more telephony objects operated by one agent at a time. See structure CfgPlace in section Configuration Data Types.


CFGAgentGroup

public static final CfgObjectType CFGAgentGroup
A group of agents. See structure CfgAgentGroup in section Configuration Data Types.


CFGPlaceGroup

public static final CfgObjectType CFGPlaceGroup
A group of places. See structure CfgPlaceGroup in section Configuration Data Types.


CFGTenant

public static final CfgObjectType CFGTenant
A business subscribed to one or more CTI services. See structure CfgTenant in section Configuration Data Types.


CFGService

public static final CfgObjectType CFGService
CTI functionality offered to tenants as a service. See structure CfgService in section Configuration Data Types.


CFGApplication

public static final CfgObjectType CFGApplication
An application that provides some of the CTI functions. See structure CfgApplication in section Configuration Data Types.


CFGHost

public static final CfgObjectType CFGHost
A computer where CTI software is loaded. See structure CfgHost in section Configuration Data Types.


CFGPhysicalSwitch

public static final CfgObjectType CFGPhysicalSwitch
A telephone office that contains and/or terminates telephone objects of one or more tenants. See structure CfgPhysicalSwitch in section Configuration Data Types.


CFGScript

public static final CfgObjectType CFGScript
A set of call treatments created within a service. See structure CfgScript in section Configuration Data Types.


CFGSkill

public static final CfgObjectType CFGSkill
Agent skill. See structure CfgSkill in section Configuration Data Types.


CFGActionCode

public static final CfgObjectType CFGActionCode
Action code. See structure CfgActionCode in section Configuration Data Types.


CFGAgentLogin

public static final CfgObjectType CFGAgentLogin
Agent identifier in a switching system. See structure CfgAgentLogin in section Configuration Data Types.


CFGTransaction

public static final CfgObjectType CFGTransaction
Customer-defined transaction associated with an object type. See structure CfgTransaction in section Configuration Data Types.


CFGDNGroup

public static final CfgObjectType CFGDNGroup
A group of DNs. See structure CfgDNGroup in section Configuration Data Types.


CFGStatDay

public static final CfgObjectType CFGStatDay
A statistical day. See structure CfgStatDay in section Configuration Data Types.


CFGStatTable

public static final CfgObjectType CFGStatTable
A statistical table. See structure CfgStatTable in section Configuration Data Types.


CFGAppPrototype

public static final CfgObjectType CFGAppPrototype
An application template that contains application-specific options and their default values where appropriate. See structure CfgAppPrototype in section Configuration Data Types.


CFGAccessGroup

public static final CfgObjectType CFGAccessGroup
A group of persons that have the same set of permissions with respect to Configuration Data objects. See structure CfgAccessGroup in section Access Control Functions and Data Types.


CFGFolder

public static final CfgObjectType CFGFolder
A logical entity that defines a certain object type under a particular parent object. See structure CfgFolder in section Access Control Functions and Data Types.


CFGField

public static final CfgObjectType CFGField
A basic subdivision of data record


CFGFormat

public static final CfgObjectType CFGFormat
Arrangement of fields within a document/database table


CFGTableAccess

public static final CfgObjectType CFGTableAccess
A logical entity that defines document access information


CFGCallingList

public static final CfgObjectType CFGCallingList
A calling list. See structure CfgCallingList in section Configuration Data Types.


CFGCampaign

public static final CfgObjectType CFGCampaign
Outbound campaign. See structure CfgCampaign in section Configuration Data Types.


CFGTreatment

public static final CfgObjectType CFGTreatment
A logical entity that defines further step(s) call processing based on call result.


CFGFilter

public static final CfgObjectType CFGFilter
A logical entity that allows to keep away all the staff that is not required from document the application uses.


CFGTimeZone

public static final CfgObjectType CFGTimeZone
A logical entity that gives the time difference between GMT and local time for both standard time and summertime (Daylight Savings Time).


CFGVoicePrompt

public static final CfgObjectType CFGVoicePrompt
A voice prompt.


CFGIVRPort

public static final CfgObjectType CFGIVRPort
A telephony object uniquely identified by its number within an IVR at which telephone calls may reside and be handled.


CFGIVR

public static final CfgObjectType CFGIVR
An aggregate of IVR ports within one IVR controlled through one IVR interface driver. See structure CfgIVR in section Configuration Data Types.


CFGAlarmCondition

public static final CfgObjectType CFGAlarmCondition
An alarm condition


CFGEnumerator

public static final CfgObjectType CFGEnumerator
An object representing Business Attribute entity which serves as a collection of Attribute Value (CFGEnumeratorValue) objects. See structure CfgEnumerator in section Configuration Data Types.


CFGEnumeratorValue

public static final CfgObjectType CFGEnumeratorValue
An object representing AttributeValue entity. See structure CfgEnumeratorValue in section Configuration Data Types.


CFGObjectiveTable

public static final CfgObjectType CFGObjectiveTable
An objective table. See structure CfgObjectiveTable in section Configuration Data Types.


CFGCampaignGroup

public static final CfgObjectType CFGCampaignGroup

CFGGVPReseller

public static final CfgObjectType CFGGVPReseller

CFGGVPCustomer

public static final CfgObjectType CFGGVPCustomer

CFGGVPIVRProfile

public static final CfgObjectType CFGGVPIVRProfile

CFGScheduledTask

public static final CfgObjectType CFGScheduledTask

CFGRole

public static final CfgObjectType CFGRole

CFGPersonLastLogin

public static final CfgObjectType CFGPersonLastLogin

CFGMaxObjectType

public static final CfgObjectType CFGMaxObjectType
A maximum value of this enumeration type.

Method Detail

values

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

Returns:
all enumeration values

valueOf

public static CfgObjectType 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 CfgObjectType 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.