com.atlassian.confluence.search.v2.searchfilter
Class InSpaceSearchFilter

java.lang.Object
  extended by com.atlassian.confluence.search.v2.AbstractChainableSearchFilter
      extended by com.atlassian.confluence.search.v2.searchfilter.InSpaceSearchFilter
All Implemented Interfaces:
SearchFilter

@Immutable
public class InSpaceSearchFilter
extends AbstractChainableSearchFilter

Filters for documents that belong to spaces with the specified space keys. Also returns documents that don't belong to any spaces (such as personal information/profile documents)


Constructor Summary
InSpaceSearchFilter(Set<String> spaceKeys)
           
 
Method Summary
 String getKey()
           
 Set<String> getSpaceKeys()
           
 
Methods inherited from class com.atlassian.confluence.search.v2.AbstractChainableSearchFilter
and, or
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InSpaceSearchFilter

public InSpaceSearchFilter(Set<String> spaceKeys)
Method Detail

getSpaceKeys

public Set<String> getSpaceKeys()

getKey

public String getKey()
Returns:
the plugin key


Copyright © 2003-2013 Atlassian. All Rights Reserved.