com.atlassian.confluence.it.feed
Class SpaceScope
java.lang.Object
com.atlassian.confluence.it.feed.SpaceScope
public class SpaceScope
- extends java.lang.Object
A selection of spaces for an RSS feed, as selected in the feed builder.
- See Also:
FeedOptions
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALL
public static final SpaceScope ALL
GLOBAL
public static final SpaceScope GLOBAL
PERSONAL
public static final SpaceScope PERSONAL
SpaceScope
public SpaceScope(java.util.List<java.lang.String> keys)
SpaceScope
public SpaceScope(java.lang.String spaceKey)
SpaceScope
public SpaceScope(Space space)
getKeys
public java.util.List<java.lang.String> getKeys()
union
public SpaceScope union(SpaceScope otherScope)
- Returns the union of the two scopes.
Copyright © 2003-2013 Atlassian. All Rights Reserved.