Uses of Package
com.ca.jcs.assoc

Packages that use com.ca.jcs.assoc
com.ca.jcs Contains all classes making up the implementation of CA Java Connector Server ("Java CS" or "JCS"), which supports connectors which take LDAP traffic in at the top level and convert it into the native language of the managed system with which they communicate. 
com.ca.jcs.assoc Collection of classes/interfaces concerned with the representation and processing of associations between objects. 
com.ca.jcs.filter Contains components useful for representing, analysing and converting LDAP filters passed to search operations. 
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.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. 
com.ca.jcs.sdk This package contains a worked example demonstrating all core elements involved in implementation of a JCS hosted connector, such as: example supporting metadata and configuration files. 
com.ca.jcs.sdkws This package contains an example that demonstrates the implementation of a web service JCS hosted connector. 
com.ca.jcs.stub This package contains support for stub connector classes needed for connectors implemented entirely using scripting. 
 

Classes in com.ca.jcs.assoc used by com.ca.jcs
Association
          Represents associative relationships between objects, using one of two flavours: Direct associations; where the associative link is represented by an attribute stored directly on one (or both) of the objects at either end of the link.
AssocModificationItem
          Helper struct for connectors needing to deal with associations - contains a modification item along with the association related to its target attribute.
SplitAttrIds
          Helper struct for connectors needing to deal with associations, where non-associative attributes are split from associative ones for easy processing.
SplitModificationItems
          Helper struct for connectors needing to deal with associations, where modification items for non-associative items are split from associative ones for easy processing.
 

Classes in com.ca.jcs.assoc used by com.ca.jcs.assoc
AssocAttributeOpProcessor
          Interface to be implemented by classes derived from AttributeStyleOpProcessor which need to deal with associative attributes (direct flavour where associative links are stored directly in an attribute on at least one of side of the association).
AssocDirectAttributeOpProcessor
          Interface to be implemented by classes derived from AttributeStyleOpProcessor which need to deal with "direct" associations, where the associative link between two objects is stored directly on one of the objects.
Association
          Represents associative relationships between objects, using one of two flavours: Direct associations; where the associative link is represented by an attribute stored directly on one (or both) of the objects at either end of the link.
AssocIndirectAttributeOpProcessor
          Interface to be implemented by classes derived from AttributeStyleOpProcessor which need to deal with "indirect" associations, where the associative link between two objects is stored in a table external to both of them.
AssocModificationItem
          Helper struct for connectors needing to deal with associations - contains a modification item along with the association related to its target attribute.
DefaultAssocDirectAttributeOpProcessor
          Default implementation of "direct" associations, where the associative link between an object and another is stored directly in one of their attributes.
DefaultAssocDirectAttributeOpProcessor.AssociationStyle
          Classifies styles of associations
NestedAssocDirectAttributeOpProcessor.AssocNestedInfo
          Store nisNetgroup nesting information and the means to convert from nisNetgroup names to their respective DNs.
SplitAttrIds
          Helper struct for connectors needing to deal with associations, where non-associative attributes are split from associative ones for easy processing.
 

Classes in com.ca.jcs.assoc used by com.ca.jcs.filter
SplitAttrIds
          Helper struct for connectors needing to deal with associations, where non-associative attributes are split from associative ones for easy processing.
 

Classes in com.ca.jcs.assoc used by com.ca.jcs.jdbc
AssocAttributeOpProcessor
          Interface to be implemented by classes derived from AttributeStyleOpProcessor which need to deal with associative attributes (direct flavour where associative links are stored directly in an attribute on at least one of side of the association).
AssocDirectAttributeOpProcessor
          Interface to be implemented by classes derived from AttributeStyleOpProcessor which need to deal with "direct" associations, where the associative link between two objects is stored directly on one of the objects.
Association
          Represents associative relationships between objects, using one of two flavours: Direct associations; where the associative link is represented by an attribute stored directly on one (or both) of the objects at either end of the link.
AssocIndirectAttributeOpProcessor
          Interface to be implemented by classes derived from AttributeStyleOpProcessor which need to deal with "indirect" associations, where the associative link between two objects is stored in a table external to both of them.
AssocModificationItem
          Helper struct for connectors needing to deal with associations - contains a modification item along with the association related to its target attribute.
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.
DefaultAssocDirectAttributeOpProcessor
          Default implementation of "direct" associations, where the associative link between an object and another is stored directly in one of their attributes.
 

Classes in com.ca.jcs.assoc used by com.ca.jcs.jndi
AssocAttributeOpProcessor
          Interface to be implemented by classes derived from AttributeStyleOpProcessor which need to deal with associative attributes (direct flavour where associative links are stored directly in an attribute on at least one of side of the association).
AssocDirectAttributeOpProcessor
          Interface to be implemented by classes derived from AttributeStyleOpProcessor which need to deal with "direct" associations, where the associative link between two objects is stored directly on one of the objects.
Association
          Represents associative relationships between objects, using one of two flavours: Direct associations; where the associative link is represented by an attribute stored directly on one (or both) of the objects at either end of the link.
DefaultAssocDirectAttributeOpProcessor
          Default implementation of "direct" associations, where the associative link between an object and another is stored directly in one of their attributes.
NestedAssocDirectAttributeOpProcessor
          A reverse association processor supporting nested associations where defining end of the association (class) can be nested.
NestedAssocDirectAttributeOpProcessor.AssocNestedInfo
          Store nisNetgroup nesting information and the means to convert from nisNetgroup names to their respective DNs.
 

Classes in com.ca.jcs.assoc used by com.ca.jcs.meta
Association
          Represents associative relationships between objects, using one of two flavours: Direct associations; where the associative link is represented by an attribute stored directly on one (or both) of the objects at either end of the link.
 

Classes in com.ca.jcs.assoc used by com.ca.jcs.ora
AssocAttributeOpProcessor
          Interface to be implemented by classes derived from AttributeStyleOpProcessor which need to deal with associative attributes (direct flavour where associative links are stored directly in an attribute on at least one of side of the association).
AssocDirectAttributeOpProcessor
          Interface to be implemented by classes derived from AttributeStyleOpProcessor which need to deal with "direct" associations, where the associative link between two objects is stored directly on one of the objects.
Association
          Represents associative relationships between objects, using one of two flavours: Direct associations; where the associative link is represented by an attribute stored directly on one (or both) of the objects at either end of the link.
AssocIndirectAttributeOpProcessor
          Interface to be implemented by classes derived from AttributeStyleOpProcessor which need to deal with "indirect" associations, where the associative link between two objects is stored in a table external to both of them.
AssocModificationItem
          Helper struct for connectors needing to deal with associations - contains a modification item along with the association related to its target attribute.
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.
DefaultAssocDirectAttributeOpProcessor
          Default implementation of "direct" associations, where the associative link between an object and another is stored directly in one of their attributes.
 

Classes in com.ca.jcs.assoc used by com.ca.jcs.processor
AssocAttributeOpProcessor
          Interface to be implemented by classes derived from AttributeStyleOpProcessor which need to deal with associative attributes (direct flavour where associative links are stored directly in an attribute on at least one of side of the association).
AssocDirectAttributeOpProcessor
          Interface to be implemented by classes derived from AttributeStyleOpProcessor which need to deal with "direct" associations, where the associative link between two objects is stored directly on one of the objects.
AssocIndirectAttributeOpProcessor
          Interface to be implemented by classes derived from AttributeStyleOpProcessor which need to deal with "indirect" associations, where the associative link between two objects is stored in a table external to both of them.
 

Classes in com.ca.jcs.assoc used by com.ca.jcs.sdk
AssocAttributeOpProcessor
          Interface to be implemented by classes derived from AttributeStyleOpProcessor which need to deal with associative attributes (direct flavour where associative links are stored directly in an attribute on at least one of side of the association).
AssocDirectAttributeOpProcessor
          Interface to be implemented by classes derived from AttributeStyleOpProcessor which need to deal with "direct" associations, where the associative link between two objects is stored directly on one of the objects.
DefaultAssocDirectAttributeOpProcessor
          Default implementation of "direct" associations, where the associative link between an object and another is stored directly in one of their attributes.
 

Classes in com.ca.jcs.assoc used by com.ca.jcs.sdkws
AssocAttributeOpProcessor
          Interface to be implemented by classes derived from AttributeStyleOpProcessor which need to deal with associative attributes (direct flavour where associative links are stored directly in an attribute on at least one of side of the association).
AssocDirectAttributeOpProcessor
          Interface to be implemented by classes derived from AttributeStyleOpProcessor which need to deal with "direct" associations, where the associative link between two objects is stored directly on one of the objects.
DefaultAssocDirectAttributeOpProcessor
          Default implementation of "direct" associations, where the associative link between an object and another is stored directly in one of their attributes.
 

Classes in com.ca.jcs.assoc used by com.ca.jcs.stub
AssocAttributeOpProcessor
          Interface to be implemented by classes derived from AttributeStyleOpProcessor which need to deal with associative attributes (direct flavour where associative links are stored directly in an attribute on at least one of side of the association).
AssocDirectAttributeOpProcessor
          Interface to be implemented by classes derived from AttributeStyleOpProcessor which need to deal with "direct" associations, where the associative link between two objects is stored directly on one of the objects.
DefaultAssocDirectAttributeOpProcessor
          Default implementation of "direct" associations, where the associative link between an object and another is stored directly in one of their attributes.
 



Created 2011-07-14 13:27 EST