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 OpenDocumentBean
SAPViewerUrl. 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 void
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 OpenDocumentBean Modifier and Type Field Description protected OpenDocumentBean
AbstractDocumentView. viewerBean
Viewer's control-bean.Methods in com.saperion.ngc.viewer that return OpenDocumentBean Modifier and Type Method Description OpenDocumentBean
ViewerJspUtil. 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 boolean
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.hylandviewer
Methods in com.saperion.ngc.viewer.hylandviewer that return OpenDocumentBean Modifier and Type Method Description OpenDocumentBean
HylandViewerUtil. 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 PdfjsViewerDisplayMode
PdfjsViewerUtil. getDisplayMode(OpenDocumentBean bean)
Returns the way the current element must be displayed.PdfjsViewerDisplayMode
PdfjsViewerUtil. getDisplayMode(OpenDocumentBean bean, java.lang.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 OpenDocumentBean Modifier and Type Method Description java.lang.String
VirtualViewerUtil. 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.static java.util.Map<java.lang.Integer,java.lang.Integer>
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 OpenDocumentBean Modifier and Type Method Description void
JadiceAnnotationConverter. setDocumentInfos(OpenDocumentBean openDocumentBean)
-