public final class DependencyCriteria
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DECLARATION
Index query criteria for a declaration.
|
static java.lang.String |
REFERENCE
Index query criteria for a reference.
|
| Constructor and Description |
|---|
DependencyCriteria() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final java.lang.String DECLARATION
public static final java.lang.String REFERENCE
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