Uses of Interface
com.saperion.ngc.model.document.DocumentService
-
Packages that use DocumentService Package Description com.saperion.ngc.model.document Package for document model classes.com.saperion.ngc.resultset Package for resultset component classes.com.saperion.ngc.servlet Package for streaming servlet.com.saperion.ngc.util Package for client utility classes.com.saperion.ngc.viewer.virtualviewer Package for virtual viewer component classes. -
-
Uses of DocumentService in com.saperion.ngc.model.document
Classes in com.saperion.ngc.model.document that implement DocumentService Modifier and Type Class Description class
DocClassicConnectorService
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 DocumentService Constructor Description ItemAnalyzer(DocumentService documentService, SettingsService settingsService)
Constructor. -
Uses of DocumentService in com.saperion.ngc.servlet
Methods in com.saperion.ngc.servlet that return DocumentService Modifier and Type Method Description protected DocumentService
AbstractAnnotationsServlet. getDocService(javax.servlet.http.HttpSession session)
Gets the doc service.protected DocumentService
AbstractStreamingServlet. getDocService(javax.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 DocumentService Modifier and Type Method Description static java.lang.String
WatermarkUtil. getWatermarkFile(java.lang.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 DocumentService Modifier and Type Method Description static DocumentId
VirtualViewerUtil. getReleasedHdoc(DocumentId documentId, OpenDocumentBean openDocumentBean, DocumentService docService)
Gets the released hdoc.
-