Uses of Class
org.bedework.carddav.server.CarddavResource
-
Packages that use CarddavResource Package Description org.bedework.carddav.bwserver org.bedework.carddav.server -
-
Uses of CarddavResource in org.bedework.carddav.bwserver
Methods in org.bedework.carddav.bwserver that return CarddavResource Modifier and Type Method Description CarddavResourceBwSysIntfImpl. getFile(org.bedework.webdav.servlet.shared.WdCollection coll, String name)Methods in org.bedework.carddav.bwserver that return types with arguments of type CarddavResource Modifier and Type Method Description Collection<CarddavResource>BwSysIntfImpl. getFiles(org.bedework.webdav.servlet.shared.WdCollection coll)Methods in org.bedework.carddav.bwserver with parameters of type CarddavResource Modifier and Type Method Description booleanBwSysIntfImpl. copyMoveFile(CarddavResource from, org.bedework.webdav.servlet.shared.WdCollection to, String name, boolean copy, boolean overwrite)voidBwSysIntfImpl. deleteFile(CarddavResource val)voidBwSysIntfImpl. getFileContent(CarddavResource val)voidBwSysIntfImpl. putFile(org.bedework.webdav.servlet.shared.WdCollection coll, CarddavResource val)voidBwSysIntfImpl. updateFile(CarddavResource val, boolean updateContent) -
Uses of CarddavResource in org.bedework.carddav.server
Methods in org.bedework.carddav.server that return CarddavResource Modifier and Type Method Description CarddavResourceSysIntf. getFile(org.bedework.webdav.servlet.shared.WdCollection coll, String name)GET a file.CarddavResourceCarddavResourceNode. getResource()Returns the resource objectCarddavResourceCarddavURI. getResource()Methods in org.bedework.carddav.server that return types with arguments of type CarddavResource Modifier and Type Method Description Collection<CarddavResource>SysIntf. getFiles(org.bedework.webdav.servlet.shared.WdCollection coll)Get the files in a collection.Methods in org.bedework.carddav.server with parameters of type CarddavResource Modifier and Type Method Description intCarddavResource. compareTo(CarddavResource that)booleanSysIntf. copyMoveFile(CarddavResource from, org.bedework.webdav.servlet.shared.WdCollection to, String name, boolean copy, boolean overwrite)Copy or move the given file to the destination collection with the given name.voidSysIntf. deleteFile(CarddavResource val)Delete a file.voidSysIntf. getFileContent(CarddavResource val)Get resource content given the resource.voidSysIntf. putFile(org.bedework.webdav.servlet.shared.WdCollection coll, CarddavResource val)PUT a file.voidCarddavResourceNode. setResource(CarddavResource val)voidSysIntf. updateFile(CarddavResource val, boolean updateContent)Update a file.
-