Interface VersionableContentDashboardItem<T>

All Superinterfaces:
ContentDashboardItem<T>

public interface VersionableContentDashboardItem<T> extends ContentDashboardItem<T>
  • Method Details

    • getAllContentDashboardItemVersions

      List<ContentDashboardItemVersion> getAllContentDashboardItemVersions(javax.servlet.http.HttpServletRequest httpServletRequest)
    • getViewVersionsURL

      String getViewVersionsURL(javax.servlet.http.HttpServletRequest httpServletRequest)
    • isShowContentDashboardItemVersions

      default boolean isShowContentDashboardItemVersions(javax.servlet.http.HttpServletRequest httpServletRequest)