Skip navigation links
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.3.0)

E80094-01

Package oracle.ide.dependency.index

Provides the ability to store and retrieve dependency information using the index.

See: Description

Package oracle.ide.dependency.index Description

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.

Skip navigation links
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.3.0)

E80094-01

Copyright © 1997, 2017, Oracle. All rights reserved.