Package | Description |
---|---|
com.genesyslab.platform.applicationblocks.com | |
com.genesyslab.platform.configuration.protocol.obj | |
com.genesyslab.platform.configuration.protocol.runtime.channel |
This package is used internally by the protocol.
|
com.genesyslab.platform.configuration.protocol.utilities | |
com.genesyslab.platform.configuration.protocol.xml |
Modifier and Type | Method | Description |
---|---|---|
ConfObjectBase |
CfgBase.getRawObjectData() |
Returns reference to the underlying configuration protocol object structure.
|
ConfObjectBase |
ICfgBase.getRawObjectData() |
Returns reference to the underlying configuration protocol object structure.
|
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.
|
protected void |
CfgBase.initStruct(ConfObjectBase confObjectData,
ICfgObject parent) |
Modifier and Type | Method | Description |
---|---|---|
<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.
|
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.
|
CfgDelta(IConfService srvc,
ConfObjectBase objData,
java.lang.Object[] additionalParameters) |
|
CfgObject(IConfService confService,
ConfObjectBase objectData,
boolean isSaved,
java.lang.Object[] additionalParameters) |
Modifier and Type | Class | Description |
---|---|---|
class |
ConfObject |
Class represents particular configuration object information container.
It contains a compact set of properties which are indexed and mapped in accordance to referred actual configuration server CfgMetadata . |
class |
ConfObjectBrief |
Configuration object brief info structure is a kind of light weight view on
existing configuration object.
It is designed for ability to read short "overview" information without loading of full configuration objects content. |
class |
ConfObjectDelta |
Configuration delta object represents changes which are done, or which are to be done on
particular configuration server object.
|
class |
ConfSchema |
Class represents configuration schema information or localization data.
|
class |
ConfStructure |
Class represents a data (properties values) container for configuration protocol structure.
|
Modifier and Type | Method | Description |
---|---|---|
ConfObjectBase |
ConfObjectBase.clone() |
Modifier and Type | Method | Description |
---|---|---|
protected ConfObjectBase |
ConfSerializer.deserializePObject(CfgDescriptionAttributeReference attr,
TokenReader tokenReader) |
|
protected ConfObjectBase |
ConfSerializer.deserializePObject(CfgDescriptionAttributeReference attr,
TokenReader tokenReader,
boolean isAddedObjlistElement) |
Modifier and Type | Method | Description |
---|---|---|
abstract ConfDataCollection<? extends ConfObjectBase> |
ConfSerializer.deserialize(CfgDescriptionClass typeDescription,
java.lang.String cfgStr) |
|
ConfDataCollection<? extends ConfObjectBase> |
ConfSerializerV6.deserialize(CfgDescriptionClass typeDescription,
java.lang.String cfgStr) |
|
ConfDataCollection<? extends ConfObjectBase> |
ConfSerializerV7.deserialize(CfgDescriptionClass typeDescription,
java.lang.String cfgStr) |
Modifier and Type | Method | Description |
---|---|---|
abstract java.lang.String |
ConfSerializer.serialize(ConfObjectBase object) |
|
java.lang.String |
ConfSerializerV6.serialize(ConfObjectBase object) |
|
java.lang.String |
ConfSerializerV7.serialize(ConfObjectBase object) |
|
protected void |
ConfSerializerV6.serializeEnumerationPObject(CfgDescriptionAttributeReference attr,
ConfObjectBase value,
java.io.StringWriter cfgWriter) |
|
protected abstract void |
ConfSerializer.serializePObject(CfgDescriptionAttributeReference attr,
ConfObjectBase value,
java.io.StringWriter cfgWriter) |
|
protected void |
ConfSerializerV6.serializePObject(CfgDescriptionAttributeReference attr,
ConfObjectBase value,
java.io.StringWriter cfgWriter) |
|
protected void |
ConfSerializerV7.serializePObject(CfgDescriptionAttributeReference attr,
ConfObjectBase value,
java.io.StringWriter cfgWriter) |
Modifier and Type | Method | Description |
---|---|---|
abstract java.lang.String |
ConfSerializer.serialize(ConfDataCollection<? extends ConfObjectBase> objects) |
|
java.lang.String |
ConfSerializerV6.serialize(ConfDataCollection<? extends ConfObjectBase> objects) |
|
java.lang.String |
ConfSerializerV7.serialize(ConfDataCollection<? extends ConfObjectBase> objects) |
Modifier and Type | Method | Description |
---|---|---|
int |
ConfDeltaUtility.ConfStructKeysComparator.compare(ConfObjectBase o1,
ConfObjectBase o2) |
Modifier and Type | Method | Description |
---|---|---|
ConfObjectBase |
ConfDataSaxHandler.ElementHandlerClass.getValue() |
Modifier and Type | Method | Description |
---|---|---|
java.util.Collection<ConfObjectBase> |
ConfDataSaxHandler.getParsedData() |
Constructor | Description |
---|---|
ConfDataSource(ConfObjectBase object) |
|
ElementHandlerClass(ConfDataSaxHandler.ElementHandler parent,
ConfObjectBase object) |
Constructor | Description |
---|---|
ConfDataSource(ConfDataCollection<? extends ConfObjectBase> objects) |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.