Class ExportViewReport

  • All Implemented Interfaces:
    Report, XmlSerializable

    public class ExportViewReport
    extends AbstractJcrReport
    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.

    The request body must contain a 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.