com.atlassian.confluence.search.v2.query
Class PermittedSpacesQuery

java.lang.Object
  extended by com.atlassian.confluence.search.v2.query.PermittedSpacesQuery
All Implemented Interfaces:
SearchQuery

Deprecated. since 3.0. Please use SpacePermissionsSearchFilter instead.

@Deprecated
public class PermittedSpacesQuery
extends Object
implements SearchQuery

Query that represents a search in permitted spaces. The corresponding LuceneQueryMapper should construct an appropriate query against the logged in user.


Method Summary
 boolean equals(Object obj)
          Deprecated.  
static PermittedSpacesQuery getInstance()
          Deprecated.  
 String getKey()
          Deprecated.  
 List getParameters()
          Deprecated. List of parameters as Strings or SearchQuerys.
 int hashCode()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PermittedSpacesQuery getInstance()
Deprecated. 

getKey

public String getKey()
Deprecated. 
Specified by:
getKey in interface SearchQuery
Returns:
the plugin key

getParameters

public List getParameters()
Deprecated. 
Description copied from interface: SearchQuery
List of parameters as Strings or SearchQuerys.

Specified by:
getParameters in interface SearchQuery
Returns:
Strings or SearchQuerys.

equals

public boolean equals(Object obj)
Deprecated. 
Overrides:
equals in class Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object


Copyright © 2003-2011 Atlassian. All Rights Reserved.