Uses of Class
com.saperion.ngc.viewer.OpenDocumentBean
-
Packages that use OpenDocumentBean Package Description com.saperion.ngc.main Package for component-wide main classes.com.saperion.ngc.sapviewer Package for standalone SAP viewer.com.saperion.ngc.servlet Package for streaming servlet.com.saperion.ngc.viewer Package for viewer component classes.com.saperion.ngc.viewer.hylandviewer com.saperion.ngc.viewer.pdfjs Package for PDFJS-viewer component classes.com.saperion.ngc.viewer.virtualviewer Package for virtual viewer component classes.com.saperion.ngc.viewer.virtualviewer.annotation 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 OpenDocumentBean Modifier and Type Method Description java.util.Map<java.lang.String,OpenDocumentBean>HttpSessionWrapper. 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 OpenDocumentBean Modifier and Type Method Description OpenDocumentBeanSAPViewerUrl. createControlBeanAndLogin(java.lang.String url, javax.servlet.http.HttpServletRequest servletRequest, java.lang.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 OpenDocumentBean Modifier and Type Method Description voidAnnotationConverter. 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 OpenDocumentBean Modifier and Type Field Description protected OpenDocumentBeanAbstractDocumentView. viewerBeanViewer's control-bean.Methods in com.saperion.ngc.viewer that return OpenDocumentBean Modifier and Type Method Description OpenDocumentBeanViewerJspUtil. getPopupBean(java.lang.String popupId)Gets the popup-bean for this viewer-popup.Methods in com.saperion.ngc.viewer with parameters of type OpenDocumentBean Modifier and Type Method Description booleanDocumentViewPresenter. 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 OpenDocumentBean Modifier and Type Method Description OpenDocumentBeanHylandViewerUtil. 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 OpenDocumentBean Modifier and Type Method Description PdfjsViewerDisplayModePdfjsViewerUtil. getDisplayMode(OpenDocumentBean bean)Returns the way the current element must be displayed.PdfjsViewerDisplayModePdfjsViewerUtil. getDisplayMode(OpenDocumentBean bean, java.lang.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 OpenDocumentBean Modifier and Type Method Description java.lang.StringVirtualViewerUtil. getDocIdWithoutElement(OpenDocumentBean bean)Gets the doc-id without the element-id.static DocumentIdVirtualViewerUtil. getReleasedHdoc(DocumentId documentId, OpenDocumentBean openDocumentBean, DocumentService docService)Gets the released hdoc.static java.util.Map<java.lang.Integer,java.lang.Integer>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 OpenDocumentBean Modifier and Type Method Description voidJadiceAnnotationConverter. setDocumentInfos(OpenDocumentBean openDocumentBean)
-