| Package | Description |
|---|---|
| org.bedework.caldav.server | |
| org.bedework.caldav.server.calquery | |
| org.bedework.caldav.server.sysinterface |
| Modifier and Type | Class and Description |
|---|---|
class |
CalDAVCollection<T extends CalDAVCollection>
Class to represent a collection in CalDAV
|
| Modifier and Type | Class and Description |
|---|---|
class |
CalDAVCollectionBase<T extends CalDAVCollectionBase>
Simple implementation of class to represent a collection in CalDAV, used
by the simpler interfaces.
|
| Modifier and Type | Field and Description |
|---|---|
protected CalDAVCollection |
CaldavBwNode.col |
| Modifier and Type | Method and Description |
|---|---|
CalDAVCollection |
CaldavURI.getCol() |
CalDAVCollection |
RequestPars.getCol() |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestPars.setCol(CalDAVCollection val) |
| Modifier and Type | Method and Description |
|---|---|
CalDAVEvent |
FreeBusyQuery.getFreeBusy(SysIntf sysi,
CalDAVCollection col,
int depth) |
| Modifier and Type | Method and Description |
|---|---|
CalDAVCollection |
SysIntf.SynchReportData.SynchReportDataItem.getCol()
Non-null if this is for a collection
|
CalDAVCollection |
SysIntf.getCollection(String path)
Get a collection given the path
|
CalDAVCollection |
SysIntf.newCollectionObject(boolean isCalendarCollection,
String parentPath)
Return a new object representing the parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CalDAVCollection> |
SysIntf.getCollections(CalDAVCollection col)
Returns children of the given collection to which the current user has
some access.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SysIntf.copyMove(CalDAVCollection from,
CalDAVCollection to,
boolean copy,
boolean overwrite)
Copy or move the collection to another location.
|
void |
SysIntf.copyMove(CalDAVCollection from,
CalDAVCollection to,
boolean copy,
boolean overwrite)
Copy or move the collection to another location.
|
boolean |
SysIntf.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.
|
void |
SysIntf.deleteCollection(CalDAVCollection col,
boolean sendSchedulingMessage) |
SysiIcalendar |
SysIntf.fromIcal(CalDAVCollection col,
ietf.params.xml.ns.icalendar_2.IcalendarType ical,
SysIntf.IcalResultType rtype)
Convert the Icalendar object to a Collection of Calendar objects
|
SysiIcalendar |
SysIntf.fromIcal(CalDAVCollection col,
Reader rdr,
String contentType,
SysIntf.IcalResultType rtype,
boolean mergeAttendees)
Convert the Icalendar reader to a Collection of Calendar objects
|
Collection<CalDAVCollection> |
SysIntf.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.
|
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.
|
CalDAVResource |
SysIntf.getFile(CalDAVCollection coll,
String name)
GET a file.
|
Collection<CalDAVResource> |
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.
|
InviteType |
SysIntf.getInviteStatus(CalDAVCollection col) |
String |
SysIntf.getSyncToken(CalDAVCollection col) |
int |
SysIntf.makeCollection(CalDAVCollection col) |
void |
SysIntf.putFile(CalDAVCollection coll,
CalDAVResource val)
PUT a file.
|
ShareResultType |
SysIntf.share(CalDAVCollection col,
ShareType share) |
String |
SysIntf.sharingReply(CalDAVCollection col,
InviteReplyType reply)
Handle a reply to a sharing notification.
|
void |
SysIntf.updateAccess(CalDAVCollection col,
org.bedework.access.Acl acl) |
void |
SysIntf.updateCollection(CalDAVCollection val)
Update a collection.
|
| Constructor and Description |
|---|
SynchReportDataItem(String vpath,
CalDAVCollection col,
String token,
boolean canSync) |
Copyright © 2018 Bedework. All rights reserved.