Uses of Interface
com.ca.jcs.assoc.AssocIndirectAttributeOpProcessor

Packages that use AssocIndirectAttributeOpProcessor
com.ca.jcs.assoc Collection of classes/interfaces concerned with the representation and processing of associations between objects. 
com.ca.jcs.jdbc   
com.ca.jcs.ora   
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. 
 

Uses of AssocIndirectAttributeOpProcessor in com.ca.jcs.assoc
 

Classes in com.ca.jcs.assoc that implement AssocIndirectAttributeOpProcessor
 class DefaultAssocAttributeOpProcessor
          Default implementation handling reverse direct association logic for classes which need to deal with both direct and indirect associations, use DefaultAssocDirectAttributeOpProcessor instead if only direct associations need to be dealt with.
 

Fields in com.ca.jcs.assoc declared as AssocIndirectAttributeOpProcessor
protected  AssocIndirectAttributeOpProcessor DefaultAssocAttributeOpProcessor.proxiedAssocSelf
          Set to "this" unless OpBindings are active in which case assigned to an OpBindings aware proxy.
 

Uses of AssocIndirectAttributeOpProcessor in com.ca.jcs.jdbc
 

Classes in com.ca.jcs.jdbc that implement AssocIndirectAttributeOpProcessor
 class JDBCAttributeStyleOpProcessor
          A dynamic JDBC connector driven by metadata which specifies all mapping information for Account, Group and Connection (Endpoint) classes.
 

Uses of AssocIndirectAttributeOpProcessor in com.ca.jcs.ora
 

Classes in com.ca.jcs.ora that implement AssocIndirectAttributeOpProcessor
 class ORAAttributeStyleOpProcessor
          An oracle connector driven by metadata which specifies all mapping for account, packages, procedures, profiles, roles.
 

Uses of AssocIndirectAttributeOpProcessor in com.ca.jcs.processor
 

Classes in com.ca.jcs.processor that implement AssocIndirectAttributeOpProcessor
 class AbstractAttributeStyleOpProcessorAssocIndirect
          Base class for attribute-style processors which implement indirect associations.
 

Fields in com.ca.jcs.processor declared as AssocIndirectAttributeOpProcessor
protected  AssocIndirectAttributeOpProcessor AbstractAttributeStyleOpProcessorAssocIndirect.proxiedAssocSelf
          Set to "this" unless OpBindings are active in which case assigned to an OpBindings aware proxy.
 



Created 2011-07-14 13:27 EST