Uses of Interface
com.saperion.ngc.model.document.DocumentService
Packages that use DocumentService
Package
Description
Package for document model classes.
Package for resultset component classes.
Package for streaming servlet.
Package for client utility classes.
Package for virtual viewer component classes.
-
Uses of DocumentService in com.saperion.ngc.model.document
Classes in com.saperion.ngc.model.document that implement DocumentServiceModifier and TypeClassDescriptionclass
Service presenting document access methods provided by the classic connector. -
Uses of DocumentService in com.saperion.ngc.resultset
Constructors in com.saperion.ngc.resultset with parameters of type DocumentServiceModifierConstructorDescriptionItemAnalyzer
(DocumentService documentService, SettingsService settingsService) Constructor. -
Uses of DocumentService in com.saperion.ngc.servlet
Methods in com.saperion.ngc.servlet that return DocumentServiceModifier and TypeMethodDescriptionprotected DocumentService
AbstractAnnotationsServlet.getDocService
(jakarta.servlet.http.HttpSession session) Gets the doc service.protected DocumentService
AbstractStreamingServlet.getDocService
(jakarta.servlet.http.HttpSession session) Returns an instance of theDocumentService
by the given session. -
Uses of DocumentService in com.saperion.ngc.util
Methods in com.saperion.ngc.util with parameters of type DocumentServiceModifier and TypeMethodDescriptionstatic String
WatermarkUtil.getWatermarkFile
(String hDoc, boolean currentRevision, DocumentService docService) Gets the watermark file property of a document which is set in the WATERMARKFILE field in the document's metadata. -
Uses of DocumentService in com.saperion.ngc.viewer.virtualviewer
Methods in com.saperion.ngc.viewer.virtualviewer with parameters of type DocumentServiceModifier and TypeMethodDescriptionstatic DocumentId
VirtualViewerUtil.getReleasedHdoc
(DocumentId documentId, OpenDocumentBean openDocumentBean, DocumentService docService) Gets the released hdoc.