List of usage examples for com.liferay.portal.kernel.webdav WebDAVStorage deleteResource
public int deleteResource(WebDAVRequest webDAVRequest) throws WebDAVException;
From source file:it.smc.calendar.sync.caldav.methods.DeleteMethodImpl.java
License:Open Source License
@Override public int process(WebDAVRequest webDAVRequest) throws WebDAVException { WebDAVStorage storage = webDAVRequest.getWebDAVStorage(); return storage.deleteResource(webDAVRequest); }