| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.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 declaration
public static QueryCriteria getReferenceCriteria(java.lang.String id)
id - the unique ID of the declaration
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||