Libkdav2
davprotocolbase.h
141 virtual DavCollection::ContentTypes collectionContentTypes(const QDomElement &propstat) const = 0;
virtual XMLQueryBuilder::Ptr collectionsQuery() const =0
Returns the XML document that represents the DAV query to list all available DAV collections.
virtual DavCollection::ContentTypes collectionContentTypes(const QDomElement &propstat) const =0
Returns the possible content types for the collection that is described by the passed propstat elemen...
virtual bool useReport() const =0
Returns whether the dav protocol dialect supports the REPORT command to query all resources of a coll...
virtual bool supportsPrincipals() const =0
Returns whether the dav protocol dialect supports principal queries.
virtual QVector< XMLQueryBuilder::Ptr > itemsQueries() const =0
Returns a list of XML documents that represent DAV queries to list all available DAV resources inside...
virtual QString collectionsXQuery() const =0
Returns the XQuery string that filters out the relevant XML elements from the result returned by the ...
virtual bool supportsCTags() const =0
Return whether the dav protocol dialect supports CTags.
virtual bool useMultiget() const =0
Returns whether the dav protocol dialect supports the MULTIGET command.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:32:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:32:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.