Class WikiConnector.WikiGetDocInfoAPIContext

  • Enclosing class:
    WikiConnector

    protected static class WikiConnector.WikiGetDocInfoAPIContext
    extends SingleLevelContext
    Class representing the "api" context of a "get doc info" response
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String author
      Author
      protected java.lang.String comment
      Comment
      protected java.io.File contentFile
      Content file
      protected java.lang.String lastModified
      Last modified
      protected boolean loginNeeded  
      protected java.lang.String title
      Title
      • Fields inherited from class org.apache.manifoldcf.agents.common.XMLContext

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

      Constructors 
      Constructor Description
      WikiGetDocInfoAPIContext​(org.apache.manifoldcf.agents.common.XMLStream theStream)  
    • Field Detail

      • title

        protected java.lang.String title
        Title
      • contentFile

        protected java.io.File contentFile
        Content file
      • author

        protected java.lang.String author
        Author
      • comment

        protected java.lang.String comment
        Comment
      • lastModified

        protected java.lang.String lastModified
        Last modified
      • loginNeeded

        protected boolean loginNeeded
    • Constructor Detail

      • WikiGetDocInfoAPIContext

        public WikiGetDocInfoAPIContext​(org.apache.manifoldcf.agents.common.XMLStream theStream)
    • Method Detail

      • finishChild

        protected void finishChild​(BaseProcessingContext child)
                            throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Specified by:
        finishChild in class SingleLevelContext
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
      • tagCleanup

        protected void tagCleanup()
                           throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
        Overrides:
        tagCleanup in class org.apache.manifoldcf.agents.common.XMLContext
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
      • getTitle

        public java.lang.String getTitle()
      • getContentFile

        public java.io.File getContentFile()
      • getAuthor

        public java.lang.String getAuthor()
      • getLastModified

        public java.lang.String getLastModified()
      • getComment

        public java.lang.String getComment()
      • isLoginRequired

        public boolean isLoginRequired()