Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.configuration.protocol.obj.ConfObjectBase

Packages that use ConfObjectBase
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   
 

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

Methods in com.genesyslab.platform.applicationblocks.com that return ConfObjectBase
 ConfObjectBase ICfgBase.getRawObjectData()
          Returns reference to the underlying configuration protocol object structure.
 ConfObjectBase CfgBase.getRawObjectData()
          Returns reference to the underlying configuration protocol object structure.
 

Methods in com.genesyslab.platform.applicationblocks.com with parameters of type ConfObjectBase
 ICfgObject IConfService.createObject(ConfObjectBase confObject, boolean isSaved)
          Creates a single COM configuration object using the passed parameters.
 ICfgObject ConfService.createObject(ConfObjectBase confObject, boolean isSaved)
          Wraps a single configuration structure with 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.createObject(ConfObjectBase confObject, java.lang.String objectPath, int folderDbid, boolean isSaved)
           
protected  void CfgBase.initStruct(ConfObjectBase confObjectData, ICfgObject parent)
           
 

Method parameters in com.genesyslab.platform.applicationblocks.com with type arguments of type ConfObjectBase
<T extends ICfgObject>
java.util.Collection<T>
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>
java.util.Collection<T>
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.
 

Constructors in com.genesyslab.platform.applicationblocks.com with parameters of type ConfObjectBase
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)
           
 

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

Subclasses of ConfObjectBase in com.genesyslab.platform.configuration.protocol.obj
 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.
 

Methods in com.genesyslab.platform.configuration.protocol.obj that return ConfObjectBase
 ConfObjectBase ConfObjectBase.clone()
           
 

Uses of ConfObjectBase in com.genesyslab.platform.configuration.protocol.runtime.channel
 

Methods in com.genesyslab.platform.configuration.protocol.runtime.channel that return ConfObjectBase
protected  ConfObjectBase ConfSerializer.deserializePObject(CfgDescriptionAttributeReference attr, TokenReader tokenReader)
           
protected  ConfObjectBase ConfSerializer.deserializePObject(CfgDescriptionAttributeReference attr, TokenReader tokenReader, boolean isAddedObjlistElement)
           
 

Methods in com.genesyslab.platform.configuration.protocol.runtime.channel that return types with arguments of type ConfObjectBase
 ConfDataCollection<? extends ConfObjectBase> ConfSerializerV7.deserialize(CfgDescriptionClass typeDescription, java.lang.String cfgStr)
           
 ConfDataCollection<? extends ConfObjectBase> ConfSerializerV6.deserialize(CfgDescriptionClass typeDescription, java.lang.String cfgStr)
           
abstract  ConfDataCollection<? extends ConfObjectBase> ConfSerializer.deserialize(CfgDescriptionClass typeDescription, java.lang.String cfgStr)
           
 

Methods in com.genesyslab.platform.configuration.protocol.runtime.channel with parameters of type ConfObjectBase
 java.lang.String ConfSerializerV7.serialize(ConfObjectBase object)
           
 java.lang.String ConfSerializerV6.serialize(ConfObjectBase object)
           
abstract  java.lang.String ConfSerializer.serialize(ConfObjectBase object)
           
protected  void ConfSerializerV6.serializeEnumerationPObject(CfgDescriptionAttributeReference attr, ConfObjectBase value, java.io.StringWriter cfgWriter)
           
protected  void ConfSerializerV7.serializePObject(CfgDescriptionAttributeReference attr, ConfObjectBase value, java.io.StringWriter cfgWriter)
           
protected  void ConfSerializerV6.serializePObject(CfgDescriptionAttributeReference attr, ConfObjectBase value, java.io.StringWriter cfgWriter)
           
protected abstract  void ConfSerializer.serializePObject(CfgDescriptionAttributeReference attr, ConfObjectBase value, java.io.StringWriter cfgWriter)
           
 

Method parameters in com.genesyslab.platform.configuration.protocol.runtime.channel with type arguments of type ConfObjectBase
 java.lang.String ConfSerializerV7.serialize(ConfDataCollection<? extends ConfObjectBase> objects)
           
 java.lang.String ConfSerializerV6.serialize(ConfDataCollection<? extends ConfObjectBase> objects)
           
abstract  java.lang.String ConfSerializer.serialize(ConfDataCollection<? extends ConfObjectBase> objects)
           
 

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

Methods in com.genesyslab.platform.configuration.protocol.utilities with parameters of type ConfObjectBase
 int ConfDeltaUtility.ConfStructKeysComparator.compare(ConfObjectBase o1, ConfObjectBase o2)
           
 

Uses of ConfObjectBase in com.genesyslab.platform.configuration.protocol.xml
 

Methods in com.genesyslab.platform.configuration.protocol.xml that return ConfObjectBase
 ConfObjectBase ConfDataSaxHandler.ElementHandlerClass.getValue()
           
 

Methods in com.genesyslab.platform.configuration.protocol.xml that return types with arguments of type ConfObjectBase
 java.util.Collection<ConfObjectBase> ConfDataSaxHandler.getParsedData()
           
 

Constructors in com.genesyslab.platform.configuration.protocol.xml with parameters of type ConfObjectBase
ConfDataSaxHandler.ElementHandlerClass(ConfDataSaxHandler.ElementHandler parent, ConfObjectBase object)
           
ConfDataSource(ConfObjectBase object)
           
 

Constructor parameters in com.genesyslab.platform.configuration.protocol.xml with type arguments of type ConfObjectBase
ConfDataSource(ConfDataCollection<? extends ConfObjectBase> objects)
           
 


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.