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


oracle.dss.bicontext
Class BISearchResult

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

public class BISearchResult
extends javax.naming.directory.SearchResult
implements java.lang.Comparable

The BISearchResult 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 search methods is called on a directory

See Also:
Serialized Form

Method Summary
 java.lang.String getLabel()
          Returns the label of the enclosing object.
 java.lang.String getObjectType()
          Returns the object type of the enclosing object.

 

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

getLabel

public java.lang.String getLabel()
Returns the label of the enclosing object.
Returns:
the label of the enclosing object.

getObjectType

public java.lang.String getObjectType()
Returns the object type of the enclosing object.
Returns:
the object type of the enclosing object.

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


Copyright © 2003, Oracle. All Rights Reserved.