Class PrincipalPropertySearchInfo

  • All Implemented Interfaces:
    org.apache.jackrabbit.webdav.xml.XmlSerializable

    public class PrincipalPropertySearchInfo
    extends Object
    implements org.apache.jackrabbit.webdav.xml.XmlSerializable
    • Field Detail

      • originalElement

        protected Element originalElement
      • depth

        protected int depth
    • Constructor Detail

      • PrincipalPropertySearchInfo

        public PrincipalPropertySearchInfo​(Element reportElement,
                                           int depth)
                                    throws org.apache.jackrabbit.webdav.DavException
        Throws:
        org.apache.jackrabbit.webdav.DavException
    • Method Detail

      • toXml

        public Element toXml​(Document document)
        Specified by:
        toXml in interface org.apache.jackrabbit.webdav.xml.XmlSerializable
      • getDepth

        public int getDepth()