com.atlassian.confluence.it.dashboard
Interface RecentlyUpdatedItem
- All Known Implementing Classes:
- WebRecentlyUpdatedItem
public interface RecentlyUpdatedItem
An item that appears on the recently updated list on the dashboard.
getTitle
java.lang.String getTitle()
- Returns:
- the title of the content which changed.
getTitleUrl
java.lang.String getTitleUrl()
- Returns:
- the URL which the title link points to. Returns null if there is no such link.
getSummary
java.lang.String getSummary()
- Returns:
- the summary of the change, or null if there is no summary for this item.
getDateDescription
java.lang.String getDateDescription()
- Returns:
- the formatted date along with the relevant update action as seen on the dashboard.
Copyright © 2003-2013 Atlassian. All Rights Reserved.