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.


Method Summary
 java.lang.String getDateDescription()
           
 java.lang.String getSummary()
           
 java.lang.String getTitle()
           
 java.lang.String getTitleUrl()
           
 

Method Detail

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-2014 Atlassian. All Rights Reserved.