Package com.axemble.vdoc.sdk.utils
Interface IViewerUtils
public interface IViewerUtils
IViewerUtils
Use this utils to load the viewer in easysite context and create viewer links
-
Method Summary
Modifier and TypeMethodDescriptionbuildViewerLink
(String viewerId, String uri, String fileName, Collection<String> siblings) Build Viewer Linkvoid
loadViewer
(String viewerId, ViewerViewableManagerType viewableManagerType) Load the Viewer
-
Method Details
-
loadViewer
Load the Viewer- Parameters:
viewerId
- the viewer idviewableManagerType
- the viewable manager type
-
buildViewerLink
Build Viewer Link- Parameters:
viewerId
- the viewerIduri
- the urifileName
- the fileNamesiblings
- the siblings- Returns:
- the link
-