|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.webdav.jcr.version.report.AbstractJcrReport
org.apache.jackrabbit.webdav.jcr.version.report.ExportViewReport
public class ExportViewReport
ExportViewReport handles REPORT requests for the 'exportview'
report. The 'exportview' report is used to export
DocView
and SysView
of the item represented by the requested resource.
dcr:exportview
element:
<!ELEMENT exportview ( (sysview | docview)?, skipbinary?, norecurse ) > <!ELEMENT sysview EMPTY > <!ELEMENT docview EMPTY > <!ELEMENT skipbinary EMPTY > <!ELEMENT norecurse EMPTY >If no view type is specified the DocView is generated.
| Field Summary | |
|---|---|
static ReportType |
EXPORTVIEW_REPORT
The exportview report type |
| Constructor Summary | |
|---|---|
ExportViewReport()
|
|
| Method Summary | |
|---|---|
ReportType |
getType()
Returns EXPORTVIEW_REPORT report type. |
void |
init(DavResource resource,
ReportInfo info)
Performs basic validation checks common to all JCR specific reports. |
boolean |
isMultiStatusReport()
Always returns false. |
Element |
toXml(Document document)
Creates a Xml document from the generated view. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ReportType EXPORTVIEW_REPORT
| Constructor Detail |
|---|
public ExportViewReport()
| Method Detail |
|---|
public ReportType getType()
EXPORTVIEW_REPORT report type.
EXPORTVIEW_REPORTReport.getType()public boolean isMultiStatusReport()
false.
public void init(DavResource resource,
ReportInfo info)
throws DavException
AbstractJcrReport
init in interface Reportinit in class AbstractJcrReportDavExceptionReport.init(DavResource, ReportInfo)public Element toXml(Document document)
document -
XmlSerializable.toXml(Document)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||