Class EventQuery
- java.lang.Object
-
- org.apache.jackrabbit.webdav.version.report.ReportInfo
-
- net.fortuna.ical4j.connector.dav.request.EventQuery
-
- All Implemented Interfaces:
XmlSupport
,org.apache.jackrabbit.webdav.xml.XmlSerializable
public class EventQuery extends org.apache.jackrabbit.webdav.version.report.ReportInfo implements XmlSupport
-
-
Field Summary
-
Fields inherited from interface net.fortuna.ical4j.connector.dav.request.XmlSupport
ATTRIBUTE_END, ATTRIBUTE_NAME, ATTRIBUTE_START, PROPERTY_COMP_FILTER, PROPERTY_TIME_RANGE
-
-
Constructor Summary
Constructors Constructor Description EventQuery(int depth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Element
toXml(Document document)
EventQuery
withEndTime(DateTime endTime)
EventQuery
withStartTime(DateTime startTime)
-
Methods inherited from class org.apache.jackrabbit.webdav.version.report.ReportInfo
containsContentElement, getContentElement, getContentElements, getDepth, getPropertyNameSet, getReportName, setContentElement
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.fortuna.ical4j.connector.dav.request.XmlSupport
newCalDavElement, newComponentFilter, newCsElement, newDavElement, newElement, newElement, newTimeRange, newXmlDocument
-
-
-
-
Method Detail
-
withStartTime
public EventQuery withStartTime(DateTime startTime)
-
withEndTime
public EventQuery withEndTime(DateTime endTime)
-
-