|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|
IConfCache.retrieve(java.lang.Class<T> cls,
CfgObjectType type,
int dbid)
Retrieves a configuration object from the cache. |
|
|
DefaultConfCache.retrieve(java.lang.Class<T> cls,
CfgObjectType type,
int dbid)
Retrieves a configuration object from the cache using the cache's query engine. |
|
|
IConfCacheQueryEngine.retrieveObject(java.lang.Class<T> cls,
CfgObjectType type,
int dbid)
Retrieves an object using the specified parameters. |
|
|
DefaultConfCacheQueryEngine.retrieveObject(java.lang.Class<T> cls,
CfgObjectType type,
int dbid)
Retrieves an object using the specified parameters. |
|
|
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 |
---|
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 |
CfgObjectType |
CfgDescriptionAttributeReferenceLink.getObjectType()
|
Methods in com.genesyslab.platform.configuration.protocol.metadata with parameters of type CfgObjectType | ||
---|---|---|
|
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 |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |