Uses of Class
org.bedework.caldav.server.sysinterface.RetrievalMode
Packages that use RetrievalMode
Package
Description
-
Uses of RetrievalMode in org.bedework.caldav.server
Methods in org.bedework.caldav.server with parameters of type RetrievalModeModifier and TypeMethodDescriptionCollection<org.bedework.webdav.servlet.shared.WebdavNsNode>CaldavBWIntf.query(org.bedework.webdav.servlet.shared.WebdavNsNode wdnode, List<String> retrieveList, RetrievalMode retrieveRecur, FilterType fltr) Use the given query to return a collection of nodes. -
Uses of RetrievalMode in org.bedework.caldav.server.filter
Methods in org.bedework.caldav.server.filter with parameters of type RetrievalModeModifier and TypeMethodDescriptionFilterHandler.query(CaldavBwNode wdnode, List<String> retrieveList, RetrievalMode retrieveRecur) Use the given query to return a collection of nodes. -
Uses of RetrievalMode in org.bedework.caldav.server.sysinterface
Methods in org.bedework.caldav.server.sysinterface with parameters of type RetrievalModeModifier and TypeMethodDescriptionSysIntf.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.