Uses of Class
org.bedework.caldav.server.CaldavBwNode
| Package | Description |
|---|---|
| org.bedework.caldav.server | |
| org.bedework.caldav.server.filter |
-
Uses of CaldavBwNode in org.bedework.caldav.server
Subclasses of CaldavBwNode in org.bedework.caldav.server Modifier and Type Class Description classCaldavCalNodeClass to represent a calendar in caldav.classCaldavComponentNodeClass to represent an entity such as events in caldav.classCaldavResourceNodeClass to represent a resource such as a file.Methods in org.bedework.caldav.server with parameters of type CaldavBwNode Modifier and Type Method Description voidCaldavBWIntf. getCalWSProperties(CaldavBwNode node, java.util.List<org.oasis_open.docs.ws_calendar.ns.soap.GetPropertiesBasePropertyType> props)org.oasis_open.docs.ns.xri.xrd_1.XRDTypeCaldavBWIntf. getXRD(CaldavBwNode node)voidCaldavBWIntf. updateAccess(org.bedework.webdav.servlet.shared.WebdavNsIntf.AclInfo info, CaldavBwNode node) -
Uses of CaldavBwNode in org.bedework.caldav.server.filter
Methods in org.bedework.caldav.server.filter with parameters of type CaldavBwNode Modifier and Type Method Description java.util.Collection<CalDAVEvent<?>>FilterHandler. query(CaldavBwNode wdnode, java.util.List<java.lang.String> retrieveList, RetrievalMode retrieveRecur)Use the given query to return a collection of nodes.