Uses of Package
com.ca.commons.datamodel

Packages that use com.ca.commons.datamodel
com.ca.commons.datamodel Data modelling library with metadata support. 
com.ca.commons.datamodel.cfg   
com.ca.commons.datamodel.concurrent Data Model implementation supporting concurrent access. 
com.ca.commons.datamodel.standard The original "standard" implementation of the Data Model API. 
com.ca.commons.jndi.beans Framework for mapping JNDI directories to Java Beans. 
com.ca.commons.opbindings Utilities for the opbindindings XSD. 
com.ca.jcs Contains all classes making up the implementation of CA Java Connector Server ("Java CS" or "JCS"), which supports connectors which take LDAP traffic in at the top level and convert it into the native language of the managed system with which they communicate. 
com.ca.jcs.assoc Collection of classes/interfaces concerned with the representation and processing of associations between objects. 
com.ca.jcs.cfg Collection of classes used to configure the JCS and its contained components. 
com.ca.jcs.converter.attr   
com.ca.jcs.converter.connector   
com.ca.jcs.converter.core   
com.ca.jcs.converter.eval   
com.ca.jcs.converter.meta   
com.ca.jcs.jdbc   
com.ca.jcs.jndi This package provides support relating to the Java Naming and Directory Interface (JNDI) package of the JDK. 
com.ca.jcs.meta Contains components which are metadata driven or assist in the condensing of information derived from metadata to allow efficient processing. 
com.ca.jcs.processor Contains components implementing processing of LDAP operations like add() / modify() search etc, where three styles are supported: attribute-style, method-style and script-style. 
com.ca.jcs.sdk This package contains a worked example demonstrating all core elements involved in implementation of a JCS hosted connector, such as: example supporting metadata and configuration files. 
com.ca.jcs.sdk.converter   
com.ca.jcs.sdkws This package contains an example that demonstrates the implementation of a web service JCS hosted connector. 
com.ca.jcs.stub This package contains support for stub connector classes needed for connectors implemented entirely using scripting. 
com.ca.jcs.validator.eval   
com.ca.jcs.validator.meta   
 

Classes in com.ca.commons.datamodel used by com.ca.commons.datamodel
DataModel
           
DataModelBinaryValue
           
DataModelBuilder
          This class handles the composition of any number of model fragments into a single non-JAXB merged image of the model.
DataModelClass
           
DataModelCollectionValue
          Represents a collection value which can be ordered (sequence) or not (set) and has a non-collection base type.
DataModelEditor
          This class handles the composition of any number of model fragments into a single non-JAXB merged image of the model, and also handles writing out changes by splitting them back out into separate fragments.
DataModelEnumDef
          A definition of an enumeration type.
DataModelEnumValue
          Represents a single enum entry consisting of a symbolic name and a reference to the parent enum definition.
DataModelException
           
DataModelFlexiStrValue
           
DataModelItem
           
DataModelMapValue
          Represents a map value which consists of key (DataModelValue) / value (DataModelCollection) pairs - original insertion order is preserved.
DataModelNamespace
          Tidied up image of a namespace once it has been "composed" from potentially multiple fragments.
DataModelProperty
           
DataModelSource
          Acts as a source to read a datamodel fragment from.
DataModelType
           
DataModelValue
          Serves double purpose representing both type and value information.
DataModelValue.ConversionSettings
          Struct whose fields can be used to modulate conversions of all sorts of values to and from strings.
DataModelWritableSource
          Acts as a source to read a datamodel fragment from, and optionally to write it back out to.
DataModelWritableStreamSource
           
HasMetadata
          A standard interface implemented by classes that have metadata attached to their instances.
MetaDataDefs
          Defines all datamodel constants, property names and usage information.
MetaDataDefs.AssocType
           
MetaDataDefs.EncryptAlgorithms
          Specifies supported encryption algorithms.
MetaDataDefs.FlattenStyle
          Possible values for MetaDataDefs.MD_FLATTEN_STYLE.
MetaDataDefs.ForceCaseValue
          Allowed values for MetaDataDefs.MD_FORCE_CASE.
MetaDataDefs.ForceModModeValue
          Possible values for MetaDataDefs.MD_FORCE_MOD_MODE.
MetaDataDefs.GeneratedOverrideStatus
          Specifies what to do when client provides values for generated columns in an LDAP ADD request.
MetaDataDefs.NormalizeConnValue
          Possible values for MetaDataDefs.MD_NORMALIZE_CONN_VALUE.
MetaDataDefs.NormalizeConnValueStyle
          Possible values for MetaDataDefs.MD_NORMALIZE_CONN_VALUE_STYLE.
MetaDataDefs.RegexStyle
           
ReaderSource
           
ReaderWriterSource
           
 

Classes in com.ca.commons.datamodel used by com.ca.commons.datamodel.cfg
DataModelType
           
DataModelValue
          Serves double purpose representing both type and value information.
 

Classes in com.ca.commons.datamodel used by com.ca.commons.datamodel.concurrent
DataModel
           
DataModelBuilder
          This class handles the composition of any number of model fragments into a single non-JAXB merged image of the model.
DataModelClass
           
DataModelException
           
DataModelItem
           
DataModelNamespace
          Tidied up image of a namespace once it has been "composed" from potentially multiple fragments.
DataModelSource
          Acts as a source to read a datamodel fragment from.
HasMetadata
          A standard interface implemented by classes that have metadata attached to their instances.
 

Classes in com.ca.commons.datamodel used by com.ca.commons.datamodel.standard
DataModel
           
DataModelBuilder
          This class handles the composition of any number of model fragments into a single non-JAXB merged image of the model.
DataModelEditor
          This class handles the composition of any number of model fragments into a single non-JAXB merged image of the model, and also handles writing out changes by splitting them back out into separate fragments.
DataModelMismatchException
           
DataModelProperty
           
DataModelSource
          Acts as a source to read a datamodel fragment from.
DataModelValue
          Serves double purpose representing both type and value information.
DataModelWritableSource
          Acts as a source to read a datamodel fragment from, and optionally to write it back out to.
 

Classes in com.ca.commons.datamodel used by com.ca.commons.jndi.beans
DataModelBuilder
          This class handles the composition of any number of model fragments into a single non-JAXB merged image of the model.
 

Classes in com.ca.commons.datamodel used by com.ca.commons.opbindings
DataModel
           
 

Classes in com.ca.commons.datamodel used by com.ca.jcs
DataModelProperty
           
MetaDataDefs.AssocType
           
 

Classes in com.ca.commons.datamodel used by com.ca.jcs.assoc
DataModel
           
DataModelProperty
           
MetaDataDefs.AssocType
           
 

Classes in com.ca.commons.datamodel used by com.ca.jcs.cfg
DataModelProperty
           
DataModelValue
          Serves double purpose representing both type and value information.
 

Classes in com.ca.commons.datamodel used by com.ca.jcs.converter.attr
DataModelEnumDef
          A definition of an enumeration type.
DataModelType
           
DataModelValue.ConversionSettings
          Struct whose fields can be used to modulate conversions of all sorts of values to and from strings.
 

Classes in com.ca.commons.datamodel used by com.ca.jcs.converter.connector
DataModelProperty
           
 

Classes in com.ca.commons.datamodel used by com.ca.jcs.converter.core
DataModelType
           
DataModelValue.ConversionSettings
          Struct whose fields can be used to modulate conversions of all sorts of values to and from strings.
 

Classes in com.ca.commons.datamodel used by com.ca.jcs.converter.eval
DataModelProperty
           
DataModelValue
          Serves double purpose representing both type and value information.
 

Classes in com.ca.commons.datamodel used by com.ca.jcs.converter.meta
DataModelEnumDef
          A definition of an enumeration type.
DataModelProperty
           
DataModelType
           
DataModelValue.ConversionSettings
          Struct whose fields can be used to modulate conversions of all sorts of values to and from strings.
 

Classes in com.ca.commons.datamodel used by com.ca.jcs.jdbc
DataModel
           
MetaDataDefs.GeneratedOverrideStatus
          Specifies what to do when client provides values for generated columns in an LDAP ADD request.
 

Classes in com.ca.commons.datamodel used by com.ca.jcs.jndi
DataModel
           
 

Classes in com.ca.commons.datamodel used by com.ca.jcs.meta
DataModel
           
DataModelClass
           
DataModelProperty
           
DataModelUtil
          Utility methods.
DataModelValue
          Serves double purpose representing both type and value information.
MetaDataDefs
          Defines all datamodel constants, property names and usage information.
MetaDataDefs.NormalizeConnValue
          Possible values for MetaDataDefs.MD_NORMALIZE_CONN_VALUE.
MetaDataDefs.NormalizeConnValueStyle
          Possible values for MetaDataDefs.MD_NORMALIZE_CONN_VALUE_STYLE.
 

Classes in com.ca.commons.datamodel used by com.ca.jcs.processor
DataModel
           
 

Classes in com.ca.commons.datamodel used by com.ca.jcs.sdk
DataModel
           
 

Classes in com.ca.commons.datamodel used by com.ca.jcs.sdk.converter
DataModelProperty
           
 

Classes in com.ca.commons.datamodel used by com.ca.jcs.sdkws
DataModel
           
 

Classes in com.ca.commons.datamodel used by com.ca.jcs.stub
DataModel
           
 

Classes in com.ca.commons.datamodel used by com.ca.jcs.validator.eval
DataModelProperty
           
DataModelValue
          Serves double purpose representing both type and value information.
 

Classes in com.ca.commons.datamodel used by com.ca.jcs.validator.meta
DataModelProperty
           
DataModelType
           
DataModelValue
          Serves double purpose representing both type and value information.
 



Created 2011-07-14 13:27 EST