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

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

public class ArchivedSpacesSearchFilter
extends AbstractChainableSearchFilter

Filters archived spaces (and their contents) out of search results. Can be inverted to only include archived spaces.


Constructor Summary
ArchivedSpacesSearchFilter(boolean inverse)
          Construct the filter
 
Method Summary
 String getKey()
           
 boolean isInverse()
           
 
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

ArchivedSpacesSearchFilter

public ArchivedSpacesSearchFilter(boolean inverse)
Construct the filter

Parameters:
inverse - the filter should filter out non-archived spaces instead of archived spaces
Method Detail

getKey

public String getKey()
Returns:
the plugin key

isInverse

public boolean isInverse()


Copyright © 2003-2013 Atlassian. All Rights Reserved.