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 voidAuthClassicConnectorService. logoff()Logoff from service.voidAuthorizationService. 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 booleanDocClassicConnectorService. lockDocument(DocumentId id, DocumentService.AuditEvent event)Lock document.booleanDocumentService. lockDocument(DocumentId id, DocumentService.AuditEvent event)Lock document.booleanDocClassicConnectorService. unlockDocument(DocumentId id)Unlock document.booleanDocumentService. 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 OpenDocumentBeanSAPViewerUrl. 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.
-