Class WikiConnector.WikiGetDocURLsQueryContext

  • Enclosing class:
    WikiConnector

    protected static class WikiConnector.WikiGetDocURLsQueryContext
    extends SingleLevelErrorContext
    Class representing the "api/query" context of a "get timestamp" response
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<java.lang.String,​java.lang.String> urls  
      • Fields inherited from class org.apache.manifoldcf.agents.common.XMLContext

        localname, namespaceURI, previousContext, qname, theseAttributes, theStream
    • Constructor Summary

      Constructors 
      Constructor Description
      WikiGetDocURLsQueryContext​(org.apache.manifoldcf.agents.common.XMLStream theStream, java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts, java.util.Map<java.lang.String,​java.lang.String> urls)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected BaseProcessingContext createChild​(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts)  
      protected void finishChild​(BaseProcessingContext child)  
      • Methods inherited from class org.apache.manifoldcf.agents.common.XMLContext

        characters, cleanup, endDocument, endElement, getAttribute, getLocalname, getNamespaceURI, getQname, startDocument, startElement, tagCleanup, tagContents
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • urls

        protected java.util.Map<java.lang.String,​java.lang.String> urls
    • Constructor Detail

      • WikiGetDocURLsQueryContext

        public WikiGetDocURLsQueryContext​(org.apache.manifoldcf.agents.common.XMLStream theStream,
                                          java.lang.String namespaceURI,
                                          java.lang.String localName,
                                          java.lang.String qName,
                                          org.xml.sax.Attributes atts,
                                          java.util.Map<java.lang.String,​java.lang.String> urls)