com.atlassian.confluence.it.feed
Class SpaceScope

java.lang.Object
  extended by com.atlassian.confluence.it.feed.SpaceScope

public class SpaceScope
extends Object

A selection of spaces for an RSS feed, as selected in the feed builder.

See Also:
FeedOptions

Field Summary
static SpaceScope ALL
           
static SpaceScope GLOBAL
           
static SpaceScope PERSONAL
           
 
Constructor Summary
SpaceScope(List<String> keys)
           
SpaceScope(Space space)
           
SpaceScope(String spaceKey)
           
 
Method Summary
 List<String> getKeys()
           
 SpaceScope union(SpaceScope otherScope)
          Returns the union of the two scopes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL

public static final SpaceScope ALL

GLOBAL

public static final SpaceScope GLOBAL

PERSONAL

public static final SpaceScope PERSONAL
Constructor Detail

SpaceScope

public SpaceScope(List<String> keys)

SpaceScope

public SpaceScope(String spaceKey)

SpaceScope

public SpaceScope(Space space)
Method Detail

getKeys

public List<String> getKeys()

union

public SpaceScope union(SpaceScope otherScope)
Returns the union of the two scopes.



Copyright © 2003-2012 Atlassian. All Rights Reserved.