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 TypeMethodDescriptionvoidAnnotationConverter.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 OpenDocumentBeanAbstractDocumentView.viewerBeanViewer'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 TypeMethodDescriptionbooleanDocumentViewPresenter.canEditAnnotations(OpenDocumentBean bean) Checks if the user can edit the annotations.booleanViewerJspUtil.isViewable(OpenDocumentBean bean, long maxSize) Checks if a specific element is viewable. -
Uses of OpenDocumentBean in com.saperion.ngc.viewer.hylandviewer
Methods in com.saperion.ngc.viewer.hylandviewer that return OpenDocumentBeanModifier and TypeMethodDescriptionHylandViewerUtil.getOpenDocumentBean(DocumentId docId, boolean currentRevision, boolean editMode) Get a OpenDocumentBean for a specific document id. -
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.voidPdfjsViewerUtil.removeRenderTargetInBean(OpenDocumentBean bean) Removes the 'targetFormat' parameter from the bean.voidPdfjsViewerUtil.setRenderTargetInBean(OpenDocumentBean bean) Adds a parameter 'targetFormat' in the bean, which will cause theViewDocumentServletto 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 DocumentIdVirtualViewerUtil.getReleasedHdoc(DocumentId documentId, OpenDocumentBean openDocumentBean, DocumentService docService) Gets the released hdoc.VirtualViewerUtil.getRotationAngles(OpenDocumentBean bean) Gets the rotation angles from the bean.static voidVirtualViewerUtil.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 TypeMethodDescriptionvoidJadiceAnnotationConverter.setDocumentInfos(OpenDocumentBean openDocumentBean)