|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.webdav.version.report.CompareBaselineReport
public class CompareBaselineReport
CompareBaselineReport...
| Field Summary | |
|---|---|
static ReportType |
COMPARE_BASELINE
|
| Constructor Summary | |
|---|---|
CompareBaselineReport()
|
|
| Method Summary | |
|---|---|
ReportType |
getType()
Returns COMPARE_BASELINE. |
void |
init(DavResource resource,
ReportInfo info)
Set the DeltaVResource for which this report was requested
and the ReportInfo as specified by the REPORT request body,
that defines the details for this report. |
boolean |
isMultiStatusReport()
Always returns false. |
Element |
toXml(Document document)
Returns the xml representation of the implementing object as Element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ReportType COMPARE_BASELINE
| Constructor Detail |
|---|
public CompareBaselineReport()
| Method Detail |
|---|
public ReportType getType()
COMPARE_BASELINE.
getType in interface ReportReport.getType()public boolean isMultiStatusReport()
false.
isMultiStatusReport in interface ReportReport.isMultiStatusReport()
public void init(DavResource resource,
ReportInfo info)
throws DavException
ReportDeltaVResource for which this report was requested
and the ReportInfo as specified by the REPORT request body,
that defines the details for this report.
init in interface Reportresource - info -
DavExceptionReport.init(DavResource, ReportInfo)public Element toXml(Document document)
XmlSerializableElement. The given Document is used
as factory and represents the owner document of the returned DOM element.
toXml in interface XmlSerializabledocument - to be used as factory.
XmlSerializable.toXml(Document)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||