Package | Description |
---|---|
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 |
Modifier and Type | Method | Description |
---|---|---|
CfgObjectType |
CfgFilterBasedQuery.getCfgObjectType() |
|
CfgObjectType |
CfgXPathBasedQuery.getCfgObjectType() |
Gets configuration server object type.
|
CfgObjectType |
ICfgFilterBasedQuery.getCfgObjectType() |
The Configuration Server object type that the query corresponds to.
|
CfgObjectType |
CfgObject.getObjectType() |
Returns the configuration object type.
|
CfgObjectType |
ConfEvent.getObjectType() |
The type of the object about which we're receiving the event.
|
CfgObjectType |
ConfigServerException.getObjectType() |
The type of configuration object this error applies to.
|
CfgObjectType |
ICfgObject.getObjectType() |
Get this configuration object type.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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).
|
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).
|
protected ICfgObject |
CfgBase.resolveLink(CfgObjectType objectType,
int dbid) |
|
ICfgObject |
ConfService.retrieveObject(CfgObjectType objectType,
int dbId) |
Reads configuration object from server by object type and DBID.
|
ICfgObject |
IConfService.retrieveObject(CfgObjectType objectType,
int dbId) |
Retrieves an object based on its dbid and type query.
|
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.
|
Constructor | Description |
---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
CfgObjectType |
ConfCacheFilter.getObjectType() |
The type of object regarding which events
are to be sent to the subscriber.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DefaultConfCache.remove(CfgObjectType type,
int dbid) |
Removes the configuration object with the specified type and dbid
from the cache.
|
void |
IConfCache.remove(CfgObjectType type,
int dbid) |
Removes the configuration object with the specified type and dbid
from the cache.
|
<T extends ICfgObject> |
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> |
IConfCache.retrieve(java.lang.Class<T> cls,
CfgObjectType type,
int dbid) |
Retrieves a configuration object from the cache.
|
<T extends ICfgObject> |
CompositeConfCacheQueryEngine.retrieveObject(java.lang.Class<T> cls,
CfgObjectType type,
int dbid) |
Looks for a query engine which returns a result using the parameters
passed.
|
<T extends ICfgObject> |
DefaultConfCacheQueryEngine.retrieveObject(java.lang.Class<T> cls,
CfgObjectType type,
int dbid) |
Retrieves an object using the specified parameters.
|
<T extends ICfgObject> |
IConfCacheQueryEngine.retrieveObject(java.lang.Class<T> cls,
CfgObjectType type,
int dbid) |
Retrieves an object using the specified parameters.
|
void |
ConfCacheFilter.setObjectType(CfgObjectType value) |
The type of object regarding which events
are to be sent to the subscriber.
|
Modifier and Type | Method | Description |
---|---|---|
CfgObjectType |
CfgCampaignGroup.getGroupType() |
A group type.
|
CfgObjectType |
CfgCampaignGroupInfo.getGroupType() |
|
CfgObjectType |
CfgDeltaCampaignGroup.getGroupType() |
A group type.
|
CfgObjectType |
CfgObjectResource.getObjectType() |
Type of the object referred by this resource.
|
CfgObjectType |
CfgRoleMember.getObjectType() |
Type of the object referred by this role member.
|
CfgObjectType |
CfgACEID.getType() |
|
CfgObjectType |
CfgACLID.getType() |
|
CfgObjectType |
CfgDeltaFolder.getType() |
Type of the objects this folder may
contain.
|
CfgObjectType |
CfgFolder.getType() |
Type of the objects this folder may
contain.
|
CfgObjectType |
CfgID.getType() |
An object's type.
|
CfgObjectType |
CfgMemberID.getType() |
|
CfgObjectType |
CfgObjectID.getType() |
|
CfgObjectType |
CfgOwnerID.getType() |
|
CfgObjectType |
CfgResourceID.getType() |
Modifier and Type | Method | Description |
---|---|---|
void |
CfgCampaignGroup.setGroupType(CfgObjectType value) |
A group type.
|
void |
CfgCampaignGroupInfo.setGroupType(CfgObjectType value) |
|
void |
CfgObjectResource.setObjectType(CfgObjectType value) |
Type of the object referred by this resource.
|
void |
CfgRoleMember.setObjectType(CfgObjectType value) |
Type of the object referred by this role member.
|
void |
CfgACEID.setType(CfgObjectType value) |
|
void |
CfgACLID.setType(CfgObjectType value) |
|
void |
CfgFolder.setType(CfgObjectType value) |
Type of the objects this folder may
contain.
|
void |
CfgID.setType(CfgObjectType value) |
An object's type.
|
void |
CfgObjectID.setType(CfgObjectType value) |
|
void |
CfgOwnerID.setType(CfgObjectType value) |
|
void |
CfgResourceID.setType(CfgObjectType value) |
|
void |
CfgApplication.updateLogonAs(CfgObjectType accountType,
int accountDbid) |
Updates "Logon As" account for this application.
|
Modifier and Type | Method | Description |
---|---|---|
CfgObjectType |
CfgApplicationQuery.getAccountType() |
Type of the object that may be used as an account for a daemon application
(see
CfgObjectType
).
|
Modifier and Type | Method | Description |
---|---|---|
void |
CfgApplicationQuery.setAccountType(CfgObjectType value) |
Type of the object that may be used as an account for a daemon application
(see
CfgObjectType
).
|
Modifier and Type | Method | Description |
---|---|---|
CfgObjectType |
CfgDescriptionObject.getCfgEnum() |
Gets corresponding value from
CfgObjectType enum
for a particular |
CfgObjectType |
CfgDescriptionAttributeReferenceLink.getObjectType() |
Modifier and Type | Method | Description |
---|---|---|
<T extends CfgDescriptionObject> |
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
|
Modifier and Type | Method | Description |
---|---|---|
CfgObjectType |
ConfObject.getObjectType() |
Returns type of the configuration object.
|
Constructor | Description |
---|---|
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.
|
Modifier and Type | Field | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.Collection<CfgObjectType> |
CfgObjectType.values() |
Returns all values of the enumeration.
|
Modifier and Type | Method | Description |
---|---|---|
CfgObjectType |
CfgErrorCode.getObjectType() |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.