Uses of Class
com.saperion.ngc.exception.DocumentLockException
-
Packages that use DocumentLockException Package Description com.saperion.ngc.model.authorization Package for authorization model classes.com.saperion.ngc.model.document Package for document model classes.com.saperion.ngc.sapviewer Package for standalone SAP viewer. -
-
Uses of DocumentLockException in com.saperion.ngc.model.authorization
Methods in com.saperion.ngc.model.authorization that throw DocumentLockException Modifier and Type Method Description void
AuthClassicConnectorService. logoff()
Logoff from service.void
AuthorizationService. logoff()
Logoff from service. -
Uses of DocumentLockException in com.saperion.ngc.model.document
Methods in com.saperion.ngc.model.document that throw DocumentLockException Modifier and Type Method Description boolean
DocClassicConnectorService. lockDocument(DocumentId id, DocumentService.AuditEvent event)
Lock document.boolean
DocumentService. lockDocument(DocumentId id, DocumentService.AuditEvent event)
Lock document.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 DocumentLockException 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.
-