Uses of Class
com.saperion.ngc.exception.DocumentLockException
Packages that use DocumentLockException
Package
Description
Package for authorization model classes.
Package for document model classes.
Package for standalone SAP viewer.
-
Uses of DocumentLockException in com.saperion.ngc.model.authorization
Methods in com.saperion.ngc.model.authorization that throw DocumentLockException -
Uses of DocumentLockException in com.saperion.ngc.model.document
Methods in com.saperion.ngc.model.document that throw DocumentLockExceptionModifier and TypeMethodDescriptionfinal boolean
DocClassicConnectorService.lockDocument
(DocumentId id, DocumentService.AuditEvent event) Lock document.boolean
DocumentService.lockDocument
(DocumentId id, DocumentService.AuditEvent event) Lock document.final boolean
DocClassicConnectorService.unlockDocument
(DocumentId id) Unlock document.boolean
DocumentService.unlockDocument
(DocumentId id) Unlock document. -
Uses of DocumentLockException in com.saperion.ngc.sapviewer
Methods in com.saperion.ngc.sapviewer that throw DocumentLockExceptionModifier and TypeMethodDescriptionSAPViewerUrl.createControlBeanAndLogin
(String url, jakarta.servlet.http.HttpServletRequest servletRequest, String viewerId) Parses the SAPViewer-URL, performs a login if required and created the viewer-control-bean.