Package | Description |
---|---|
com.genesyslab.platform.applicationblocks.com | |
com.genesyslab.platform.applicationblocks.com.cache | |
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.apptemplate.application |
This package provides helper components for connectivity with Genesys Configuration Framework.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
AsyncRequestResult<T extends ICfgObject> |
A AsyncRequestResult as an extension of Future represents
the result of an asynchronous read operation of configuration data.
|
class |
CfgFilterBasedQuery<TT extends ICfgObject> |
A general class that can hold arbitrary values of filter keys and values.
It contains a collection of filter key-value pairs. |
class |
CfgQuery<TT extends ICfgObject> |
The base class for all types of Configuration Server queries.
|
class |
CfgXPathBasedQuery<TT extends ICfgObject> |
This class represents a very special query type for configuration server objects read request.
|
interface |
ICfgFilterBasedQuery<TT extends ICfgObject> |
Each filter-based query object should implement this general interface.
|
interface |
ICfgQuery<TT extends ICfgObject> |
The base interface for all queries.
|
interface |
ICfgQueryObjectClass<TT extends ICfgObject> |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ICfgBriefInfo |
The base interface for all Configuration Server brief info structures.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CfgBriefInfo |
The base class for all Configuration Server brief info structures.
|
class |
CfgDelta |
This is a base class for all Configuration Server delta objects.
|
class |
CfgObject |
This is a base class for all standalone Configuration Server objects.
|
Modifier and Type | Method | Description |
---|---|---|
<T extends ICfgObject> |
CfgQuery.beginExecute(java.lang.Class<T> clazz,
Action<AsyncRequestResult<T>> callback,
java.lang.Object state) |
|
<T extends ICfgObject> |
ICfgQuery.beginExecute(java.lang.Class<T> clazz,
Action<AsyncRequestResult<T>> callback,
java.lang.Object state) |
Deprecated.
|
<T extends ICfgObject> |
ConfService.beginRetrieveMultipleObjects(java.lang.Class<T> cls,
ICfgQuery query,
Action<AsyncRequestResult<T>> finishCallback) |
Starts reading of configuration objects collection from server.
|
<T extends ICfgObject> |
ConfService.beginRetrieveMultipleObjects(java.lang.Class<T> cls,
ICfgQuery query,
Action<java.util.Collection<T>> dataCallback,
Action<AsyncRequestResult<T>> finishCallback) |
Starts reading of configuration objects collection from server.
|
<T extends ICfgObject> |
ConfService.beginRetrieveMultipleObjects(java.lang.Class<T> cls,
ICfgQuery query,
Action<java.util.Collection<T>> dataCallback,
Action<AsyncRequestResult<T>> finishCallback,
long timeout) |
Starts reading of configuration objects collection from server.
|
<T extends ICfgObject> |
IConfService.beginRetrieveMultipleObjects(java.lang.Class<T> cls,
ICfgQuery query,
Action<AsyncRequestResult<T>> finishCallback) |
Begins to asynchronously retrieve a list of objects based on the specified query.
|
<T extends ICfgObject> |
IConfService.beginRetrieveMultipleObjects(java.lang.Class<T> cls,
ICfgQuery query,
Action<java.util.Collection<T>> dataCallback,
Action<AsyncRequestResult<T>> finishCallback) |
Begins to asynchronously retrieve a list of objects based on the specified query.
|
<T extends ICfgObject> |
IConfService.beginRetrieveMultipleObjects(java.lang.Class<T> cls,
ICfgQuery query,
Action<java.util.Collection<T>> dataCallback,
Action<AsyncRequestResult<T>> finishCallback,
long timeout) |
Starts reading of configuration objects collection from server.
|
<T extends ICfgObject> |
ConfService.createMultipleObjects(ConfDataCollection<? extends ConfObjectBase> confObjects,
java.lang.String[] objectsPaths,
int[] foldersDbids) |
Wraps a single configuration structure with COM configuration object using the passed parameters.
|
<T extends ICfgObject> |
IConfService.createMultipleObjects(ConfDataCollection<? extends ConfObjectBase> confObjects,
java.lang.String[] objectsPaths,
int[] foldersDbids) |
Creates collection of COM configuration objects using the passed parameters.
|
<T extends ICfgObject> |
ConfService.createMultipleObjectsFromXML(org.w3c.dom.NodeList confObjects,
java.lang.String[] objectsPaths,
int[] foldersDbids) |
Creates a list of COM configuration objects using the passed parameters.
|
<T extends ICfgObject> |
ConfService.createMultipleObjectsFromXML(org.w3c.dom.Node confObjectsContainer,
java.lang.String[] objectsPaths,
int[] foldersDbids) |
Creates a list of COM configuration objects using the passed parameters.
|
<T extends ICfgObject> |
IConfService.createMultipleObjectsFromXML(org.w3c.dom.Node receivedObjects) |
Creates a list of configuration objects based on XML received from Configuration Server
|
<T extends ICfgObject> |
IConfService.createMultipleObjectsFromXML(org.w3c.dom.Node receivedObjects,
java.lang.String[] objectPaths,
int[] folderDbids) |
Creates a list of configuration objects based on XML received from Configuration Server.
|
<T extends ICfgObject> |
CfgQuery.endExecute(AsyncRequestResult<T> asyncResult) |
|
<T extends ICfgObject> |
ICfgQuery.endExecute(AsyncRequestResult<T> asyncResult) |
Deprecated.
|
<T extends ICfgObject> |
ConfService.endRetrieveMultipleObjects(AsyncRequestResult<T> rqResult) |
Waits until asynchronous reading operation done and return requested data.
|
<T extends ICfgObject> |
IConfService.endRetrieveMultipleObjects(AsyncRequestResult<T> asyncResult) |
Called to retrieve the result of asynchronous RetrieveMultipleObjects operation.
|
<T extends ICfgObject> |
CfgQuery.execute(java.lang.Class<T> clazz) |
|
<T extends ICfgObject> |
ICfgQuery.execute(java.lang.Class<T> clazz) |
Deprecated.
|
<T extends ICfgObject> |
CfgQuery.executeSingleResult(java.lang.Class<T> clazz) |
Deprecated.
|
<T extends ICfgObject> |
ICfgQuery.executeSingleResult(java.lang.Class<T> clazz) |
Deprecated.
|
<T extends ICfgObject> |
CfgFilterBasedQuery.getCfgObjectClass() |
Deprecated.
|
<T extends ICfgObject> |
ConfService.retrieveMultipleObjects(java.lang.Class<T> cls,
ICfgQuery query) |
Reads collection of configuration objects from server.
|
<T extends ICfgObject> |
ConfService.retrieveMultipleObjects(java.lang.Class<T> cls,
ICfgQuery query,
long timeout) |
Retrieves a list of typed objects based on the specified query.
|
<T extends ICfgObject> |
IConfService.retrieveMultipleObjects(java.lang.Class<T> cls,
ICfgQuery query) |
Retrieves a list of typed objects based on the specified query.
|
<T extends ICfgObject> |
IConfService.retrieveMultipleObjects(java.lang.Class<T> cls,
ICfgQuery query,
long timeout) |
Retrieves a list of typed objects based on the specified query.
|
<T extends ICfgObject> |
ConfService.retrieveObject(ICfgQuery<T> query) |
Retrieves an object based on the specified query.
|
<T extends ICfgObject> |
ConfService.retrieveObject(java.lang.Class<T> cls,
ICfgQuery query) |
Reads configuration object from server.
|
protected <T extends ICfgObject> |
ConfService.retrieveObject(T confObj,
ICfgQuery query) |
Deprecated.
|
protected <T extends ICfgObject> |
ConfService.retrieveObject(T confObj,
ICfgQuery query,
boolean isBriefInfo) |
Reads or refreshes configuration object from server.
|
<T extends ICfgObject> |
IConfService.retrieveObject(ICfgQuery<T> query) |
Retrieves an object based on the specified query.
|
<T extends ICfgObject> |
IConfService.retrieveObject(java.lang.Class<T> cls,
ICfgQuery query) |
Retrieves a typed object based on the specified query.
|
Modifier and Type | Method | Description |
---|---|---|
ICfgObject |
ConfService.createObject(ConfObjectBase confObject,
boolean isSaved) |
Wraps a single configuration structure with COM configuration object using the passed parameters.
|
ICfgObject |
ConfService.createObject(ConfObjectBase confObject,
java.lang.String objectPath,
int folderDbid,
boolean isSaved) |
|
ICfgObject |
IConfService.createObject(ConfObjectBase confObject,
boolean isSaved) |
Creates a single COM configuration object using the passed parameters.
|
ICfgObject |
IConfService.createObject(ConfObjectBase confObject,
java.lang.String objectPath,
int folderDbid,
boolean isSaved) |
Wraps a single configuration structure with COM configuration object using the passed parameters.
|
ICfgObject |
ConfService.createObjectFromXML(org.w3c.dom.Node confObject,
boolean isSaved) |
Creates a single COM configuration object using the passed parameters.
|
ICfgObject |
ConfService.createObjectFromXML(org.w3c.dom.Node confObject,
java.lang.String objectPath,
int folderDbid,
boolean isSaved) |
Creates a single COM configuration object using the passed parameters.
|
ICfgObject |
IConfService.createObjectFromXML(org.w3c.dom.Node confObject,
boolean isSaved) |
Creates a single COM configuration object using the passed parameters.
|
ICfgObject |
IConfService.createObjectFromXML(org.w3c.dom.Node confObject,
java.lang.String objectPath,
int folderDbid,
boolean isSaved) |
Creates a single COM configuration object using the passed parameters.
|
ICfgObject |
CfgQuery.executeSingleResult() |
Executes a query the result of which is a single object of the specified type.
|
ICfgObject |
ConfEvent.getCfgObject() |
Attached configuration information.
|
protected ICfgObject |
CfgBase.getParent() |
Used to retrieve reference to the parent of the current configuration object structure.
|
protected ICfgObject |
CfgBriefInfo.getParent() |
Brief Info structures do not have "parent" containers.
|
ICfgObject |
CfgStructure.getParent() |
Returns the structure's parent object.
|
ICfgObject |
ICfgStructure.getParent() |
Returns the structure's parent object.
|
protected ICfgObject |
CfgBase.resolveLink(CfgObjectType objectType,
int dbid) |
|
ICfgObject |
CfgBriefInfo.retrieveObject() |
Read "full" version of the configuration object from the server.
|
ICfgObject |
CfgDelta.retrieveObject() |
Read configuration object from server.
|
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.
|
ICfgObject |
PermissionDescriptor.retrieveObject(IConfService service) |
Deprecated.
Retrieves an instance of the object specified by the dbid and object type
properties of this object.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Collection<ICfgObject> |
ConfService.createMultipleObjects(ConfObjectsCollection confObjects) |
Creates collection of COM configuration objects using the passed parameters.
|
java.util.Collection<ICfgObject> |
IConfService.createMultipleObjects(ConfObjectsCollection confObjects) |
Creates collection of COM configuration objects using the passed parameters.
|
java.util.Collection<ICfgObject> |
ConfService.createMultipleObjectsFromXML(org.w3c.dom.Node confObjectsContainer) |
Creates a list of configuration objects based on XML received
from Configuration Server.
Usage sample:
|
java.util.Collection<ICfgObject> |
ConfService.createMultipleObjectsFromXML(org.w3c.dom.NodeList confObjects) |
Creates a list of configuration objects based on XML received from
Configuration Server.
|
java.util.Collection<? extends ICfgObject> |
CfgQuery.execute() |
Executes the query and returns a list of objects read from the configuration server.
|
Modifier and Type | Method | Description |
---|---|---|
protected boolean |
ConfService.addObjectOnRetrieve(ICfgObject object) |
|
void |
ConfService.deleteObject(ICfgObject cfgObject) |
Deletes configuration object from the Configuration Server.
|
void |
IConfService.deleteObject(ICfgObject cfgObject) |
Deletes the specified object.
|
boolean |
CachingConfServicePolicy.getCacheOnRetrieve(ICfgObject obj) |
Determines whether the specified object should be cached upon being
retrieved from the configuration server.
|
boolean |
IConfServicePolicy.getCacheOnRetrieve(ICfgObject obj) |
Determines whether the specified object should be cached upon being
retrieved from the configuration server.
|
boolean |
CachingConfServicePolicy.getCacheOnSave(ICfgObject obj) |
Determines whether the specified object should be cached upon being
saved in the configuration server.
|
boolean |
IConfServicePolicy.getCacheOnSave(ICfgObject obj) |
Determines whether the specified object should be cached upon being
saved in the configuration server.
|
boolean |
CachingConfServicePolicy.getOverwriteCachedVersionOnRetrieve(ICfgObject newObj) |
Determines whether an existing cached object should be overwritten
if a newer copy is retrieved from configuration server.
|
boolean |
IConfServicePolicy.getOverwriteCachedVersionOnRetrieve(ICfgObject newObj) |
Determines whether an existing cached object should be overwritten
if a newer copy is retrieved from configuration server.
|
protected void |
CfgBase.initStruct(ConfObjectBase confObjectData,
ICfgObject parent) |
|
void |
ConfService.refreshObject(ICfgObject cfgObject) |
Reloads configuration object data from the Configuration Server.
|
void |
IConfService.refreshObject(ICfgObject cfgObject) |
Refreshes the specified object with the latest information.
|
void |
ConfService.saveObject(ICfgObject cfgObject) |
Saves local object modifications to the configuration server or
create new one if it has been created locally.
|
void |
IConfService.saveObject(ICfgObject cfgObject) |
Updates the specified object.
|
Subscription |
ConfService.subscribe(ICfgObject obj) |
Subscribes to receiving notifications from Configuration Server.
|
Subscription |
IConfService.subscribe(ICfgObject obj) |
Subscribes to receiving notifications.
|
Constructor | Description |
---|---|
CfgBase(IConfService confService,
ConfObjectBase confObjectData,
boolean isSaved,
ICfgObject parent) |
This constructor is used from particular wrapping objects and structures
for data initialization from external DOM structure.
|
CfgStructure(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
Main constructor designed for usage from generated classes in deserializing constructors.
|
CfgStructure(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
Main constructor designed for usage from generated classes in deserializing constructors.
|
Modifier and Type | Method | Description |
---|---|---|
<T extends ICfgObject> |
DefaultConfCache.retrieve(java.lang.Class<T> cls,
ICfgQuery query) |
Retrieves a configuration object from the cache using the cache's
query engine.
|
<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> |
DefaultConfCacheStorage.retrieve(java.lang.Class<T> cls) |
Retrieves a list of all objects in the storage.
|
<T extends ICfgObject> |
DefaultConfCacheStorage.retrieve(java.lang.Class<T> cls,
java.lang.Object helper) |
Retrieves a list of objects in storage utilizing a "helper"
parameter.
|
<T extends ICfgObject> |
IConfCache.retrieve(java.lang.Class<T> cls,
ICfgQuery query) |
Retrieves a configuration object from the cache.
|
<T extends ICfgObject> |
IConfCache.retrieve(java.lang.Class<T> cls,
CfgObjectType type,
int dbid) |
Retrieves a configuration object from the cache.
|
<T extends ICfgObject> |
IConfCacheStorage.retrieve(java.lang.Class<T> cls) |
Retrieves a list of all objects in the storage.
|
<T extends ICfgObject> |
IConfCacheStorage.retrieve(java.lang.Class<T> cls,
java.lang.Object helper) |
Retrieves a list of objects in storage utilizing a "helper" parameter.
|
<T extends ICfgObject> |
DefaultConfCache.retrieveMultiple(java.lang.Class<T> cls) |
Retrieves an enumerable list of all configuration objects in the storage.
|
<T extends ICfgObject> |
DefaultConfCache.retrieveMultiple(java.lang.Class<T> cls,
ICfgQuery query) |
Retrieves an enumerable list of objects from the cache using the cache's query engine.
|
<T extends ICfgObject> |
IConfCache.retrieveMultiple(java.lang.Class<T> cls) |
Retrieves an enumerable list of objects from the cache.
|
<T extends ICfgObject> |
IConfCache.retrieveMultiple(java.lang.Class<T> cls,
ICfgQuery query) |
Retrieves an enumerable list of objects from the cache.
|
<T extends ICfgObject> |
CompositeConfCacheQueryEngine.retrieveMultipleObjects(java.lang.Class<T> cls,
ICfgQuery query) |
Looks for a query engine which is capable of executing the
specified query, and if found, uses it to retrieve a
list of objects based on that query.
|
<T extends ICfgObject> |
DefaultConfCacheQueryEngine.retrieveMultipleObjects(java.lang.Class<T> cls,
ICfgQuery query) |
This method is from IConfCacheQueryEngine interface.
|
<T extends ICfgObject> |
IConfCacheQueryEngine.retrieveMultipleObjects(java.lang.Class<T> cls,
ICfgQuery query) |
Retrieves a collection of objects based on the specified query.
|
<T extends ICfgObject> |
CompositeConfCacheQueryEngine.retrieveObject(java.lang.Class<T> cls,
ICfgQuery query) |
Looks for a query engine which is capable of executing the
specified query, and if found, uses it to retrieve an
object based on that query.
|
<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,
ICfgQuery query) |
Retrieves an object based on the specified query.
|
<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,
ICfgQuery query) |
Retrieves an object based on the specified query.
|
<T extends ICfgObject> |
IConfCacheQueryEngine.retrieveObject(java.lang.Class<T> cls,
CfgObjectType type,
int dbid) |
Retrieves an object using the specified parameters.
|
Modifier and Type | Method | Description |
---|---|---|
ICfgObject |
ConfCacheEvent.getConfObject() |
Returns the configuration object affected by the cache update.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DefaultConfCache.add(ICfgObject obj) |
Adds a new configuration object to the cache.
|
void |
DefaultConfCacheStorage.add(ICfgObject obj) |
Adds the specified object into the cache.
|
void |
IConfCache.add(ICfgObject obj) |
Adds a new configuration object to the cache.
|
void |
IConfCacheStorage.add(ICfgObject obj) |
Adds the configuration object to the storage.
|
boolean |
DefaultConfCache.contains(ICfgObject obj) |
Determines whether the cache contains the specified object.
|
boolean |
IConfCache.contains(ICfgObject obj) |
Determines whether the cache contains the specified object.
|
boolean |
DefaultConfCachePolicy.getCacheOnCreate(ICfgObject obj) |
Determines if the passed object should be stored in the cache
upon receiving notification of its creation in the configuration server.
|
boolean |
IConfCachePolicy.getCacheOnCreate(ICfgObject obj) |
Determines if the passed object should be stored in the cache
upon receiving notification of its creation in the configuration server.
|
boolean |
DefaultConfCachePolicy.getRemoveOnDelete(ICfgObject obj) |
Determines if the passed object should be deleted from the cache if it
is deleted from the configuration server.
|
boolean |
IConfCachePolicy.getRemoveOnDelete(ICfgObject obj) |
Determines if the passed object should be deleted from the cache if it
is deleted from the configuration server.
|
boolean |
DefaultConfCachePolicy.getTrackUpdates(ICfgObject obj) |
Determines if the passed object's state should be synchronized
with the configuration server upon receiving an update.
|
boolean |
IConfCachePolicy.getTrackUpdates(ICfgObject obj) |
Determines if the passed object's state should be synchronized
with the configuration server upon receiving an update.
|
void |
DefaultConfCache.remove(ICfgObject obj) |
Removes the specified configuration object from the cache.
|
boolean |
DefaultConfCacheStorage.remove(ICfgObject obj) |
Removes the specified configuration object from the storage.
|
void |
IConfCache.remove(ICfgObject obj) |
Removes the specified configuration object from the cache.
|
boolean |
IConfCacheStorage.remove(ICfgObject obj) |
Removes the specified configuration object from the storage.
|
void |
DefaultConfCache.update(ICfgObject obj) |
Overwrites a configuration object which already exists in the cache
with a new copy.
|
void |
DefaultConfCacheStorage.update(ICfgObject obj) |
Updates an existing configuration object in the storage
with the passed copy.
|
void |
IConfCache.update(ICfgObject obj) |
Overwrites a configuration object which already exists in the cache
with a new copy.
|
void |
IConfCacheStorage.update(ICfgObject obj) |
Updates an existing configuration object in the storage
with the passed copy.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CfgAccessGroup |
Access Groups are groups of Persons who need to have the same set of permissions with respect to Configuration Database objects
|
class |
CfgAccessGroupBrief |
|
class |
CfgActionCode |
Action coding enables agents to report the business results of customer
interactions, as well as to explain the reasons for certain operations.
|
class |
CfgAgentGroup |
Groups of Agents are typically set up to provide particular sets of
contact center services.
|
class |
CfgAgentLogin |
Agent Logins are unique codes defined within a Switch and assigned to
agents.
|
class |
CfgAlarmCondition |
Alarm Conditions specify events that you might want to know
about and manage as soon as they occur.
|
class |
CfgApplication |
Applications are the various Genesys software programs that serve a
contact center.
|
class |
CfgAppPrototype |
An application prototype.
|
class |
CfgCallingList |
Calling Lists are references to tables of information about the numbers
to call during an outbound campaign.
|
class |
CfgCampaign |
Campaigns are structures for organizing and managing an automated
process of making outbound calls to the destinations specified in Calling Lists.
|
class |
CfgCampaignGroup |
CfgCampaignGroup objects contain information about Campaign
groups. |
class |
CfgDeltaAccessGroup |
The changes to make to a
CfgAccessGroup
object. |
class |
CfgDeltaActionCode |
The changes to make to a
CfgActionCode
object. |
class |
CfgDeltaAgentGroup |
The changes to make to a
CfgAgentGroup
object. |
class |
CfgDeltaAgentInfo |
The changes to make to a
CfgAgentInfo
object. |
class |
CfgDeltaAgentLogin |
The changes to make to a
CfgAgentLogin
object. |
class |
CfgDeltaAlarmCondition |
The changes to make to a
CfgAlarmCondition
object. |
class |
CfgDeltaApplication |
The changes to make to a
CfgApplication
object. |
class |
CfgDeltaAppPrototype |
The changes to make to a
CfgAppPrototype
object. |
class |
CfgDeltaCallingList |
CfgDeltaCallingList is applicable for
Configuration Library/Server release 5.1.5xx and later. |
class |
CfgDeltaCampaign |
CfgDeltaCampaign is applicable for
Configuration Library/Server release 5.1.5xx and later. |
class |
CfgDeltaCampaignGroup |
CfgDeltaCampaignGroup is applicable for
Configuration Library/Server release 7.5 and later. |
class |
CfgDeltaDN |
The changes to make to a
CfgDN
object. |
class |
CfgDeltaDNGroup |
The changes to make to a
CfgDNGroup
object. |
class |
CfgDeltaEnumerator |
The changes to make to a
CfgEnumerator
object. |
class |
CfgDeltaEnumeratorValue |
The changes to make to a
CfgEnumeratorValue
object. |
class |
CfgDeltaField |
The
CfgDeltaField is applicable for Configuration
Library/Server release 5.1.5xx and later. |
class |
CfgDeltaFilter |
CfgDeltaFilter is applicable for Configuration
Library/Server release 5.1.5xx and later. |
class |
CfgDeltaFolder |
The changes to make to a
CfgFolder
object. |
class |
CfgDeltaFormat |
The
CfgDeltaFormat is applicable for Configuration
Library/Server release 5.1.5xx and later. |
class |
CfgDeltaGroup |
The changes to make to a
CfgGroup
object. |
class |
CfgDeltaGVPCustomer |
This object is obsolete and no longer in use
|
class |
CfgDeltaGVPIVRProfile |
The changes to make to a
CfgGVPIVRProfile
object. |
class |
CfgDeltaGVPReseller |
This object is obsolete and no longer in use.
|
class |
CfgDeltaHost |
The changes to make to a
CfgHost
object. |
class |
CfgDeltaIVR |
The changes to make to a
CfgIVR
object. |
class |
CfgDeltaIVRPort |
The changes to make to a
CfgIVRPort
object. |
class |
CfgDeltaObjectiveTable |
The changes to make to a
CfgObjectiveTable
object. |
class |
CfgDeltaPerson |
The changes to make to a
CfgPerson
object. |
class |
CfgDeltaPersonLastLogin |
|
class |
CfgDeltaPhysicalSwitch |
The changes to make to a
CfgPhysicalSwitch
object. |
class |
CfgDeltaPlace |
The changes to make to a
CfgPlace
object. |
class |
CfgDeltaPlaceGroup |
The changes to make to a
CfgPlaceGroup
object. |
class |
CfgDeltaRole |
The changes to make to a
CfgRole
object. |
class |
CfgDeltaScheduledTask |
The changes to make to a
CfgScheduledTask
object. |
class |
CfgDeltaScript |
The changes to make to a
CfgScript
object. |
class |
CfgDeltaService |
The changes to make to a
CfgService
object. |
class |
CfgDeltaSkill |
The changes to make to a
CfgSkill
object. |
class |
CfgDeltaStatDay |
The changes to make to a
CfgStatDay
object. |
class |
CfgDeltaStatTable |
The changes to make to a
CfgStatTable
object. |
class |
CfgDeltaSwitch |
The changes to make to a
CfgSwitch
object. |
class |
CfgDeltaTableAccess |
The
CfgDeltaTableAccess is applicable for
Configuration Library/Server release 5.1.5xx and later. |
class |
CfgDeltaTenant |
The changes to make to a
CfgTenant
object. |
class |
CfgDeltaTimeZone |
CfgDeltaTimeZone is applicable for
Configuration Library/Server release 5.1.5xx and later. |
class |
CfgDeltaTransaction |
The changes to make to a
CfgTransaction
object. |
class |
CfgDeltaTreatment |
CfgDeltaTreatment is applicable for
Configuration Library/Server release 5.1.5xx and later. |
class |
CfgDeltaVoicePrompt |
The changes to make to a
CfgVoicePrompt
object. |
class |
CfgDN |
A DN is a communication device that is uniquely identified by a
directory number, where customer interactions (for example, telephone calls or
e-mails) reside and are handled.
|
class |
CfgDNGroup |
You can set up Groups of DNs for use in network-level routing
algorithms and in some types of statistics.
|
class |
CfgEnumerator |
CfgEnumerator objects are available enumerations, such as
MediaType, Service Type, and others. |
class |
CfgEnumeratorValue |
CfgEnumeratorValue objects contain all of the values for all
available enumerators. |
class |
CfgField |
Fields are single pieces of data within more complex data structures
(for example, database records).
|
class |
CfgFilter |
Use Filters to specify conditions for data selection from a data
repository (for example, from a database table).
|
class |
CfgFolder |
Folders can be used to create hierarchies of other types of objects.
|
class |
CfgFormat |
Use Formats to specify Fields that form a data structure (for example,
a database table).
|
class |
CfgGVPCustomer |
This object is obsolete and no longer in use
|
class |
CfgGVPIVRProfile |
A GVP Voice Application Profile is used by a GVP to define an voice application that can be executed upon request.
|
class |
CfgGVPReseller |
This object is obsolete and no longer in use.
|
class |
CfgHost |
Hosts are the computers that run the various CTI server applications
in an environment.
|
class |
CfgIVR |
An IVR (Interactive Voice Response) is a telephony object that contains
IVR Ports; it is controlled through IVR interface drivers.
|
class |
CfgIVRPort |
An Interactive Voice Response (IVR) Port is a telephony object
uniquely identified by the numbers within an IVR at which telephone calls may
reside and be handled.
|
class |
CfgObjectiveTable |
Objective Tables are collections of Objective Records.
|
class |
CfgPerson |
Persons correspond to contact center personnel___including
agents___who need access to CTI applications.
|
class |
CfgPersonBrief |
|
class |
CfgPersonLastLogin |
|
class |
CfgPhysicalSwitch |
Switching Offices are the actual telephone switches that provide telephone service to contact centers.
|
class |
CfgPlace |
A Place is a location that has one or more DNs operated by a single
agent.
|
class |
CfgPlaceGroup |
You can group Places if, according to the call-processing algorithms, the calls
have to be distributed among a set of Places under the control of CTI
applications rather than through the ACD mechanisms of the Switch.
|
class |
CfgRole |
Roles are application functions assigned for some users/groups.
|
class |
CfgScheduledTask |
A Scheduled Task is a GVP Object in which you schedule the GVP tasks
See also: |
class |
CfgScript |
Scripts identify processing scenarios or treatments that can be applied
to customer interactions.
|
class |
CfgService |
Solutions are sets of functions that applications provide.
|
class |
CfgSkill |
Skills are qualities or abilities that Agents possess.
|
class |
CfgStatDay |
A Statistical Day is a numerically-expressed workload that a particular
Agent Group is expected to handle during a particular business day.
|
class |
CfgStatTable |
Statistical Tables are groups of Statistical Days that represent
statistically-modeled performances of Agent Groups over a calendar period of
up to one year.
|
class |
CfgSwitch |
A Switch is an aggregate of telephony resources within a Switching
Office.
|
class |
CfgTableAccess |
Table Access objects describe database tables of a specified Format
and explain how to access these tables through Database Access Points.
|
class |
CfgTenant |
A Tenant is a business whose customer interactions are enabled or
enhanced through services offered by a third party, typically a
telecommunications service provider.
|
class |
CfgTenantBrief |
|
class |
CfgTimeZone |
Time Zones are predefined objects that provide CTI applications with
information about world time zones.
|
class |
CfgTransaction |
Transactions define how CTI applications calculate customer-defined
statistics.
|
class |
CfgTreatment |
Treatments, which are most often used in automated outbound campaigns,
tell Outbound Contact Server (OCS) how to respond to an unsuccessful call result
(a call that does not reach the intended party).
|
class |
CfgVoicePrompt |
Voice Prompts are call treatment objects that may include a set of
actions to be applied to a called party.
|
Constructor | Description |
---|---|
CfgACE(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgACE(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgACE(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgACEID(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgACEID(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgACEID(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgACL(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgACL(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgACL(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgACLID(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgACLID(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgACLID(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgAddress(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgAddress(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgAddress(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgAgentInfo(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgAgentInfo(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgAgentInfo(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgAgentLoginInfo(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgAgentLoginInfo(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgAgentLoginInfo(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgAppRank(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgAppRank(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgAppRank(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgAppServicePermission(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgAppServicePermission(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgAppServicePermission(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgCallingListInfo(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgCallingListInfo(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgCallingListInfo(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgCampaignGroupInfo(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgCampaignGroupInfo(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgCampaignGroupInfo(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgConnInfo(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgConnInfo(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgConnInfo(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgDelSwitchAccess(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgDelSwitchAccess(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgDelSwitchAccess(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgDetectEvent(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgDetectEvent(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgDetectEvent(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgDNAccessNumber(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgDNAccessNumber(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgDNAccessNumber(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgDNInfo(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgDNInfo(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgDNInfo(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgGroup(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgGroup(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgGroup(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgID(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgID(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgID(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgMemberID(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgMemberID(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgMemberID(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgObjectID(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgObjectID(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgObjectID(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgObjectiveTableRecord(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgObjectiveTableRecord(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgObjectiveTableRecord(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgObjectResource(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgObjectResource(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgObjectResource(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgOS(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgOS(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgOS(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgOwnerID(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgOwnerID(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgOwnerID(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgParentID(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgParentID(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgParentID(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgPhones(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgPhones(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgPhones(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgPortInfo(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgPortInfo(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgPortInfo(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgRemovalEvent(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgRemovalEvent(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgRemovalEvent(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgResourceID(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgResourceID(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgResourceID(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgRoleMember(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgRoleMember(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgRoleMember(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgServer(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgServer(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgServer(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgServerHostID(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgServerHostID(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgServerHostID(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgServerVersion(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgServerVersion(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgServerVersion(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgServiceInfo(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgServiceInfo(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgServiceInfo(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgSkillLevel(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgSkillLevel(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgSkillLevel(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgSolutionComponent(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgSolutionComponent(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgSolutionComponent(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgSolutionComponentDefinition(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgSolutionComponentDefinition(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgSolutionComponentDefinition(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgStatInterval(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgStatInterval(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgStatInterval(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgSubcode(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgSubcode(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgSubcode(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgSwitchAccessCode(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgSwitchAccessCode(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgSwitchAccessCode(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgUpdatePackageRecord(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgUpdatePackageRecord(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgUpdatePackageRecord(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
Modifier and Type | Method | Description |
---|---|---|
ICfgObject |
GFAppCfgEvent.getConfData() |
Provides original configuration data which caused this event.
It's actual type (class) depends on the event type: Event TypeValue type ConfSrvConnected ,
ConfSrvDisconnected
null
AppConfigReceived
CfgApplication
AppConfigUpdated ,
ConnSrvUpdated
CfgDeltaApplication
AppHostUpdated ,
ConnHostUpdated
CfgDeltaHost
|
ICfgObject |
GFApplicationConfigurationManager.GFAppCfgEventImpl.getConfData() |
Constructor | Description |
---|---|
GFAppCfgEventImpl(GFAppCfgEvent.AppCfgEventType type,
GFApplicationContext ctx,
IGApplicationConfiguration config,
ICfgObject confData) |
Internal constructor of event implementation class.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.