com.atlassian.user.search.query
Class AllRepositoriesQueryContext

java.lang.Object
  extended bycom.atlassian.user.search.query.AllRepositoriesQueryContext
All Implemented Interfaces:
QueryContext

public class AllRepositoriesQueryContext
extends java.lang.Object
implements QueryContext

Convenience class to construct when wanting a QueryContext which will query all contexts.


Field Summary
 java.util.ArrayList oneKeyList
           
 
Fields inherited from interface com.atlassian.user.search.query.QueryContext
ALL_REPOSITORIES
 
Constructor Summary
AllRepositoriesQueryContext()
           
 
Method Summary
 void addRepositoryKey(java.lang.String key)
           
 java.util.List getRepositoryKeys()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oneKeyList

public java.util.ArrayList oneKeyList
Constructor Detail

AllRepositoriesQueryContext

public AllRepositoriesQueryContext()
Method Detail

addRepositoryKey

public void addRepositoryKey(java.lang.String key)
Specified by:
addRepositoryKey in interface QueryContext

getRepositoryKeys

public java.util.List getRepositoryKeys()
Specified by:
getRepositoryKeys in interface QueryContext


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