com.atlassian.user.search.query
Interface QueryContext

All Known Implementing Classes:
AllRepositoriesQueryContext, DefaultQueryContext

public interface QueryContext

Indicates the context in which a query should run.


Field Summary
static java.lang.String ALL_REPOSITORIES
          indicates that the Query Context should search in all delegated repositories.
 
Method Summary
 void addRepositoryKey(java.lang.String key)
           
 java.util.List getRepositoryKeys()
           
 

Field Detail

ALL_REPOSITORIES

public static final java.lang.String ALL_REPOSITORIES
indicates that the Query Context should search in all delegated repositories.

See Also:
Constant Field Values
Method Detail

addRepositoryKey

public void addRepositoryKey(java.lang.String key)

getRepositoryKeys

public java.util.List getRepositoryKeys()


Copyright © 2005-2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.