Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

oracle.ide.dependency.index
Class DependencyCriteria

java.lang.Object
  extended by oracle.ide.dependency.index.DependencyCriteria

public final class DependencyCriteria
extends java.lang.Object

Provides index criteria for dependency queries.


Field Summary
static java.lang.String DECLARATION
          Index query criteria for a declaration.
static java.lang.String REFERENCE
          Index query criteria for a reference.
 
Constructor Summary
DependencyCriteria()
           
 
Method Summary
static QueryCriteria getDeclarationCriteria(java.lang.String id)
          Get query criteria that can be used to find the declaration with the given unique ID.
static QueryCriteria getReferenceCriteria(java.lang.String id)
          Get query criteria that can be used to find references to the declaration with the given unique ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DECLARATION

public static final java.lang.String DECLARATION
Index query criteria for a declaration.

See Also:
Constant Field Values

REFERENCE

public static final java.lang.String REFERENCE
Index query criteria for a reference.

See Also:
Constant Field Values
Constructor Detail

DependencyCriteria

public DependencyCriteria()
Method Detail

getDeclarationCriteria

public static QueryCriteria getDeclarationCriteria(java.lang.String id)
Get query criteria that can be used to find the declaration with the given unique ID.

Parameters:
id - the unique ID of the declaration
Returns:
the query criteria to find the declaration

getReferenceCriteria

public static QueryCriteria getReferenceCriteria(java.lang.String id)
Get query criteria that can be used to find references to the declaration with the given unique ID.

Parameters:
id - the unique ID of the declaration
Returns:
the query crteria to find references to the declaration

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

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