Uses of Class
com.liferay.portal.kernel.webdav.WebDAVException
Packages that use WebDAVException
-
Uses of WebDAVException in com.liferay.portal.kernel.webdav
Methods in com.liferay.portal.kernel.webdav that throw WebDAVExceptionModifier and TypeMethodDescriptionintWebDAVStorage.copyCollectionResource(WebDAVRequest webDAVRequest, Resource resource, String destination, boolean overwrite, long depth) intWebDAVStorageWrapper.copyCollectionResource(WebDAVRequest webDAVRequest, Resource resource, String destination, boolean overwrite, long depth) intWebDAVStorage.copySimpleResource(WebDAVRequest webDAVRequest, Resource resource, String destination, boolean overwrite) intWebDAVStorageWrapper.copySimpleResource(WebDAVRequest webDAVRequest, Resource resource, String destination, boolean overwrite) intWebDAVStorage.deleteResource(WebDAVRequest webDAVRequest) intWebDAVStorageWrapper.deleteResource(WebDAVRequest webDAVRequest) BaseResourceImpl.getContentAsStream()Resource.getContentAsStream()static longWebDAVUtil.getGroupId(long companyId, String path) static longWebDAVUtil.getGroupId(long companyId, String[] pathArray) static StringWebDAVUtil.getLockUuid(javax.servlet.http.HttpServletRequest httpServletRequest) WebDAVStorage.getResource(WebDAVRequest webDAVRequest) WebDAVStorageWrapper.getResource(WebDAVRequest webDAVRequest) WebDAVStorage.getResources(WebDAVRequest webDAVRequest) WebDAVStorageWrapper.getResources(WebDAVRequest webDAVRequest) booleanWebDAVStorage.isAvailable(WebDAVRequest webDAVRequest) booleanWebDAVStorageWrapper.isAvailable(WebDAVRequest webDAVRequest) WebDAVStorage.lockResource(WebDAVRequest webDAVRequest, String owner, long timeout) WebDAVStorageWrapper.lockResource(WebDAVRequest webDAVRequest, String owner, long timeout) WebDAVStorage.makeCollection(WebDAVRequest webDAVRequest) WebDAVStorageWrapper.makeCollection(WebDAVRequest webDAVRequest) intWebDAVStorage.moveCollectionResource(WebDAVRequest webDAVRequest, Resource resource, String destination, boolean overwrite) intWebDAVStorageWrapper.moveCollectionResource(WebDAVRequest webDAVRequest, Resource resource, String destination, boolean overwrite) intWebDAVStorage.moveSimpleResource(WebDAVRequest webDAVRequest, Resource resource, String destination, boolean overwrite) intWebDAVStorageWrapper.moveSimpleResource(WebDAVRequest webDAVRequest, Resource resource, String destination, boolean overwrite) intWebDAVStorage.putResource(WebDAVRequest webDAVRequest) intWebDAVStorageWrapper.putResource(WebDAVRequest webDAVRequest) WebDAVStorage.refreshResourceLock(WebDAVRequest webDAVRequest, String uuid, long timeout) WebDAVStorageWrapper.refreshResourceLock(WebDAVRequest webDAVRequest, String uuid, long timeout) booleanWebDAVStorage.unlockResource(WebDAVRequest webDAVRequest, String token) booleanWebDAVStorageWrapper.unlockResource(WebDAVRequest webDAVRequest, String token) -
Uses of WebDAVException in com.liferay.portal.kernel.webdav.methods
Methods in com.liferay.portal.kernel.webdav.methods that throw WebDAVExceptionModifier and TypeMethodDescriptionintMethod.process(WebDAVRequest webDAVRequest) Returns -1 or a supported HTTP status code.