Class LocateCorrespondingNodeReport

  • All Implemented Interfaces:
    Report, XmlSerializable

    public class LocateCorrespondingNodeReport
    extends AbstractJcrReport
    LocateCorrespondingNodeReport is used to identify the resource that represents the corresponding node in another workspace.

    The request body must be a 'dcr:locate-corresponding-node' XML element, that contains the href of the source workspace, where the corresponding node should be searched:

     <!ELEMENT locate-corresponding-node ( workspace ) >
     <!ELEMENT workspace ( href ) >  (as defined by RFC 3253)
     
    The response to a successful report request must be a 'dcr:locate-corresponding-node-report' element that contains the href of the corresponding node in the given source workspace:
     <!ELEMENT locate-corresponding-node-report ( href ) >
     
    See Also:
    Node.getCorrespondingNodePath(String)