|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jackrabbit.webdav.version.report.ReportInfo
The ReportInfo
class encapsulates the body of a REPORT request.
RFC 3253 the top Xml element
being the name of the requested report. In addition a Depth header may
be present (default value: DavConstants.DEPTH_0
).
Constructor Summary | |
ReportInfo(org.jdom.Element reportElement,
int depth)
Create a new ReportInfo object. |
Method Summary | |
int |
getDepth()
Returns the depth field. |
DavPropertyNameSet |
getPropertyNameSet()
Returns a DavPropertyNameSet providing the property names present
in an eventual DavConstants.XML_PROP child element. |
org.jdom.Element |
getReportElement()
Returns the Xml element specifying the requested report. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReportInfo(org.jdom.Element reportElement, int depth)
ReportInfo
object.
reportElement
- depth
- Depth value as retrieved from the DavConstants.HEADER_DEPTH
.Method Detail |
public org.jdom.Element getReportElement()
public int getDepth()
public DavPropertyNameSet getPropertyNameSet()
DavPropertyNameSet
providing the property names present
in an eventual DavConstants.XML_PROP
child element. If no such
child element is present an empty set is returned.
DavPropertyNameSet
providing the property names present
in an eventual DAV:prop
child element or an empty set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |