Interface VersionableContentDashboardItem<T>
- All Superinterfaces:
ContentDashboardItem<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.liferay.content.dashboard.item.ContentDashboardItem
ContentDashboardItem.SpecificInformation<T> -
Method Summary
Modifier and TypeMethodDescriptiongetAllContentDashboardItemVersions(jakarta.servlet.http.HttpServletRequest httpServletRequest) getViewVersionsURL(jakarta.servlet.http.HttpServletRequest httpServletRequest) default booleanisShowContentDashboardItemVersions(jakarta.servlet.http.HttpServletRequest httpServletRequest) Methods inherited from interface com.liferay.content.dashboard.item.ContentDashboardItem
getAssetCategories, getAssetCategories, getAssetTags, getAvailableLocales, getContentDashboardItemActions, getContentDashboardItemSubtype, getCreateDate, getDefaultContentDashboardItemAction, getDefaultLocale, getDescription, getId, getInfoItemReference, getLatestContentDashboardItemVersions, getModifiedDate, getReviewDate, getScopeName, getSpecificInformationList, getTitle, getTypeLabel, getUserId, getUserName, isViewable
-
Method Details
-
getAllContentDashboardItemVersions
List<ContentDashboardItemVersion> getAllContentDashboardItemVersions(jakarta.servlet.http.HttpServletRequest httpServletRequest) -
getViewVersionsURL
-
isShowContentDashboardItemVersions
default boolean isShowContentDashboardItemVersions(jakarta.servlet.http.HttpServletRequest httpServletRequest)
-