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 void
LockMethod.attemptLock()
The main lock implementation method.protected void
UnlockMethod.attemptUnlock()
The main unlock implementation.void
WebDAVHelper.checkDestinationURL
(javax.servlet.http.HttpServletRequest request, String urlStr) Check that the destination path is on this server and is a valid WebDAV path for this serverprotected LockInfo
Checks if write operation can be performed on node.protected LockInfo
Checks if write operation can be performed on node.WebDAVHelper.createFile
(FileInfo parentNodeInfo, String path) protected final void
LockMethod.createLock
(FileInfo lockNode, String userName) Create a new lockvoid
WebDAVMethod.execute()
Executes the method, wrapping the call toWebDAVMethod.executeImpl()
in an appropriate transaction and handling the error conditions.protected void
DeleteMethod.executeImpl()
Execute the requestprotected void
GetMethod.executeImpl()
Exceute the WebDAV requestprotected void
LockMethod.executeImpl()
Execute the requestprotected void
MkcolMethod.executeImpl()
Execute the requestprotected final void
MoveMethod.executeImpl()
Exceute the requestprotected void
OptionsMethod.executeImpl()
Perform the main request processingprotected void
PropFindMethod.executeImpl()
Execute the main WebDAV request processingprotected void
PropPatchMethod.executeImpl()
protected void
PutMethod.executeImpl()
Execute the WebDAV requestprotected void
UnlockMethod.executeImpl()
Execute the requestprotected abstract void
WebDAVMethod.executeImpl()
Access the content repository to satisfy the request and generates the appropriate WebDAV response.WebDAVHelper.getChildren
(FileInfo fileInfo) protected Document
WebDAVMethod.getRequestBodyAsDocument()
Retrieves the request body as an XML documentprotected void
WebDAVMethod.parseDepthHeader()
Parses "Depth" request headerprotected void
WebDAVMethod.parseIfHeader()
Parses "If" header of the request.protected void
DeleteMethod.parseRequestBody()
Parse the request bodyprotected void
GetMethod.parseRequestBody()
Parse the request bodyprotected void
HierarchicalMethod.parseRequestBody()
Parse the request bodyprotected void
LockMethod.parseRequestBody()
Parse the request bodyprotected void
MkcolMethod.parseRequestBody()
Parse the request bodyprotected void
OptionsMethod.parseRequestBody()
Parse the request main bodyprotected void
PropFindMethod.parseRequestBody()
Parse the request bodyprotected void
PropPatchMethod.parseRequestBody()
Parse the request bodyprotected void
PutMethod.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 void
UnlockMethod.parseRequestBody()
Parse the request bodyprotected abstract void
WebDAVMethod.parseRequestBody()
Parses the given request body represented as an XML document and sets any necessary context ready for execution.protected void
DeleteMethod.parseRequestHeaders()
Parse the request headersprotected void
GetMethod.parseRequestHeaders()
Parse the request headersprotected void
HierarchicalMethod.parseRequestHeaders()
Parse the request headersprotected void
LockMethod.parseRequestHeaders()
Parse the request headersprotected void
MkcolMethod.parseRequestHeaders()
Parse the request headersprotected void
MoveMethod.parseRequestHeaders()
protected void
OptionsMethod.parseRequestHeaders()
Parse the request header fieldsprotected void
PropFindMethod.parseRequestHeaders()
Parse the request headersprotected void
PropPatchMethod.parseRequestHeaders()
Parse the request headersprotected void
PutMethod.parseRequestHeaders()
Parse the request headersprotected void
UnlockMethod.parseRequestHeaders()
Parse the request headersprotected abstract void
WebDAVMethod.parseRequestHeaders()
Parses the HTTP headers of the request and sets any necessary context ready for execution.protected void
PropPatchMethod.patchProperties
(FileInfo nodeInfo, String path) protected void
DeleteMethod.postActivity
(FileInfo parent, FileInfo deletedFile, String siteId) Create a deletion activity post.protected void
PutMethod.postActivity()
Create an activity post.void
ActivityPosterImpl.postFileFolderAdded
(String siteId, String tenantDomain, String path, FileInfo nodeInfo) void
WebDAVActivityPoster.postFileFolderAdded
(String siteId, String tenantDomain, String path, FileInfo nodeInfo) void
ActivityPosterImpl.postFileFolderDeleted
(String siteId, String tenantDomain, String parentPath, FileInfo parentNodeInfo, FileInfo nodeInfo) void
WebDAVActivityPoster.postFileFolderDeleted
(String siteId, String tenantDomain, String parentPath, FileInfo parentNodeInfo, FileInfo contentNodeInfo) void
ActivityPosterImpl.postFileFolderUpdated
(String siteId, String tenantDomain, FileInfo nodeInfo) void
WebDAVActivityPoster.postFileFolderUpdated
(String siteId, String tenantDomain, FileInfo nodeInfo) protected void
GetMethod.readContent
(FileInfo realNodeInfo, ContentReader reader) protected final void
LockMethod.refreshLock
(FileInfo lockNode, String userName) Refresh an existing lock