protected static class WikiConnector.WikiGetDocInfoAPIContext extends SingleLevelContext
| Modifier and Type | Field and 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
|
nodeName| Constructor and Description |
|---|
WikiGetDocInfoAPIContext(org.apache.manifoldcf.agents.common.XMLStream theStream) |
| Modifier and Type | Method and 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) |
java.lang.String |
getAuthor() |
java.lang.String |
getComment() |
java.io.File |
getContentFile() |
java.lang.String |
getLastModified() |
java.lang.String |
getTitle() |
boolean |
isLoginRequired() |
protected void |
tagCleanup() |
beginTag, endTagprocessprotected java.lang.String title
protected java.io.File contentFile
protected java.lang.String author
protected java.lang.String comment
protected java.lang.String lastModified
protected boolean loginNeeded
public WikiGetDocInfoAPIContext(org.apache.manifoldcf.agents.common.XMLStream theStream)
protected BaseProcessingContext createChild(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts)
createChild in class SingleLevelContextprotected void finishChild(BaseProcessingContext child) throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
finishChild in class SingleLevelContextorg.apache.manifoldcf.core.interfaces.ManifoldCFExceptionprotected void tagCleanup()
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
tagCleanup in class org.apache.manifoldcf.agents.common.XMLContextorg.apache.manifoldcf.core.interfaces.ManifoldCFExceptionpublic java.lang.String getTitle()
public java.io.File getContentFile()
public java.lang.String getAuthor()
public java.lang.String getLastModified()
public java.lang.String getComment()
public boolean isLoginRequired()