Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Interface
oracle.ide.index.Index

Packages that use Index
oracle.ide.index Classes used to build and query indexes of source files. 

 

Uses of Index in oracle.ide.index

 

Methods in oracle.ide.index that return Index
abstract  Index IndexManager.getIndex(Project project)
          Deprecated. Use IndexManager.getIndex(Workspace,Project).
abstract  Index IndexManager.getIndex(Project project, ContentSet content)
          Deprecated. Use IndexManager.getIndex(Workspace,Project,ContentSet).
abstract  Index IndexManager.getIndex(Project project, java.net.URL url)
          Deprecated. Use IndexManager.getIndex(Workspace,Project,URL).
abstract  Index IndexManager.getIndex(Project project, URLPath path)
          Deprecated. Use IndexManager.getIndex(Workspace,Project,URLPath).
abstract  Index IndexManager.getIndex(Workspace workspace)
          Get the index for the application content.
abstract  Index IndexManager.getIndex(Workspace workspace, ContentSet content)
          Get the index for the given ContentSet in the application content.
abstract  Index IndexManager.getIndex(Workspace workspace, Project project)
          Get the index for the given project.
abstract  Index IndexManager.getIndex(Workspace workspace, Project project, ContentSet content)
          Get the index for the given ContentSet in the scope of the given project.
abstract  Index IndexManager.getIndex(Workspace workspace, Project project, FileSet fileSet)
          Get the index for the given FileSet in the scope of the given project.
abstract  Index IndexManager.getIndex(Workspace workspace, Project project, Path path)
          Get the index for the given Path in the scope of the given project.
abstract  Index IndexManager.getIndex(Workspace workspace, Project project, java.net.URL url)
          Get the index for the given URL in the scope of the given project.
abstract  Index IndexManager.getIndex(Workspace workspace, Project project, URLPath path)
          Get the index for the given URLPath in the scope of the given project.
abstract  Index IndexManager.getIndex(Workspace workspace, java.net.URL url)
          Get the index for the given URL in the scope of the given workspace.
abstract  Index IndexManager.getIndex(Workspace workspace, URLPath path)
          Get the index for the given URLPath in the scope of the given workspace.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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