Uses of Class
com.saperion.ngc.viewer.OpenDocumentBean
Packages that use OpenDocumentBean
Package
Description
Package for component-wide main classes.
Package for standalone SAP viewer.
Package for streaming servlet.
Package for viewer component classes.
Package for PDFJS-viewer component classes.
Package for virtual viewer component classes.
Package for viewer annotation .
-
Uses of OpenDocumentBean in com.saperion.ngc.main
Methods in com.saperion.ngc.main that return types with arguments of type OpenDocumentBeanModifier and TypeMethodDescriptionHttpSessionWrapper.getPopupBeans()
Convenience method to retrieve the map with the viewer-popup-beans. -
Uses of OpenDocumentBean in com.saperion.ngc.sapviewer
Methods in com.saperion.ngc.sapviewer that return OpenDocumentBeanModifier and TypeMethodDescriptionSAPViewerUrl.createControlBeanAndLogin
(String url, jakarta.servlet.http.HttpServletRequest servletRequest, String viewerId) Parses the SAPViewer-URL, performs a login if required and created the viewer-control-bean. -
Uses of OpenDocumentBean in com.saperion.ngc.servlet
Methods in com.saperion.ngc.servlet with parameters of type OpenDocumentBeanModifier and TypeMethodDescriptionvoid
AnnotationConverter.setDocumentInfos
(OpenDocumentBean openDocumentBean) Used to pass information about the document to the converter. -
Uses of OpenDocumentBean in com.saperion.ngc.viewer
Fields in com.saperion.ngc.viewer declared as OpenDocumentBeanModifier and TypeFieldDescriptionprotected OpenDocumentBean
AbstractDocumentView.viewerBean
Viewer's control-bean.Methods in com.saperion.ngc.viewer that return OpenDocumentBeanModifier and TypeMethodDescriptionViewerJspUtil.getPopupBean
(String popupId) Gets the popup-bean for this viewer-popup.Methods in com.saperion.ngc.viewer with parameters of type OpenDocumentBeanModifier and TypeMethodDescriptionboolean
DocumentViewPresenter.canEditAnnotations
(OpenDocumentBean bean) Checks if the user can edit the annotations.boolean
ViewerJspUtil.isViewable
(OpenDocumentBean bean, long maxSize) Checks if a specific element is viewable. -
Uses of OpenDocumentBean in com.saperion.ngc.viewer.pdfjs
Methods in com.saperion.ngc.viewer.pdfjs with parameters of type OpenDocumentBeanModifier and TypeMethodDescriptionPdfjsViewerUtil.getDisplayMode
(OpenDocumentBean bean) Returns the way the current element must be displayed.PdfjsViewerUtil.getDisplayMode
(OpenDocumentBean bean, String name) Returns the way the current element must be displayed.void
PdfjsViewerUtil.removeRenderTargetInBean
(OpenDocumentBean bean) Removes the 'targetFormat' parameter from the bean.void
PdfjsViewerUtil.setRenderTargetInBean
(OpenDocumentBean bean) Adds a parameter 'targetFormat' in the bean, which will cause theViewDocumentServlet
to render the element as PDF. -
Uses of OpenDocumentBean in com.saperion.ngc.viewer.virtualviewer
Methods in com.saperion.ngc.viewer.virtualviewer with parameters of type OpenDocumentBeanModifier and TypeMethodDescriptionVirtualViewerUtil.getDocIdWithoutElement
(OpenDocumentBean bean) Gets the doc-id without the element-id.static DocumentId
VirtualViewerUtil.getReleasedHdoc
(DocumentId documentId, OpenDocumentBean openDocumentBean, DocumentService docService) Gets the released hdoc.VirtualViewerUtil.getRotationAngles
(OpenDocumentBean bean) Gets the rotation angles from the bean.static void
VirtualViewerUtil.rememberRotationForPage
(OpenDocumentBean bean, int page, int angle) Stores the angle by wich the specified page was rotated. -
Uses of OpenDocumentBean in com.saperion.ngc.viewer.virtualviewer.annotation
Methods in com.saperion.ngc.viewer.virtualviewer.annotation with parameters of type OpenDocumentBeanModifier and TypeMethodDescriptionvoid
JadiceAnnotationConverter.setDocumentInfos
(OpenDocumentBean openDocumentBean)