public interface DLViewFileVersionDisplayContext extends DLDisplayContext
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCssClassFileMimeType() |
DDMFormValues |
getDDMFormValues(DDMStructure ddmStructure) |
DDMFormValues |
getDDMFormValues(long ddmStorageId) |
java.util.List<DDMStructure> |
getDDMStructures() |
int |
getDDMStructuresCount() |
java.lang.String |
getDiscussionClassName() |
long |
getDiscussionClassPK() |
java.lang.String |
getDiscussionLabel(java.util.Locale locale) |
default java.lang.String |
getIconFileMimeType() |
Menu |
getMenu() |
java.util.List<ToolbarItem> |
getToolbarItems() |
default boolean |
hasCustomThumbnail() |
boolean |
hasPreview() |
default boolean |
isActionsVisible() |
boolean |
isDownloadLinkVisible() |
default boolean |
isShared() |
default boolean |
isSharingLinkVisible() |
boolean |
isVersionInfoVisible() |
default void |
renderCustomThumbnail(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
renderPreview(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
getUuidjava.lang.String getCssClassFileMimeType()
DDMFormValues getDDMFormValues(DDMStructure ddmStructure) throws PortalException
PortalExceptionDDMFormValues getDDMFormValues(long ddmStorageId) throws PortalException
PortalExceptionjava.util.List<DDMStructure> getDDMStructures() throws PortalException
PortalExceptionint getDDMStructuresCount()
throws PortalException
PortalExceptionjava.lang.String getDiscussionClassName()
long getDiscussionClassPK()
java.lang.String getDiscussionLabel(java.util.Locale locale)
default java.lang.String getIconFileMimeType()
Menu getMenu() throws PortalException
PortalExceptionjava.util.List<ToolbarItem> getToolbarItems() throws PortalException
PortalExceptiondefault boolean hasCustomThumbnail()
boolean hasPreview()
default boolean isActionsVisible()
boolean isDownloadLinkVisible()
throws PortalException
PortalExceptiondefault boolean isShared()
throws PortalException
PortalExceptiondefault boolean isSharingLinkVisible()
throws PortalException
PortalExceptionboolean isVersionInfoVisible()
throws PortalException
PortalExceptiondefault void renderCustomThumbnail(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws java.io.IOException,
javax.servlet.ServletException
java.io.IOExceptionjavax.servlet.ServletExceptionvoid renderPreview(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws java.io.IOException,
javax.servlet.ServletException
java.io.IOExceptionjavax.servlet.ServletException