| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Class Summary | |
|---|---|
| DependencyCriteria | Provides index criteria for dependency queries. | 
| DependencyIndexer | Base class for Indexer implementations that provide dependency information. | 
| IndexDeclaration | A declaration stored in the index. | 
| IndexDeclarationProvider | Provides declarations stored in the index. | 
| IndexReference | A reference stored in the index. | 
| IndexReferenceProvider | Provides references stored in the index. | 
Provides the ability to store and retrieve dependency information using the index.
 
 Clients can provide references and declarations during indexing by
 implementing a DependencyIndexer.  The
 references and declarations must extend
 IndexReference or
 IndexDeclaration.  Both of these
 interfaces have a getQueryCriteria() method.  By default, the
 declaration ID is returned as query criteria.  Subclasses that cannot
 quickly determine the ID during indexing can override this to provide
 different criteria.  In that case, a subclass of
 IndexReferenceProvider should also be implemented and registered.
 This subclass should return the criteria which should be used to look up
 the references.
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||