AssocAttributeProcessor Methods

To use the CA IAM CS association support, implement com.ca.jcs.assoc.AssocAttributeOpProcessor which has the following methods:
cim12606
To use the CA IAM CS association support, implement com.ca.jcs.assoc.AssocAttributeOpProcessor which has the following methods:
  • doDeleteAssocs
  • doModifyRnAssocs
  • doModifyAssocs
  • doLookupAssocs
  • doMoveAssocs
  • doSearchAssocs
  • addAttrAssocs
  • removeAttrAssocs
Where your connector uses direct associations, the com.ca.jcs.assoc.DefaultAssocDirectAttributeOpProcessor is likely to provide a useful base class, andy ou may not have to code any association logic at all. Otherwise, implement the com.ca.jcs.assoc.AssocIndirectAttributeOpProcessor interface to handle your connector's indirect associations.