Uses of Class
com.ca.jcs.assoc.SplitAttrIds

Packages that use SplitAttrIds
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. 
 

Uses of SplitAttrIds in com.ca.jcs
 

Methods in com.ca.jcs that return SplitAttrIds
 SplitAttrIds ObjectClassMapping.splitAssocAttrIds(String[] attrIds)
          Helper method for recording information about associative attribute ids during lookup() or search(), where the two varieties are split and returned (null is returned if no associative attribute ids are included).
static SplitAttrIds ObjectClassMapping.splitPurgeNull(SplitAttrIds splitIds)
          Useful if connector want's to handle compound value associations in its core logic rather then passing on to normal association handling logic, in which case it can set entries to null as they are processed and then use this utility afterwards.
 

Methods in com.ca.jcs with parameters of type SplitAttrIds
static SplitAttrIds ObjectClassMapping.splitPurgeNull(SplitAttrIds splitIds)
          Useful if connector want's to handle compound value associations in its core logic rather then passing on to normal association handling logic, in which case it can set entries to null as they are processed and then use this utility afterwards.
 

Uses of SplitAttrIds in com.ca.jcs.assoc
 

Constructor parameters in com.ca.jcs.assoc with type arguments of type SplitAttrIds
AssocQueryResultDecorateNamingEnumeration(MetaConnector metaConnector, MetaObjectClassMapping knownClassMap, Map<MetaObjectClassMapping,SplitAttrIds> classToSplitMapRef, String baseConnDn, SearchControls searchControls, NamingEnumeration<SearchResult> nonAssocResults, Logger log)
           
 

Uses of SplitAttrIds in com.ca.jcs.filter
 

Methods in com.ca.jcs.filter that return SplitAttrIds
 SplitAttrIds FilterInfo.splitAssocAttrIds(String[] attrIds, Map<MetaObjectClassMapping,SplitAttrIds> classToSplitMap)
          Helper method which performs a ObjectClassMapping.splitAssocAttrIds(String[]) for each class mapping matching the contained filter, and returns a "union" of all the results.
 

Method parameters in com.ca.jcs.filter with type arguments of type SplitAttrIds
 SplitAttrIds FilterInfo.splitAssocAttrIds(String[] attrIds, Map<MetaObjectClassMapping,SplitAttrIds> classToSplitMap)
          Helper method which performs a ObjectClassMapping.splitAssocAttrIds(String[]) for each class mapping matching the contained filter, and returns a "union" of all the results.
 



Created 2011-07-14 13:27 EST