Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.configuration.protocol.metadata.CfgDescriptionAttribute

Packages that use CfgDescriptionAttribute
com.genesyslab.platform.configuration.protocol.metadata   
com.genesyslab.platform.configuration.protocol.obj   
com.genesyslab.platform.configuration.protocol.runtime.channel This package is used internally by the protocol. 
 

Uses of CfgDescriptionAttribute in com.genesyslab.platform.configuration.protocol.metadata
 

Subclasses of CfgDescriptionAttribute in com.genesyslab.platform.configuration.protocol.metadata
 class CfgDescriptionAttributeDateTime
           
 class CfgDescriptionAttributeEnumItem<E extends GEnum>
          CfgDescriptionAttributeEnumItem<E> class is descriptive class for configuration protocol enumeration items.
CfgDescriptionAttributeEnumItem<E> class is derived from CfgDescriptionAttributeInteger class.
 class CfgDescriptionAttributeInteger
           
 class CfgDescriptionAttributeKvList
           
 class CfgDescriptionAttributeKvListDelta
           
 class CfgDescriptionAttributePrimitive<T>
          CfgDescriptionAttributePrimitive<T> abstract class is the base descriptive class for configuration protocol primitive attributes.
 class CfgDescriptionAttributeReference
          CfgDescriptionAttributeReference abstract class is the base descriptive class for configuration protocol's referenced attributes.
 class CfgDescriptionAttributeReferenceClass
           
 class CfgDescriptionAttributeReferenceClassDelta
           
 class CfgDescriptionAttributeReferenceClassList
           
 class CfgDescriptionAttributeReferenceClassListDelta
           
 class CfgDescriptionAttributeReferenceKeyListDelta
           
 class CfgDescriptionAttributeReferenceLink
           
 class CfgDescriptionAttributeReferenceLinkList
           
 class CfgDescriptionAttributeReferenceLinkListDelta
           
 class CfgDescriptionAttributeString
           
 

Methods in com.genesyslab.platform.configuration.protocol.metadata that return CfgDescriptionAttribute
 CfgDescriptionAttribute CfgDescriptionClass.getAttribute(java.lang.String schemaName)
          Gets an attribute of a descriptive class' instance using attribute's schema name as criteria.
 CfgDescriptionAttribute CfgDescriptionClass.getAttributeByName(java.lang.String attributeName)
          Gets an attribute of a descriptive class' instance using attribute name as criteria.
 CfgDescriptionAttribute ICfgAttributeOperationalInfo.getAttributeDescription()
          Provides name for a delta attribute.
 CfgDescriptionAttribute CfgDescriptionAttributeReferenceLinkListDelta.getAttributeDescription()
           
 CfgDescriptionAttribute CfgDescriptionAttributeReferenceKeyListDelta.getAttributeDescription()
           
 CfgDescriptionAttribute CfgDescriptionAttributeReferenceClassListDelta.getAttributeDescription()
           
 CfgDescriptionAttribute CfgDescriptionAttributeReferenceClassDelta.getAttributeDescription()
           
 CfgDescriptionAttribute CfgDescriptionAttributeKvListDelta.getAttributeDescription()
           
 CfgDescriptionAttribute CfgDescriptionClass.getDeltaListAttribute(java.lang.String mappingName, CfgOperation operation)
           
 CfgDescriptionAttribute ICfgAttributeOperationalInfo.getSubjectAttributeDescription()
          Provides description for an attribute that is the subject the delta applies for.
 CfgDescriptionAttribute CfgDescriptionAttributeReferenceLinkListDelta.getSubjectAttributeDescription()
           
 CfgDescriptionAttribute CfgDescriptionAttributeReferenceKeyListDelta.getSubjectAttributeDescription()
           
 CfgDescriptionAttribute CfgDescriptionAttributeReferenceClassListDelta.getSubjectAttributeDescription()
           
 CfgDescriptionAttribute CfgDescriptionAttributeReferenceClassDelta.getSubjectAttributeDescription()
           
 CfgDescriptionAttribute CfgDescriptionAttributeKvListDelta.getSubjectAttributeDescription()
           
 

Methods in com.genesyslab.platform.configuration.protocol.metadata that return types with arguments of type CfgDescriptionAttribute
 java.util.Collection<CfgDescriptionAttribute> CfgDescriptionClass.getAttributes()
          Gets the sequence of attributes, a particular descriptive class instance consists of.
 java.util.Collection<CfgDescriptionAttribute> CfgDescriptionClass.getKeys()
          Gets the sequence of key attributes for a particular instance of descriptive class.
 java.util.Collection<CfgDescriptionAttribute> CfgDescriptionAttributeReferenceClass.getKeys()
           
 

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

Methods in com.genesyslab.platform.configuration.protocol.obj that return CfgDescriptionAttribute
 CfgDescriptionAttribute ConfObjectBase.getPropertyInfo(java.lang.String propName)
          Returns class MetaData attribute description.
 

Methods in com.genesyslab.platform.configuration.protocol.obj with parameters of type CfgDescriptionAttribute
protected  void ConfObjectBase.checkTypeCompatibility(CfgDescriptionAttribute attrInfo, java.lang.Object value)
          Internal method for value type validation.
protected  java.lang.Object ConfObjectBase.createChildElement(CfgDescriptionAttribute attrInfo)
          Protected method for child configuration structures.
 

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

Methods in com.genesyslab.platform.configuration.protocol.runtime.channel with parameters of type CfgDescriptionAttribute
protected  java.lang.Object ConfSerializer.createElement(CfgDescriptionAttribute attr, TokenReader tokenReader)
           
protected  java.lang.Object ConfSerializer.createElement(CfgDescriptionAttribute attributeDescription, TokenReader tokenReader, boolean isAddedObjlistElement)
           
protected  org.w3c.dom.Element ObjectSerializer.createXmlElement(CfgDescriptionAttribute attr, TokenReader tokenReader, org.w3c.dom.Document document)
           
protected  org.w3c.dom.Element ObjectSerializer.createXmlElement(CfgDescriptionAttribute attributeDescription, TokenReader tokenReader, org.w3c.dom.Document document, boolean isAddedObjlistElement)
           
protected  java.lang.Object ConfSerializer.deserializePrimitive(CfgDescriptionAttribute attributeDescription, TokenReader tokenReader, boolean isAddedObjlistElement)
           
protected  void ConfSerializerV7.serializePrimitive(CfgDescriptionAttribute attr, char delimiter, java.lang.Object value, java.io.StringWriter cfgWriter)
           
protected  void ConfSerializerV6.serializePrimitive(CfgDescriptionAttribute attr, char delimiter, java.lang.Object value, java.io.StringWriter cfgWriter)
           
protected abstract  void ConfSerializer.serializePrimitive(CfgDescriptionAttribute attr, char delimiter, java.lang.Object value, java.io.StringWriter cfgWriter)
           
protected  boolean ObjectSerializerV7.writeCfgString(CfgDescriptionAttribute attributeDescription, ObjectSerializer.DocumentWalker navigator, java.io.StringWriter cfgWriter)
           
protected  boolean ObjectSerializerV6.writeCfgString(CfgDescriptionAttribute attributeDescription, ObjectSerializer.DocumentWalker navigator, java.io.StringWriter cfgWriter)
           
protected abstract  boolean ObjectSerializer.writeCfgString(CfgDescriptionAttribute attr, ObjectSerializer.DocumentWalker navigator, java.io.StringWriter cfgWriter)
           
protected  void ConfSerializerV7.writeCfgString(CfgDescriptionAttribute attributeDescription, java.lang.Object value, java.io.StringWriter cfgWriter)
           
protected  void ConfSerializerV6.writeCfgString(CfgDescriptionAttribute attributeDescription, java.lang.Object value, java.io.StringWriter cfgWriter)
           
protected abstract  void ConfSerializer.writeCfgString(CfgDescriptionAttribute attr, java.lang.Object value, java.io.StringWriter cfgWriter)
           
 


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.