Uses of Class
com.ca.jcs.converter.eval.LazyConnectorAttributesProxy

Packages that use LazyConnectorAttributesProxy
com.ca.jcs.converter.eval   
 

Uses of LazyConnectorAttributesProxy in com.ca.jcs.converter.eval
 

Methods in com.ca.jcs.converter.eval with parameters of type LazyConnectorAttributesProxy
static ModificationItem[] PropertyConverters.convertModificationItems(ObjectInfo objInfo, ModificationItem[] items, LazyConnectorAttributesProxy attrs)
          Run all relevant converters on items passed to modify operation, using attrs if need to access current state of the target object.
static ModificationItem[] PropertyConverters.normalizeModificationItemOps(ObjectInfo objInfo, boolean inConnectorSpeak, ModificationItem[] items, LazyConnectorAttributesProxy attrs)
          Normalize the provided modification items, which may involve changing the modification op (and hence provided attribute's value list) for any multi-valued properties which have the MetaDataDefs.MD_FORCE_MOD_MODE metadata setting provided, as well as for single-valued properties being modified with modes other then DirContext.REPLACE_ATTRIBUTE.
 



Created 2011-07-14 13:27 EST