com.atlassian.user.search.query
Class DefaultQueryContext

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

public class DefaultQueryContext
extends java.lang.Object
implements QueryContext


Field Summary
 
Fields inherited from interface com.atlassian.user.search.query.QueryContext
ALL_REPOSITORIES
 
Constructor Summary
DefaultQueryContext()
           
 
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
 

Constructor Detail

DefaultQueryContext

public DefaultQueryContext()
Method Detail

addRepositoryKey

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

getRepositoryKeys

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


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