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 getSummary()
          The summary of the change, or null if there is no summary for this item.
 java.lang.String getTitle()
          The title of the content which changed.
 java.lang.String getTitleUrl()
          The URL which the title link points to.
 

Method Detail

getTitle

java.lang.String getTitle()
The title of the content which changed.


getTitleUrl

java.lang.String getTitleUrl()
The URL which the title link points to. Returns null if there is no such link.


getSummary

java.lang.String getSummary()
The summary of the change, or null if there is no summary for this item.



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.