Uses of Class
org.alfresco.repo.webdav.WebDAVServerException
Packages that use WebDAVServerException
-
Uses of WebDAVServerException in org.alfresco.repo.webdav
Methods in org.alfresco.repo.webdav that throw WebDAVServerExceptionModifier and TypeMethodDescriptionprotected voidLockMethod.attemptLock()The main lock implementation method.protected voidUnlockMethod.attemptUnlock()The main unlock implementation.voidWebDAVHelper.checkDestinationURL(jakarta.servlet.http.HttpServletRequest request, String urlStr) Check that the destination path is on this server and is a valid WebDAV path for this serverprotected LockInfoChecks if write operation can be performed on node.protected LockInfoChecks if write operation can be performed on node.WebDAVHelper.createFile(FileInfo parentNodeInfo, String path) protected final voidLockMethod.createLock(FileInfo lockNode, String userName) Create a new lockvoidWebDAVMethod.execute()Executes the method, wrapping the call toWebDAVMethod.executeImpl()in an appropriate transaction and handling the error conditions.protected voidDeleteMethod.executeImpl()Execute the requestprotected voidGetMethod.executeImpl()Exceute the WebDAV requestprotected voidLockMethod.executeImpl()Execute the requestprotected voidMkcolMethod.executeImpl()Execute the requestprotected final voidMoveMethod.executeImpl()Exceute the requestprotected voidOptionsMethod.executeImpl()Perform the main request processingprotected voidPropFindMethod.executeImpl()Execute the main WebDAV request processingprotected voidPropPatchMethod.executeImpl()protected voidPutMethod.executeImpl()Execute the WebDAV requestprotected voidUnlockMethod.executeImpl()Execute the requestprotected abstract voidWebDAVMethod.executeImpl()Access the content repository to satisfy the request and generates the appropriate WebDAV response.WebDAVHelper.getChildren(FileInfo fileInfo) protected DocumentWebDAVMethod.getRequestBodyAsDocument()Retrieves the request body as an XML documentprotected voidWebDAVMethod.parseDepthHeader()Parses "Depth" request headerprotected voidWebDAVMethod.parseIfHeader()Parses "If" header of the request.protected voidDeleteMethod.parseRequestBody()Parse the request bodyprotected voidGetMethod.parseRequestBody()Parse the request bodyprotected voidHierarchicalMethod.parseRequestBody()Parse the request bodyprotected voidLockMethod.parseRequestBody()Parse the request bodyprotected voidMkcolMethod.parseRequestBody()Parse the request bodyprotected voidOptionsMethod.parseRequestBody()Parse the request main bodyprotected voidPropFindMethod.parseRequestBody()Parse the request bodyprotected voidPropPatchMethod.parseRequestBody()Parse the request bodyprotected voidPutMethod.parseRequestBody()Clears the aspect added by a LOCK request for a new file, so that the Timer started by the LOCK request will not remove the node now that the PUT request has been received.protected voidUnlockMethod.parseRequestBody()Parse the request bodyprotected abstract voidWebDAVMethod.parseRequestBody()Parses the given request body represented as an XML document and sets any necessary context ready for execution.protected voidDeleteMethod.parseRequestHeaders()Parse the request headersprotected voidGetMethod.parseRequestHeaders()Parse the request headersprotected voidHierarchicalMethod.parseRequestHeaders()Parse the request headersprotected voidLockMethod.parseRequestHeaders()Parse the request headersprotected voidMkcolMethod.parseRequestHeaders()Parse the request headersprotected voidMoveMethod.parseRequestHeaders()protected voidOptionsMethod.parseRequestHeaders()Parse the request header fieldsprotected voidPropFindMethod.parseRequestHeaders()Parse the request headersprotected voidPropPatchMethod.parseRequestHeaders()Parse the request headersprotected voidPutMethod.parseRequestHeaders()Parse the request headersprotected voidUnlockMethod.parseRequestHeaders()Parse the request headersprotected abstract voidWebDAVMethod.parseRequestHeaders()Parses the HTTP headers of the request and sets any necessary context ready for execution.protected voidPropPatchMethod.patchProperties(FileInfo nodeInfo, String path) protected voidDeleteMethod.postActivity(FileInfo parent, FileInfo deletedFile, String siteId) Create a deletion activity post.protected voidPutMethod.postActivity()Create an activity post.voidActivityPosterImpl.postFileFolderAdded(String siteId, String tenantDomain, String path, FileInfo nodeInfo) voidWebDAVActivityPoster.postFileFolderAdded(String siteId, String tenantDomain, String path, FileInfo nodeInfo) voidActivityPosterImpl.postFileFolderDeleted(String siteId, String tenantDomain, String parentPath, FileInfo parentNodeInfo, FileInfo nodeInfo) voidWebDAVActivityPoster.postFileFolderDeleted(String siteId, String tenantDomain, String parentPath, FileInfo parentNodeInfo, FileInfo contentNodeInfo) voidActivityPosterImpl.postFileFolderUpdated(String siteId, String tenantDomain, FileInfo nodeInfo) voidWebDAVActivityPoster.postFileFolderUpdated(String siteId, String tenantDomain, FileInfo nodeInfo) protected voidGetMethod.readContent(FileInfo realNodeInfo, ContentReader reader) protected final voidLockMethod.refreshLock(FileInfo lockNode, String userName) Refresh an existing lock