Uses of Class
org.exoplatform.documents.webdav.model.WebDavException
Packages that use WebDavException
-
Uses of WebDavException in org.exoplatform.documents.webdav.service
Methods in org.exoplatform.documents.webdav.service that throw WebDavExceptionModifier and TypeMethodDescriptionvoidWebdav CheckIn of a given resource in order to prepare generation of a versionvoidWebdav CheckOut of a given resource in order to generate a versionvoidDocumentWebDavService.copy(String resourcePath, String destinationPath, int depth, boolean overwrite, boolean removeDestination, WebDavItemProperty webDavItemProperty, List<String> lockTokens, String username) Webdav COPY of a given resource into a designated resource pathvoidDocumentWebDavService.createFolder(String resourcePath, String folderType, String contentNodeType, String mixinTypes, List<String> lockTokens, String username) Creates a new folder in the designated locationvoidWebdav DELETE of a given resourceDocumentWebDavService.download(String resourcePath, String version, String baseUri, String username) Webdav GET of a given resourcevoidDocumentWebDavService.enableVersioning(String resourcePath, List<String> lockTokens, String username) Enables Versioning on the designated resourceDocumentWebDavService.get(String resourcePath, String propRequestType, Set<QName> requestedPropertyNames, boolean requestPropertyNamesOnly, int depth, String baseUri, String username) longDocumentWebDavService.getLastModifiedDate(String resourcePath, String version) DocumentWebDavService.lock(String resourcePath, int depth, int lockTimeout, boolean bodyIsEmpty, List<String> lockTokens, String username) Add a lock on a designated resourcebooleanDocumentWebDavService.move(String resourcePath, String destinationPath, boolean overwrite, List<String> lockTokens, String username) booleanDocumentWebDavService.order(String resourcePath, List<WebDavItemOrder> members, List<String> lockTokens, String username) voidDocumentWebDavService.saveFile(String resourcePath, String fileType, String contentNodeType, String mediaType, String mixinTypes, InputStream inputStream, List<String> lockTokens, String username) Creates or Updates a designated resourceDocumentWebDavService.saveProperties(String resourcePath, List<WebDavItemProperty> propertiesToSave, List<WebDavItemProperty> propertiesToRemove, List<String> lockTokens, String username) Create, update and delete properties of a designated resourcevoidDocumentWebDavService.uncheckout(String resourcePath, List<String> lockTokens, String username) voidRemoves a previously added lock from a designated resource