Uses of Class
com.saperion.ngc.exception.DatabaseException
Packages that use DatabaseException
Package
Description
Package for document model classes.
Package for navigation model classes.
Package for resultset model classes.
Package for client utility classes.
-
Uses of DatabaseException in com.saperion.ngc.model.document
Methods in com.saperion.ngc.model.document that throw DatabaseExceptionModifier and TypeMethodDescriptioncom.saperion.intf.SaPropertyValue[]
DocClassicConnectorService.getDocumentMetadataFromArchive
(DocumentId id, boolean currentRevision) Returns the metadata of the document as read from the archive.com.saperion.intf.SaPropertyValue[]
DocumentService.getDocumentMetadataFromArchive
(DocumentId id, boolean currentRevision) Returns the metadata of the document as read from the archive.DocClassicConnectorService.getDocumentVersion
(String versionId) Returns the metadata of the specified version.DocumentService.getDocumentVersion
(String versionId) Returns the metadata of the specified version.DocClassicConnectorService.getRevisionInfo
(DocumentId id) Reads the properties of the specified revision.DocumentService.getRevisionInfo
(DocumentId id) Reads the properties of the specified revision. -
Uses of DatabaseException in com.saperion.ngc.model.resultset
Methods in com.saperion.ngc.model.resultset that throw DatabaseExceptionModifier and TypeMethodDescriptionfinal ModelResult
QueryClassicConnectorService.executeQuery
(com.saperion.rmi.SaQueryInfo query) Execute query.QueryService.executeQuery
(com.saperion.rmi.SaQueryInfo queryInfo) Execute query.QueryClassicConnectorService.getAttachmentInfo
(com.saperion.intf.wf.TaskInfo info) Loads the attachment for the specifiedTaskInfo
.QueryService.getAttachmentInfo
(com.saperion.intf.wf.TaskInfo info) Loads the attachment for the specifiedTaskInfo
.int
QueryClassicConnectorService.getHitCount
(com.saperion.rmi.SaQueryInfo info) Returns the number of hits for the specified query.int
QueryService.getHitCount
(com.saperion.rmi.SaQueryInfo info) Returns the number of hits for the specified query. -
Uses of DatabaseException in com.saperion.ngc.util
Methods in com.saperion.ngc.util that throw DatabaseExceptionModifier 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.