Uses of Class
org.bedework.caldav.server.CalDAVCollection
-
Packages that use CalDAVCollection Package Description org.bedework.caldav.server org.bedework.caldav.server.calquery org.bedework.caldav.server.sysinterface -
-
Uses of CalDAVCollection in org.bedework.caldav.server
Classes in org.bedework.caldav.server with type parameters of type CalDAVCollection Modifier and Type Class Description classCalDAVCollection<T extends CalDAVCollection>Class to represent a collection in CalDAVSubclasses of CalDAVCollection in org.bedework.caldav.server Modifier and Type Class Description classCalDAVCollectionBase<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 CalDAVCollection Modifier and Type Field Description protected CalDAVCollectionCaldavBwNode. colMethods in org.bedework.caldav.server that return CalDAVCollection Modifier and Type Method Description CalDAVCollectionCaldavURI. getCol()CalDAVCollectionRequestPars. getCol()Methods in org.bedework.caldav.server with parameters of type CalDAVCollection Modifier and Type Method Description voidRequestPars. setCol(CalDAVCollection val) -
Uses of CalDAVCollection in org.bedework.caldav.server.calquery
Methods in org.bedework.caldav.server.calquery with parameters of type CalDAVCollection Modifier and Type Method Description CalDAVEventFreeBusyQuery. 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 CalDAVCollection Modifier and Type Method Description CalDAVCollectionSysIntf.SynchReportData.SynchReportDataItem. getCol()Non-null if this is for a collectionCalDAVCollectionSysIntf. getCollection(String path)Get a collection given the pathCalDAVCollectionSysIntf. 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 CalDAVCollection Modifier and Type Method Description Collection<CalDAVCollection>SysIntf. 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 CalDAVCollection Modifier and Type Method Description voidSysIntf. 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)SysiIcalendarSysIntf. fromIcal(CalDAVCollection col, ietf.params.xml.ns.icalendar_2.IcalendarType ical, SysIntf.IcalResultType rtype)Convert the Icalendar object to a Collection of Calendar objectsSysiIcalendarSysIntf. fromIcal(CalDAVCollection col, Reader rdr, String contentType, SysIntf.IcalResultType rtype, boolean mergeAttendees)Convert the Icalendar reader to a Collection of Calendar objectsCollection<CalDAVCollection>SysIntf. getCollections(CalDAVCollection col)Returns children of the given collection to which the current user has some access.CalDAVEventSysIntf. getEvent(CalDAVCollection col, String val)Get events given the collection and String name.Collection<CalDAVEvent>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.CalDAVResourceSysIntf. getFile(CalDAVCollection coll, String name)GET a file.Collection<CalDAVResource>SysIntf. getFiles(CalDAVCollection coll)Get the files in a collection.CalDAVEventSysIntf. 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.InviteTypeSysIntf. getInviteStatus(CalDAVCollection col)StringSysIntf. getSyncToken(CalDAVCollection col)intSysIntf. makeCollection(CalDAVCollection col)voidSysIntf. putFile(CalDAVCollection coll, CalDAVResource val)PUT a file.ShareResultTypeSysIntf. share(CalDAVCollection col, ShareType share)StringSysIntf. 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 CalDAVCollection Constructor Description SynchReportDataItem(String vpath, CalDAVCollection col, String token, boolean canSync)
-