|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryContext
Indicates the context in which a query should run.
| Field Summary | |
|---|---|
static java.lang.String |
ALL_REPOSITORIES
Deprecated. since 2.1 should not be on the interface, use AllRepositoriesQueryContext to model this behaviour |
| Method Summary | |
|---|---|
void |
addRepositoryKey(java.lang.String key)
Deprecated. since 2.1 should not be on the interface, use DefaultQueryContext#DefaultQueryContext(RepositoryIdentifier...) |
boolean |
contains(RepositoryIdentifier repositoryIdentifier)
Returns true if the specified repository is in this query context, otherwise false. |
java.util.List<java.lang.String> |
getRepositoryKeys()
Deprecated. since 2.1 use contains(RepositoryIdentifier) instead |
| Field Detail |
|---|
static final java.lang.String ALL_REPOSITORIES
AllRepositoriesQueryContext to model this behaviour
| Method Detail |
|---|
void addRepositoryKey(java.lang.String key)
DefaultQueryContext#DefaultQueryContext(RepositoryIdentifier...)
java.util.List<java.lang.String> getRepositoryKeys()
contains(RepositoryIdentifier) instead
boolean contains(RepositoryIdentifier repositoryIdentifier)
true if the specified repository is in this query context, otherwise false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||