org.apache.jackrabbit.webdav.jcr.version.report
Class RepositoryDescriptorsReport

java.lang.Object
  extended by org.apache.jackrabbit.webdav.jcr.version.report.AbstractJcrReport
      extended by org.apache.jackrabbit.webdav.jcr.version.report.RepositoryDescriptorsReport
All Implemented Interfaces:
ItemResourceConstants, Report, XmlSerializable

public class RepositoryDescriptorsReport
extends AbstractJcrReport
implements ItemResourceConstants

RepositoryDescriptorsReport allows to retrieve the repository descriptors. The request body must be an empty 'dcr:repositorydescriptors' element:

 <!ELEMENT repositorydescriptors EMPTY >
 

The response body must match the following format
 <!ELEMENT repositorydescriptors-report ( descriptor )* >
 <!ELEMENT descriptor ( descriptorkey, descriptorvalue ) >
 <!ELEMENT descriptorkey (#PCDATA) >
 <!ELEMENT descriptorvalue (#PCDATA) >
 

See Also:
Repository.getDescriptorKeys(), Repository.getDescriptor(String)

Field Summary
static ReportType REPOSITORY_DESCRIPTORS_REPORT
          The registered type of this report.
 
Fields inherited from interface org.apache.jackrabbit.webdav.jcr.ItemResourceConstants
ATTR_VALUE_TYPE, EXCLUSIVE_SESSION, IMPORT_UUID_BEHAVIOR, JCR_DEFINITION, JCR_DEPTH, JCR_INDEX, JCR_ISMODIFIED, JCR_ISNEW, JCR_LENGTH, JCR_LENGTHS, JCR_MIXINNODETYPES, JCR_NAME, JCR_NAMESPACES, JCR_PARENT, JCR_PATH, JCR_PRIMARYITEM, JCR_PRIMARYNODETYPE, JCR_REFERENCES, JCR_SELECTOR_NAME, JCR_TYPE, JCR_UUID, JCR_VALUE, JCR_VALUES, JCR_VERSIONABLEUUID, JCR_WEAK_REFERENCES, JCR_WORKSPACE_NAME, METHODS, NAMESPACE, PRIVILEGE_JCR_ADD_NODE, PRIVILEGE_JCR_READ, PRIVILEGE_JCR_REMOVE, PRIVILEGE_JCR_SET_PROPERTY, ROOT_ITEM_PATH, ROOT_ITEM_RESOURCEPATH, VERSIONSTORAGE_PATH, XML_DESCRIPTOR, XML_DESCRIPTORKEY, XML_DESCRIPTORVALUE, XML_EXCLUSIVE_SESSION_SCOPED, XML_LENGTH, XML_NAMESPACE, XML_PREFIX, XML_PRIMARYNODETYPE, XML_RELPATH, XML_REMOVEEXISTING, XML_URI, XML_VALUE
 
Constructor Summary
RepositoryDescriptorsReport()
           
 
Method Summary
 ReportType getType()
          Returns REPOSITORY_DESCRIPTORS_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)
          Returns a Xml representation of the repository descriptors according to the info object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPOSITORY_DESCRIPTORS_REPORT

public static final ReportType REPOSITORY_DESCRIPTORS_REPORT
The registered type of this report.

Constructor Detail

RepositoryDescriptorsReport

public RepositoryDescriptorsReport()
Method Detail

getType

public ReportType getType()
Returns REPOSITORY_DESCRIPTORS_REPORT type.

Specified by:
getType in interface Report
Returns:
REPOSITORY_DESCRIPTORS_REPORT
See Also:
Report.getType()

isMultiStatusReport

public boolean isMultiStatusReport()
Always returns false.

Specified by:
isMultiStatusReport in interface Report
Returns:
false
See Also:
Report.isMultiStatusReport()

init

public void init(DavResource resource,
                 ReportInfo info)
          throws DavException
Description copied from class: AbstractJcrReport
Performs basic validation checks common to all JCR specific reports.

Specified by:
init in interface Report
Overrides:
init in class AbstractJcrReport
Throws:
DavException
See Also:
Report.init(DavResource, ReportInfo)

toXml

public Element toXml(Document document)
Returns a Xml representation of the repository descriptors according to the info object.

Specified by:
toXml in interface XmlSerializable
Parameters:
document -
Returns:
Xml representation of the repository descriptors
See Also:
XmlSerializable.toXml(Document)


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.