Uses of Package
com.ca.jcs.converter.meta

Packages that use com.ca.jcs.converter.meta
com.ca.jcs.converter.connector   
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.sdk.converter   
 

Classes in com.ca.jcs.converter.meta used by com.ca.jcs.converter.connector
ConverterConfig
          Default setting for converters that need specialised configuration via the server_jcs.xml or impl bundle Spring configuration files.
PropertyConverter
          Convert an attribute's values given it's type and constraints available in the metadata stored on prop, in both the "toward connector" direction (toConnector) and "from connector" direction (fromConnector).
 

Classes in com.ca.jcs.converter.meta used by com.ca.jcs.converter.eval
ClassConverter
          Destructively convert all the attributes provided for an operation based on the metadata associated with a DataModelClass and its contained properties.
PropertyConverter
          Convert an attribute's values given it's type and constraints available in the metadata stored on prop, in both the "toward connector" direction (toConnector) and "from connector" direction (fromConnector).
 

Classes in com.ca.jcs.converter.meta used by com.ca.jcs.converter.meta
BoolPropertyConverter.BoolConfig
           
ClassConverter
          Destructively convert all the attributes provided for an operation based on the metadata associated with a DataModelClass and its contained properties.
ConverterConfig
          Default setting for converters that need specialised configuration via the server_jcs.xml or impl bundle Spring configuration files.
ConverterModifyOpContext
          Context information made available to power-usage validators triggered by LDAP MODIFY requests.
CountryPropertyConverter.CountryCodeConfig
           
EncyptPropertyConverter.EncryptConfig
           
EnumPropertyConverter.EnumConfig
           
JavaObjectPropertyConverter.Config
           
JSONCompoundValueClassConverter
          Converts JNDI Attributes collections representing compound values to/from JSON objects, or optionally their string representation.
JSONCompoundValueClassConverter.Config
           
MultiValuePropertyFlattener
          Convert values for attribute matching a multi-valued property to a flattened string using the style specified by the MetaDataDefs.MD_FLATTEN_STYLE metadata.
MultiValuePropertyFlattener.StyleConfig
           
NullValueClassConverter.NullValueConverterConfig
           
PropertyConverter
          Convert an attribute's values given it's type and constraints available in the metadata stored on prop, in both the "toward connector" direction (toConnector) and "from connector" direction (fromConnector).
RegexPropertyConverter.Config
           
 

Classes in com.ca.jcs.converter.meta used by com.ca.jcs.jdbc
NullValueClassConverter
          ClassConverter that handles providing a configured "nullValue" for all marked attributes when no explicit value is provided for them.
 

Classes in com.ca.jcs.converter.meta used by com.ca.jcs.jndi
ClassConverter
          Destructively convert all the attributes provided for an operation based on the metadata associated with a DataModelClass and its contained properties.
 

Classes in com.ca.jcs.converter.meta used by com.ca.jcs.meta
ClassConverter
          Destructively convert all the attributes provided for an operation based on the metadata associated with a DataModelClass and its contained properties.
 

Classes in com.ca.jcs.converter.meta used by com.ca.jcs.sdk.converter
ConverterConfig
          Default setting for converters that need specialised configuration via the server_jcs.xml or impl bundle Spring configuration files.
PropertyConverter
          Convert an attribute's values given it's type and constraints available in the metadata stored on prop, in both the "toward connector" direction (toConnector) and "from connector" direction (fromConnector).
 



Created 2011-07-14 13:27 EST