Uses of Interface
com.ca.jcs.AttributesProxy

Packages that use AttributesProxy
com.ca.jcs.converter.eval   
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.processor.script This package contains support for the execution of scripting logic, either to implement a full connector or to customize the behaviour of an existing connector using OpBindings
com.ca.jcs.util This package is used to group useful generic framework utilities not strongly tied to a particular functional area. 
com.ca.jcs.validator.eval   
com.ca.jcs.validator.meta   
 

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

Classes in com.ca.jcs.converter.eval that implement AttributesProxy
 class LazyConnectorAttributesProxy
          Proxy that can be used to get current attribute values (in connector-speak) for an object, when passed either connector-domain or LDAP-domain attribute ids.
 

Methods in com.ca.jcs.converter.eval that return AttributesProxy
static AttributesProxy ConverterValueCache.getAttributesProxy()
           
 

Methods in com.ca.jcs.converter.eval with parameters of type AttributesProxy
static void ConverterValueCache.putAttributesProxy(AttributesProxy attrs)
           
 

Uses of AttributesProxy in com.ca.jcs.processor
 

Fields in com.ca.jcs.processor declared as AttributesProxy
protected  AttributesProxy MethodStyleOpProxyHandler.SimpleOpAttributeHandler.attrs
           
 

Methods in com.ca.jcs.processor with parameters of type AttributesProxy
 String MethodStyleOpProxyHandler.invokeUpdateWithTiming(Operation op, Object[] args, ObjectInfo objInfo, AttributesProxy currAttrs, Timing timing, OpBindingType binding, Map<String,Integer> argPosMap, MethodStyleOpProxyHandler.AttributeHandler attrHandler)
           
 

Constructors in com.ca.jcs.processor with parameters of type AttributesProxy
MethodStyleOpProxyHandler.ModifyOpAttributeHandler(Object[] args, AttributesProxy currAttrs)
           
MethodStyleOpProxyHandler.SimpleOpAttributeHandler(ObjectInfo objInfo, AttributesProxy attrs)
           
 

Uses of AttributesProxy in com.ca.jcs.processor.script
 

Methods in com.ca.jcs.processor.script with parameters of type AttributesProxy
 void ScriptStyleOpProxyHandler.invokeUpdateWithTiming(Method method, Operation op, Object[] args, ObjectInfo objInfo, AttributesProxy currAttrs, Timing timing, OpBindingType binding, List<String> argNames)
           
 

Uses of AttributesProxy in com.ca.jcs.util
 

Classes in com.ca.jcs.util that implement AttributesProxy
 class LazyLdapAttributesProxy
          Proxy that can be used to get the current values for attributes given their LDAP (rather then connector-speak) ids.
 

Uses of AttributesProxy in com.ca.jcs.validator.eval
 

Classes in com.ca.jcs.validator.eval that implement AttributesProxy
 class ValidationLazyAttributesProxy
          Proxy that can be used to getAttribute the current values (or stubs for expensive attributes) for an object, but only when actually requested by a validator.
 

Uses of AttributesProxy in com.ca.jcs.validator.meta
 

Methods in com.ca.jcs.validator.meta that return AttributesProxy
 AttributesProxy ValidatorModifyOpContext.getAttributesProxy()
          Return lazy proxy which can be used to look up current values of attributesProxy for object being modified prior to any modifications being made, using LDAP attribute ids.
 

Methods in com.ca.jcs.validator.meta with parameters of type AttributesProxy
abstract  ErrorMessages ClassValidator.validate(ModificationItem[] modItem, AttributesProxy currAttributes)
          Update/modify case, where current attribute values can be accessed via the provided lazy proxy.
abstract  ErrorMessages PropertyStateValidator.validate(ModificationItem modItem, AttributesProxy currAttributes)
          Update/modify case.
 

Constructors in com.ca.jcs.validator.meta with parameters of type AttributesProxy
ValidatorModifyOpContext(MetaConnector connector, ObjectInfo objInfo, ModificationItem[] items, AttributesProxy attributes, boolean caseSensitive)
           
 



Created 2011-07-14 13:27 EST