Class PrincipalPropertySearch
- java.lang.Object
-
- net.fortuna.ical4j.connector.dav.request.PrincipalPropertySearch
-
- All Implemented Interfaces:
XmlSupport
,org.apache.jackrabbit.webdav.xml.XmlSerializable
public class PrincipalPropertySearch extends Object implements XmlSupport, org.apache.jackrabbit.webdav.xml.XmlSerializable
-
-
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 PrincipalPropertySearch(CuType type)
PrincipalPropertySearch(CuType type, String nameToSearch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Element
build()
protected Element
propertiesForPropSearch(Document document)
Element
toXml(Document document)
-
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
-
build
public Element build() throws ParserConfigurationException
- Throws:
ParserConfigurationException
-
-