Uses of Class
org.bedework.caldav.server.CalDAVResource
Packages that use CalDAVResource
-
Uses of CalDAVResource in org.bedework.caldav.server
Methods in org.bedework.caldav.server that return CalDAVResourceModifier and TypeMethodDescriptionCaldavResourceNode.getResource()Returns the resource objectCaldavURI.getResource()Methods in org.bedework.caldav.server with parameters of type CalDAVResourceConstructors in org.bedework.caldav.server with parameters of type CalDAVResource -
Uses of CalDAVResource in org.bedework.caldav.server.sysinterface
Methods in org.bedework.caldav.server.sysinterface that return CalDAVResourceModifier and TypeMethodDescriptionSysIntf.getFile(CalDAVCollection<?> coll, String name) GET a file.SysIntf.SynchReportData.SynchReportDataItem.getResource()Non-null if this is for a resourceSysIntf.newResourceObject(String parentPath) Return a new object representing the parameters.Methods in org.bedework.caldav.server.sysinterface that return types with arguments of type CalDAVResourceModifier and TypeMethodDescriptionSysIntf.getFiles(CalDAVCollection<?> coll) Get the files in a collection.Methods in org.bedework.caldav.server.sysinterface with parameters of type CalDAVResourceModifier and TypeMethodDescriptionbooleanSysIntf.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 CalDAVResourceModifierConstructorDescriptionSynchReportDataItem(String vpath, CalDAVResource<?> resource, String token)