Uses of Class
com.ca.jcs.assoc.NestedAssocDirectAttributeOpProcessor.AssocNestedInfo

Packages that use NestedAssocDirectAttributeOpProcessor.AssocNestedInfo
com.ca.jcs.assoc Collection of classes/interfaces concerned with the representation and processing of associations between objects. 
com.ca.jcs.jndi This package provides support relating to the Java Naming and Directory Interface (JNDI) package of the JDK. 
 

Uses of NestedAssocDirectAttributeOpProcessor.AssocNestedInfo in com.ca.jcs.assoc
 

Methods in com.ca.jcs.assoc that return NestedAssocDirectAttributeOpProcessor.AssocNestedInfo
 NestedAssocDirectAttributeOpProcessor.AssocNestedInfo NestedAssocDirectAttributeOpProcessor.doLookupNestedAssociations(Association assoc, boolean targetDefinedAssoc)
          Provides a way for a connector choosing to implement this method, to enable endpoint specific computing of nested associative class info.
 

Methods in com.ca.jcs.assoc with parameters of type NestedAssocDirectAttributeOpProcessor.AssocNestedInfo
 void NestedAssocDirectAttributeOpProcessor.doAssocAddNestedReferences(String target, NestedAssocDirectAttributeOpProcessor.AssocNestedInfo nestedAssocs, Attribute reverseLookupAttr)
          Calculate nested associations for target object and add the values to the reverse association attribute.
 

Uses of NestedAssocDirectAttributeOpProcessor.AssocNestedInfo in com.ca.jcs.jndi
 

Methods in com.ca.jcs.jndi that return NestedAssocDirectAttributeOpProcessor.AssocNestedInfo
 NestedAssocDirectAttributeOpProcessor.AssocNestedInfo JNDIAttributeStyleOpProcessor.doLookupNestedAssociations(Association assoc, boolean targetDefinedAssoc)
          Find all information about nested associations for this connector.
 



Created 2011-07-14 13:27 EST