| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.ide.dependency.index.DependencyCriteria
public final class DependencyCriteria
Provides index criteria for dependency queries.
| Field Summary | |
|---|---|
static java.lang.String | 
DECLARATIONIndex query criteria for a declaration.  | 
static java.lang.String | 
REFERENCEIndex 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 | 
|---|
public static final java.lang.String DECLARATION
public static final java.lang.String REFERENCE
| Constructor Detail | 
|---|
public DependencyCriteria()
| Method Detail | 
|---|
public static QueryCriteria getDeclarationCriteria(java.lang.String id)
id - the unique ID of the declarationpublic static QueryCriteria getReferenceCriteria(java.lang.String id)
id - the unique ID of the declaration
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||