Uses of Class
com.logicaldoc.webdavb.DAVFile
-
Packages that use DAVFile Package Description com.logicaldoc.webdavb -
-
Uses of DAVFile in com.logicaldoc.webdavb
Methods in com.logicaldoc.webdavb that return DAVFile Modifier and Type Method Description DAVFileWebDAVController. createFile(DAVFolder folder, String newName, byte[] data)DAVFileWebDAVController. findFile(DAVFolder root, String name)Methods in com.logicaldoc.webdavb that return types with arguments of type DAVFile Modifier and Type Method Description List<DAVFile>WebDAVController. getFiles(DAVFolder root)Methods in com.logicaldoc.webdavb with parameters of type DAVFile Modifier and Type Method Description voidWebDAVController. copyFile(DAVFile src, DAVFolder dest, String newName)voidWebDAVController. deleteDocument(DAVFile document)voidWebDAVController. deleteFile(DAVFile file)byte[]WebDAVController. getFileContent(DAVFile file)voidWebDAVController. moveFile(DAVFile file, DAVFolder dest, String newName)
-