| Package | Description |
|---|---|
| org.bedework.caldav.server | |
| org.bedework.caldav.server.sysinterface |
| Modifier and Type | Method and Description |
|---|---|
CalDAVResource |
CaldavURI.getResource() |
CalDAVResource |
CaldavResourceNode.getResource()
Returns the resource object
|
| Modifier and Type | Method and Description |
|---|---|
void |
CaldavResourceNode.setResource(CalDAVResource val) |
| Constructor and Description |
|---|
CaldavResourceNode(CalDAVResource resource,
SysIntf sysi) |
| Modifier and Type | Method and Description |
|---|---|
CalDAVResource |
SysIntf.getFile(CalDAVCollection coll,
String name)
GET a file.
|
CalDAVResource |
SysIntf.SynchReportData.SynchReportDataItem.getResource()
Non-null if this is for a resource
|
CalDAVResource |
SysIntf.newResourceObject(String parentPath)
Return a new object representing the parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CalDAVResource> |
SysIntf.getFiles(CalDAVCollection coll)
Get the files in a collection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SysIntf.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.
|
void |
SysIntf.deleteFile(CalDAVResource val)
Delete a file.
|
void |
SysIntf.getFileContent(CalDAVResource val)
Get resource content given the resource.
|
void |
SysIntf.putFile(CalDAVCollection coll,
CalDAVResource val)
PUT a file.
|
void |
SysIntf.updateFile(CalDAVResource val,
boolean updateContent)
Update a file.
|
| Constructor and Description |
|---|
SynchReportDataItem(String vpath,
CalDAVResource resource,
String token) |
Copyright © 2018 Bedework. All rights reserved.