Uses of Class
org.bedework.caldav.server.CalDAVResource
-
Packages that use CalDAVResource Package Description org.bedework.caldav.server org.bedework.caldav.server.sysinterface -
-
Uses of CalDAVResource in org.bedework.caldav.server
Methods in org.bedework.caldav.server that return CalDAVResource Modifier and Type Method Description CalDAVResourceCaldavResourceNode. getResource()Returns the resource objectCalDAVResource<?>CaldavURI. getResource()Methods in org.bedework.caldav.server with parameters of type CalDAVResource Modifier and Type Method Description voidCaldavResourceNode. setResource(CalDAVResource val)Constructors in org.bedework.caldav.server with parameters of type CalDAVResource Constructor Description CaldavResourceNode(CalDAVResource resource, SysIntf sysi) -
Uses of CalDAVResource in org.bedework.caldav.server.sysinterface
Methods in org.bedework.caldav.server.sysinterface that return CalDAVResource Modifier and Type Method Description CalDAVResource<?>SysIntf. getFile(CalDAVCollection<?> coll, String name)GET a file.CalDAVResource<?>SysIntf.SynchReportData.SynchReportDataItem. getResource()Non-null if this is for a resourceCalDAVResource<?>SysIntf. newResourceObject(String parentPath)Return a new object representing the parameters.Methods in org.bedework.caldav.server.sysinterface that return types with arguments of type CalDAVResource Modifier and Type Method Description Collection<CalDAVResource<?>>SysIntf. getFiles(CalDAVCollection<?> coll)Get the files in a collection.Methods in org.bedework.caldav.server.sysinterface with parameters of type CalDAVResource Modifier and Type Method Description booleanSysIntf. copyMoveFile(CalDAVResource<?> from, String toPath, String name, boolean copy, boolean overwrite)Copy or move the given file to the destination collection with the given name.voidSysIntf. deleteFile(CalDAVResource<?> val)Delete a file.voidSysIntf. getFileContent(CalDAVResource<?> val)Get resource content given the resource.voidSysIntf. putFile(CalDAVCollection<?> coll, CalDAVResource<?> val)PUT a file.voidSysIntf. updateFile(CalDAVResource<?> val, boolean updateContent)Update a file.Constructors in org.bedework.caldav.server.sysinterface with parameters of type CalDAVResource Constructor Description SynchReportDataItem(String vpath, CalDAVResource<?> resource, String token)
-