Class Overview
Just a typical facade - it's useful for avoiding the duplication of behaviours
across various actions, helper classes, etc.. There are some circumstances
where injecting five or six different managers in different classes or contexts
to answer common questions concerning content is inconvenient.
Additionally, by centralizing such miscellaneous calls here, we avoid duplication
of behaviours across classes and improve the testability of the common questions asked
of the content managers.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Constructors
Public Methods
public
List
getRecentlyUpdatedPagesForUserOnSpaceSince
(User user, String spaceKey, Date previousLoginDate)
Returns
- a list of pages, added or updated since the user last logged in,
which they are permitted to see.
public
List
getRecentlyUpdatedPagesForUserSince
(User user, Date previousLoginDate)
Returns
- a list of pages, added or updated since the user last logged in,
which they are permitted to see.
public
String
getWelcomeMessage
()
Returns
- String the site welcome message held in
com.atlassian.confluence.setup.settings.Settings
public
WikiStyleRenderer
getWikiStyleRenderer
()
public
void
setWikiStyleRenderer
(WikiStyleRenderer wikiStyleRenderer)
public
boolean
spaceHasBlogPosts
(String spaceKey)
Returns
- true if the given space key correlates to a space containing blog content
public
boolean
spaceHasMail
(String spaceKey)
Returns
- true if the given space key correlates to a space containing mail content