Uses of Class
org.bedework.caldav.server.CalDAVCollection
Packages that use CalDAVCollection
Package
Description
-
Uses of CalDAVCollection in org.bedework.caldav.server
Classes in org.bedework.caldav.server with type parameters of type CalDAVCollectionModifier and TypeClassDescriptionclassCalDAVCollection<T extends CalDAVCollection<?>>Class to represent a collection in CalDAVSubclasses of CalDAVCollection in org.bedework.caldav.serverModifier and TypeClassDescriptionclassCalDAVCollectionBase<T extends CalDAVCollectionBase<?>>Simple implementation of class to represent a collection in CalDAV, used by the simpler interfaces.Fields in org.bedework.caldav.server declared as CalDAVCollectionMethods in org.bedework.caldav.server that return CalDAVCollectionMethods in org.bedework.caldav.server with parameters of type CalDAVCollection -
Uses of CalDAVCollection in org.bedework.caldav.server.calquery
Methods in org.bedework.caldav.server.calquery with parameters of type CalDAVCollectionModifier and TypeMethodDescriptionFreeBusyQuery.getFreeBusy(SysIntf sysi, CalDAVCollection col, int depth) -
Uses of CalDAVCollection in org.bedework.caldav.server.sysinterface
Methods in org.bedework.caldav.server.sysinterface that return CalDAVCollectionModifier and TypeMethodDescriptionSysIntf.SynchReportData.SynchReportDataItem.getCol()Non-null if this is for a collectionSysIntf.getCollection(String path) Get a collection given the pathSysIntf.newCollectionObject(boolean isCalendarCollection, String parentPath) Return a new object representing the parameters.Methods in org.bedework.caldav.server.sysinterface that return types with arguments of type CalDAVCollectionModifier and TypeMethodDescriptionSysIntf.getCollections(CalDAVCollection<?> col) Returns children of the given collection to which the current user has some access.Methods in org.bedework.caldav.server.sysinterface with parameters of type CalDAVCollectionModifier and TypeMethodDescriptionvoidSysIntf.copyMove(CalDAVCollection<?> from, CalDAVCollection<?> to, boolean copy, boolean overwrite) Copy or move the collection to another location.booleanSysIntf.copyMove(CalDAVEvent<?> from, CalDAVCollection<?> to, String name, boolean copy, boolean overwrite) Copy or move the given entity to the destination collection with the given name.voidSysIntf.deleteCollection(CalDAVCollection<?> col, boolean sendSchedulingMessage) SysIntf.fromIcal(CalDAVCollection<?> col, IcalendarType ical, SysIntf.IcalResultType rtype) Convert the Icalendar object to a Collection of Calendar objectsSysIntf.fromIcal(CalDAVCollection<?> col, Reader rdr, String contentType, SysIntf.IcalResultType rtype, boolean mergeAttendees) Convert the Icalendar reader to a Collection of Calendar objectsSysIntf.getCollections(CalDAVCollection<?> col) Returns children of the given collection to which the current user has some access.CalDAVEvent<?>SysIntf.getEvent(CalDAVCollection<?> col, String val) Get events given the collection and String name.SysIntf.getEvents(CalDAVCollection<?> col, FilterBase filter, List<String> retrieveList, RetrievalMode recurRetrieval) Return the events for the current user in the given collection using the supplied filter.SysIntf.getFile(CalDAVCollection<?> coll, String name) GET a file.SysIntf.getFiles(CalDAVCollection<?> coll) Get the files in a collection.CalDAVEvent<?>SysIntf.getFreeBusy(CalDAVCollection<?> col, int depth, TimeRange timeRange) Generate a free busy object for the given time period which reflects the state of the given collection.SysIntf.getInviteStatus(CalDAVCollection<?> col) SysIntf.getSyncToken(CalDAVCollection<?> col) intSysIntf.makeCollection(CalDAVCollection<?> col) voidSysIntf.putFile(CalDAVCollection<?> coll, CalDAVResource<?> val) PUT a file.SysIntf.share(CalDAVCollection<?> col, ShareType share) SysIntf.sharingReply(CalDAVCollection<?> col, InviteReplyType reply) Handle a reply to a sharing notification.voidSysIntf.updateAccess(CalDAVCollection<?> col, org.bedework.access.Acl acl) voidSysIntf.updateCollection(CalDAVCollection<?> val) Update a collection.Constructors in org.bedework.caldav.server.sysinterface with parameters of type CalDAVCollectionModifierConstructorDescriptionSynchReportDataItem(String vpath, CalDAVCollection<?> col, String token, boolean canSync)