Interface RecentlyUpdatedItem

  • All Known Implementing Classes:
    WebRecentlyUpdatedItem

    public interface RecentlyUpdatedItem
    An item that appears on the recently updated list on the dashboard.
    • Method Detail

      • getTitle

        String getTitle()
        Returns:
        the title of the content which changed.
      • getTitleUrl

        String getTitleUrl()
        Returns:
        the URL which the title link points to. Returns null if there is no such link.
      • getSummary

        String getSummary()
        Returns:
        the summary of the change, or null if there is no summary for this item.
      • getDateDescription

        String getDateDescription()
        Returns:
        the formatted date along with the relevant update action as seen on the dashboard.