Platform SDK Java 8.5 API Reference

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

Packages that use CfgObjectType
com.genesyslab.platform.applicationblocks.com   
com.genesyslab.platform.applicationblocks.com.cache   
com.genesyslab.platform.applicationblocks.com.objects   
com.genesyslab.platform.applicationblocks.com.queries   
com.genesyslab.platform.configuration.protocol.metadata   
com.genesyslab.platform.configuration.protocol.obj   
com.genesyslab.platform.configuration.protocol.types This package contains classes based on the Genesys GEnum class. 
com.genesyslab.platform.configuration.protocol.utilities   
 

Uses of CfgObjectType in com.genesyslab.platform.applicationblocks.com
 

Methods in com.genesyslab.platform.applicationblocks.com that return CfgObjectType
 CfgObjectType ICfgFilterBasedQuery.getCfgObjectType()
          The Configuration Server object type that the query corresponds to.
 CfgObjectType CfgXPathBasedQuery.getCfgObjectType()
          Gets configuration server object type.
 CfgObjectType CfgFilterBasedQuery.getCfgObjectType()
           
 CfgObjectType NotificationQuery.getObjectType()
          This property is used if the client wants to subscribe to all events happening with all objects of a the specific type.
 CfgObjectType ICfgObject.getObjectType()
          Get this configuration object type.
 CfgObjectType ConfigServerException.getObjectType()
          The type of configuration object this error applies to.
 CfgObjectType ConfEvent.getObjectType()
          The type of the object about which we're receiving the event.
 CfgObjectType CfgObject.getObjectType()
          Returns the configuration object type.
 

Methods in com.genesyslab.platform.applicationblocks.com with parameters of type CfgObjectType
 boolean IConfServicePolicy.getAttemptLinkResolutionThroughCache(CfgObjectType objectType)
          Determines whether link resolution should be attempted through the cache before querying the configuration server (link resolution refers to the automatic retrieval of configuration objects when certain properties are accessed).
 boolean CachingConfServicePolicy.getAttemptLinkResolutionThroughCache(CfgObjectType objectType)
          Determines whether link resolution should be attempted through the cache before querying the configuration server (link resolution refers to the automatic retrieval of configuration objects when certain properties are accessed).
protected  ICfgObject CfgBase.resolveLink(CfgObjectType objectType, int dbid)
           
 ICfgObject IConfService.retrieveObject(CfgObjectType objectType, int dbId)
          Retrieves an object based on its dbid and type query.
 ICfgObject ConfService.retrieveObject(CfgObjectType objectType, int dbId)
          Reads configuration object from server by object type and DBID.
 void NotificationQuery.setObjectType(CfgObjectType type)
          This property is used if the client wants to subscribe to all events happening with all objects of a the specific type.
 

Constructors in com.genesyslab.platform.applicationblocks.com with parameters of type CfgObjectType
CfgFilterBasedQuery(CfgObjectType objType)
          Creates a new instance of the class.
CfgFilterBasedQuery(CfgObjectType objectType, IConfService confService)
          Deprecated.  
ConfigServerException(CfgErrorType errType, CfgObjectType objType, CfgObjectProperty objProperty, java.lang.String message)
          Creates the exception class.
 

Uses of CfgObjectType in com.genesyslab.platform.applicationblocks.com.cache
 

Methods in com.genesyslab.platform.applicationblocks.com.cache that return CfgObjectType
 CfgObjectType ConfCacheFilter.getObjectType()
          The type of object regarding which events are to be sent to the subscriber.
 

Methods in com.genesyslab.platform.applicationblocks.com.cache with parameters of type CfgObjectType
 void IConfCache.remove(CfgObjectType type, int dbid)
          Removes the configuration object with the specified type and dbid from the cache.
 void DefaultConfCache.remove(CfgObjectType type, int dbid)
          Removes the configuration object with the specified type and dbid from the cache.
<T extends ICfgObject>
T
IConfCache.retrieve(java.lang.Class<T> cls, CfgObjectType type, int dbid)
          Retrieves a configuration object from the cache.
<T extends ICfgObject>
T
DefaultConfCache.retrieve(java.lang.Class<T> cls, CfgObjectType type, int dbid)
          Retrieves a configuration object from the cache using the cache's query engine.
<T extends ICfgObject>
T
IConfCacheQueryEngine.retrieveObject(java.lang.Class<T> cls, CfgObjectType type, int dbid)
          Retrieves an object using the specified parameters.
<T extends ICfgObject>
T
DefaultConfCacheQueryEngine.retrieveObject(java.lang.Class<T> cls, CfgObjectType type, int dbid)
          Retrieves an object using the specified parameters.
<T extends ICfgObject>
T
CompositeConfCacheQueryEngine.retrieveObject(java.lang.Class<T> cls, CfgObjectType type, int dbid)
          Looks for a query engine which returns a result using the parameters passed.
 void ConfCacheFilter.setObjectType(CfgObjectType value)
          The type of object regarding which events are to be sent to the subscriber.
 

Uses of CfgObjectType in com.genesyslab.platform.applicationblocks.com.objects
 

Fields in com.genesyslab.platform.applicationblocks.com.objects declared as CfgObjectType
static CfgObjectType CfgVoicePrompt.OBJECT_TYPE
           
static CfgObjectType CfgTreatment.OBJECT_TYPE
           
static CfgObjectType CfgTransaction.OBJECT_TYPE
           
static CfgObjectType CfgTimeZone.OBJECT_TYPE
           
static CfgObjectType CfgTenantBrief.OBJECT_TYPE
           
static CfgObjectType CfgTenant.OBJECT_TYPE
           
static CfgObjectType CfgTableAccess.OBJECT_TYPE
           
static CfgObjectType CfgSwitch.OBJECT_TYPE
           
static CfgObjectType CfgStatTable.OBJECT_TYPE
           
static CfgObjectType CfgStatDay.OBJECT_TYPE
           
static CfgObjectType CfgSkill.OBJECT_TYPE
           
static CfgObjectType CfgService.OBJECT_TYPE
           
static CfgObjectType CfgScript.OBJECT_TYPE
           
static CfgObjectType CfgScheduledTask.OBJECT_TYPE
           
static CfgObjectType CfgRole.OBJECT_TYPE
           
static CfgObjectType CfgPlaceGroup.OBJECT_TYPE
           
static CfgObjectType CfgPlace.OBJECT_TYPE
           
static CfgObjectType CfgPhysicalSwitch.OBJECT_TYPE
           
static CfgObjectType CfgPersonLastLogin.OBJECT_TYPE
           
static CfgObjectType CfgPersonBrief.OBJECT_TYPE
           
static CfgObjectType CfgPerson.OBJECT_TYPE
           
static CfgObjectType CfgObjectiveTable.OBJECT_TYPE
           
static CfgObjectType CfgIVRPort.OBJECT_TYPE
           
static CfgObjectType CfgIVR.OBJECT_TYPE
           
static CfgObjectType CfgHost.OBJECT_TYPE
           
static CfgObjectType CfgGVPReseller.OBJECT_TYPE
           
static CfgObjectType CfgGVPIVRProfile.OBJECT_TYPE
           
static CfgObjectType CfgGVPCustomer.OBJECT_TYPE
           
static CfgObjectType CfgFormat.OBJECT_TYPE
           
static CfgObjectType CfgFolder.OBJECT_TYPE
           
static CfgObjectType CfgFilter.OBJECT_TYPE
           
static CfgObjectType CfgField.OBJECT_TYPE
           
static CfgObjectType CfgEnumeratorValue.OBJECT_TYPE
           
static CfgObjectType CfgEnumerator.OBJECT_TYPE
           
static CfgObjectType CfgDNGroup.OBJECT_TYPE
           
static CfgObjectType CfgDN.OBJECT_TYPE
           
static CfgObjectType CfgCampaignGroup.OBJECT_TYPE
           
static CfgObjectType CfgCampaign.OBJECT_TYPE
           
static CfgObjectType CfgCallingList.OBJECT_TYPE
           
static CfgObjectType CfgApplication.OBJECT_TYPE
           
static CfgObjectType CfgAppPrototype.OBJECT_TYPE
           
static CfgObjectType CfgAlarmCondition.OBJECT_TYPE
           
static CfgObjectType CfgAgentLogin.OBJECT_TYPE
           
static CfgObjectType CfgAgentGroup.OBJECT_TYPE
           
static CfgObjectType CfgActionCode.OBJECT_TYPE
           
static CfgObjectType CfgAccessGroupBrief.OBJECT_TYPE
           
static CfgObjectType CfgAccessGroup.OBJECT_TYPE
           
 

Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgObjectType
 CfgObjectType CfgDeltaCampaignGroup.getGroupType()
          

A group type.

 CfgObjectType CfgCampaignGroupInfo.getGroupType()
           
 CfgObjectType CfgCampaignGroup.getGroupType()
          

A group type.

 CfgObjectType CfgRoleMember.getObjectType()
          Type of the object referred by this role member.
 CfgObjectType CfgObjectResource.getObjectType()
          Type of the object referred by this resource.
 CfgObjectType CfgResourceID.getType()
           
 CfgObjectType CfgOwnerID.getType()
           
 CfgObjectType CfgObjectID.getType()
           
 CfgObjectType CfgMemberID.getType()
           
 CfgObjectType CfgID.getType()
          An object's type.
 CfgObjectType CfgFolder.getType()
          Type of the objects this folder may contain.
 CfgObjectType CfgDeltaFolder.getType()
          Type of the objects this folder may contain.
 CfgObjectType CfgACLID.getType()
           
 CfgObjectType CfgACEID.getType()
           
 

Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgObjectType
 void CfgCampaignGroupInfo.setGroupType(CfgObjectType value)
           
 void CfgCampaignGroup.setGroupType(CfgObjectType value)
          

A group type.

 void CfgRoleMember.setObjectType(CfgObjectType value)
          Type of the object referred by this role member.
 void CfgObjectResource.setObjectType(CfgObjectType value)
          Type of the object referred by this resource.
 void CfgResourceID.setType(CfgObjectType value)
           
 void CfgOwnerID.setType(CfgObjectType value)
           
 void CfgObjectID.setType(CfgObjectType value)
           
 void CfgID.setType(CfgObjectType value)
          An object's type.
 void CfgFolder.setType(CfgObjectType value)
          Type of the objects this folder may contain.
 void CfgACLID.setType(CfgObjectType value)
           
 void CfgACEID.setType(CfgObjectType value)
           
 void CfgApplication.updateLogonAs(CfgObjectType accountType, int accountDbid)
          Updates "Logon As" account for this application.
 

Uses of CfgObjectType in com.genesyslab.platform.applicationblocks.com.queries
 

Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgObjectType
 CfgObjectType CfgApplicationQuery.getAccountType()
          Type of the object that may be used as an account for a daemon application (see CfgObjectType ).
 

Methods in com.genesyslab.platform.applicationblocks.com.queries with parameters of type CfgObjectType
 void CfgApplicationQuery.setAccountType(CfgObjectType value)
          Type of the object that may be used as an account for a daemon application (see CfgObjectType ).
 

Uses of CfgObjectType in com.genesyslab.platform.configuration.protocol.metadata
 

Methods in com.genesyslab.platform.configuration.protocol.metadata that return CfgObjectType
 CfgObjectType CfgDescriptionObject.getCfgEnum()
          Gets corresponding value from CfgObjectType enum for a particular CfgDescriptionObject descriptive class' instance.
 CfgObjectType CfgDescriptionAttributeReferenceLink.getObjectType()
           
 

Methods in com.genesyslab.platform.configuration.protocol.metadata with parameters of type CfgObjectType
<T extends CfgDescriptionObject>
T
CfgMetadata.getObject(java.lang.Class<T> clazz, CfgObjectType objectType)
          Gets a descriptive class for either configuration object or delta object (depending on value of generic parameter T) using enum value as the criteria.
 

Uses of CfgObjectType in com.genesyslab.platform.configuration.protocol.obj
 

Methods in com.genesyslab.platform.configuration.protocol.obj that return CfgObjectType
 CfgObjectType ConfObject.getObjectType()
          Returns type of the configuration object.
 

Constructors in com.genesyslab.platform.configuration.protocol.obj with parameters of type CfgObjectType
ConfObject(CfgMetadata metadata, CfgObjectType objType)
          Constructor for creation of uninitialized object of particular type.
ConfObjectDelta(CfgMetadata metadata, CfgObjectType objType)
          Constructor for creation of uninitialized delta object container of particular type.
 

Uses of CfgObjectType in com.genesyslab.platform.configuration.protocol.types
 

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

Methods in com.genesyslab.platform.configuration.protocol.types that return CfgObjectType
static CfgObjectType CfgObjectType.valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static CfgObjectType CfgObjectType.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 CfgObjectType
static java.util.Collection<CfgObjectType> CfgObjectType.values()
          Returns all values of the enumeration.
 

Uses of CfgObjectType in com.genesyslab.platform.configuration.protocol.utilities
 

Methods in com.genesyslab.platform.configuration.protocol.utilities that return CfgObjectType
 CfgObjectType CfgErrorCode.getObjectType()
           
 


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.