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
(javax.servlet.http.HttpServletRequest httpServletRequest) getViewVersionsURL
(javax.servlet.http.HttpServletRequest httpServletRequest) default boolean
isShowContentDashboardItemVersions
(javax.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(javax.servlet.http.HttpServletRequest httpServletRequest) -
getViewVersionsURL
-
isShowContentDashboardItemVersions
default boolean isShowContentDashboardItemVersions(javax.servlet.http.HttpServletRequest httpServletRequest)
-