Uses of Class
org.bedework.carddav.server.CarddavResource
Packages that use CarddavResource
-
Uses of CarddavResource in org.bedework.carddav.bwserver
Methods in org.bedework.carddav.bwserver that return CarddavResourceModifier and TypeMethodDescriptionMethods in org.bedework.carddav.bwserver that return types with arguments of type CarddavResourceModifier and TypeMethodDescriptionBwSysIntfImpl.getFiles(org.bedework.webdav.servlet.shared.WdCollection<?> coll) Methods in org.bedework.carddav.bwserver with parameters of type CarddavResourceModifier and TypeMethodDescriptionbooleanBwSysIntfImpl.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 CarddavResourceModifier and TypeMethodDescriptionGET a file.CarddavResourceNode.getResource()Returns the resource objectCarddavURI.getResource()Methods in org.bedework.carddav.server that return types with arguments of type CarddavResourceModifier and TypeMethodDescriptionSysIntf.getFiles(org.bedework.webdav.servlet.shared.WdCollection<?> coll) Get the files in a collection.Methods in org.bedework.carddav.server with parameters of type CarddavResourceModifier and TypeMethodDescriptionintCarddavResource.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.