Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.bicontext
Class BIAssociation

java.lang.Object
  |
  +--javax.naming.NameClassPair
        |
        +--javax.naming.Binding
              |
              +--javax.naming.directory.SearchResult
                    |
                    +--oracle.dss.bicontext.BISearchResult
                          |
                          +--oracle.dss.bicontext.BIAssociation
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class BIAssociation
extends BISearchResult

The BIAssociation class is a structure that contains the name of the object, the class name of the object, a reference to the object, as well as the attributes associated with the object. The 'real' object can be loaded on demand using the getObject() method. This object is returned when any of the listAssociates or listReferringAssociates methods is called on a directory

See Also:
Serialized Form

Method Summary
 javax.naming.directory.Attribute getAssociateID()
          Returns the identifier for this association.

 

Methods inherited from class oracle.dss.bicontext.BISearchResult
getLabel, getObjectType

 

Methods inherited from class javax.naming.directory.SearchResult
getAttributes, setAttributes, toString

 

Methods inherited from class javax.naming.Binding
getClassName, getObject, setObject

 

Methods inherited from class javax.naming.NameClassPair
getName, isRelative, setClassName, setName, setRelative

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Methods inherited from interface java.lang.Comparable
compareTo

 

Method Detail

getAssociateID

public javax.naming.directory.Attribute getAssociateID()
Returns the identifier for this association.
Returns:
the identifier for this association.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.