You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2015/03/13 14:10:57 UTC

svn commit: r1666435 [38/49] - in /manifoldcf/site/publish: en_US/ release/trunk/api/activedirectory/ release/trunk/api/activedirectory/org/apache/manifoldcf/authorities/authorities/activedirectory/ release/trunk/api/activedirectory/org/apache/manifold...

Modified: manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html?rev=1666435&r1=1666434&r2=1666435&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html (original)
+++ manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html Fri Mar 13 13:10:26 2015
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 03 01:59:05 EST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 13 07:27:51 EDT 2015 -->
 <title>LivelinkConnector</title>
-<meta name="date" content="2015-03-03">
+<meta name="date" content="2015-03-13">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -240,31 +240,37 @@ extends <a href="http://manifoldcf.apach
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>static class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.Pair.html" title="class in org.apache.manifoldcf.crawler.connectors.livelink">LivelinkConnector.Pair</a>&lt;<a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.Pair.html" title="type parameter in LivelinkConnector.Pair">L</a>,<a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.Pair.html" title="type parameter in LivelinkConnector.Pair">R</a>&gt;</strong></code>
+<div class="block">A class to store a pair structure, where none of the properties can behave as a key.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>protected class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.RootValue.html" title="class in org.apache.manifoldcf.crawler.connectors.livelink">LivelinkConnector.RootValue</a></strong></code>
 <div class="block">Class representing a root value object, plus remainder string.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.SystemMetadataDescription.html" title="class in org.apache.manifoldcf.crawler.connectors.livelink">LivelinkConnector.SystemMetadataDescription</a></strong></code>
 <div class="block">Class that tracks paths associated with nodes, and also keeps track of the name
  of the metadata attribute to use for the path.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.UserInformation.html" title="class in org.apache.manifoldcf.crawler.connectors.livelink">LivelinkConnector.UserInformation</a></strong></code>
 <div class="block">This object represents a cache of user information.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.VersionInformation.html" title="class in org.apache.manifoldcf.crawler.connectors.livelink">LivelinkConnector.VersionInformation</a></strong></code>
 <div class="block">This object represents a cache of version information.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected static class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.VolumeAndId.html" title="class in org.apache.manifoldcf.crawler.connectors.livelink">LivelinkConnector.VolumeAndId</a></strong></code>
 <div class="block">Class for returning volume id/folder id combination on path lookup.</div>
@@ -459,147 +465,217 @@ extends <a href="http://manifoldcf.apach
                       org.apache.http.client.methods.HttpRequestBase&nbsp;executeMethod)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>protected static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#fillInDocumentAccessTab(java.util.Map, org.apache.manifoldcf.core.interfaces.IHTTPOutput, org.apache.manifoldcf.core.interfaces.ConfigParams)">fillInDocumentAccessTab</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;velocityContext,
+                       <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHTTPOutput.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IHTTPOutput</a>&nbsp;out,
+                       <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ConfigParams.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">ConfigParams</a>&nbsp;parameters)</code>
+<div class="block">Fill in Document Access tab</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#fillInDocumentViewTab(java.util.Map, org.apache.manifoldcf.core.interfaces.IHTTPOutput, org.apache.manifoldcf.core.interfaces.ConfigParams)">fillInDocumentViewTab</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;velocityContext,
+                     <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHTTPOutput.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IHTTPOutput</a>&nbsp;out,
+                     <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ConfigParams.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">ConfigParams</a>&nbsp;parameters)</code>
+<div class="block">Fill in Document View tab</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#fillInFiltersTab(java.util.Map, org.apache.manifoldcf.core.interfaces.IHTTPOutput, org.apache.manifoldcf.core.interfaces.Specification)">fillInFiltersTab</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;velocityContext,
+                <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHTTPOutput.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IHTTPOutput</a>&nbsp;out,
+                <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/Specification.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">Specification</a>&nbsp;ds)</code>
+<div class="block">Fill in filters tab</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#fillInMetadataTab(java.util.Map, org.apache.manifoldcf.core.interfaces.IHTTPOutput, org.apache.manifoldcf.core.interfaces.Specification)">fillInMetadataTab</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;velocityContext,
+                 <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHTTPOutput.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IHTTPOutput</a>&nbsp;out,
+                 <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/Specification.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">Specification</a>&nbsp;ds)</code>
+<div class="block">Fill in Metadata tab</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#fillInPathsTab(java.util.Map, org.apache.manifoldcf.core.interfaces.IHTTPOutput, org.apache.manifoldcf.core.interfaces.Specification)">fillInPathsTab</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;velocityContext,
+              <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHTTPOutput.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IHTTPOutput</a>&nbsp;out,
+              <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/Specification.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">Specification</a>&nbsp;ds)</code>
+<div class="block">Fill in paths tab</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#fillInSecurityTab(java.util.Map, org.apache.manifoldcf.core.interfaces.IHTTPOutput, org.apache.manifoldcf.core.interfaces.Specification)">fillInSecurityTab</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;velocityContext,
+                 <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHTTPOutput.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IHTTPOutput</a>&nbsp;out,
+                 <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/Specification.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">Specification</a>&nbsp;ds)</code>
+<div class="block">Fill in security tab</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#fillInServerTab(java.util.Map, org.apache.manifoldcf.core.interfaces.IHTTPOutput, org.apache.manifoldcf.core.interfaces.ConfigParams)">fillInServerTab</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;velocityContext,
+               <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHTTPOutput.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IHTTPOutput</a>&nbsp;out,
+               <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ConfigParams.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">ConfigParams</a>&nbsp;parameters)</code>
+<div class="block">Fill in Server tab</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#fillInTransientMetadataInfo(java.util.Map, int)">fillInTransientMetadataInfo</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;velocityContext,
+                           int&nbsp;connectionSequenceNumber)</code>
+<div class="block">Fill in the transient portion of the Metadata tab</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#fillInTransientPathsInfo(java.util.Map, int)">fillInTransientPathsInfo</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;velocityContext,
+                        int&nbsp;connectionSequenceNumber)</code>
+<div class="block">Fill in the transient portion of the Paths tab</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#getActivitiesList()">getActivitiesList</a></strong>()</code>
 <div class="block">List the activities we might report on.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#getAttributeValue(com.opentext.api.LLValue, java.lang.String)">getAttributeValue</a></strong>(com.opentext.api.LLValue&nbsp;categoryVersion,
                  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;attributeName)</code>
 <div class="block">Get an attribute value from a category version.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#getBinNames(java.lang.String)">getBinNames</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;documentIdentifier)</code>
 <div class="block">Get the bin name string for a document identifier.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#getCategoryAttributes(int)">getCategoryAttributes</a></strong>(int&nbsp;catObjectID)</code>
 <div class="block">Given a category path, get a list of legal attribute names.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#getCategoryAttributes(org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.LivelinkContext, java.lang.String)">getCategoryAttributes</a></strong>(<a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.LivelinkContext.html" title="class in org.apache.manifoldcf.crawler.connectors.livelink">LivelinkConnector.LivelinkContext</a>&nbsp;llc,
                      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pathString)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#getCategoryAttributes(java.lang.String)">getCategoryAttributes</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pathString)</code>
 <div class="block">Given a category path, get a list of legal attribute names.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#getCategoryId(org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.RootValue)">getCategoryId</a></strong>(<a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.RootValue.html" title="class in org.apache.manifoldcf.crawler.connectors.livelink">LivelinkConnector.RootValue</a>&nbsp;rv)</code>
 <div class="block">Rootvalue version of getCategoryId.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected com.opentext.api.LLValue</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#getCatVersion(int, int)">getCatVersion</a></strong>(int&nbsp;objID,
              int&nbsp;catID)</code>
 <div class="block">Get a category version for document.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#getChildCategories(org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.LivelinkContext, java.lang.String)">getChildCategories</a></strong>(<a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.LivelinkContext.html" title="class in org.apache.manifoldcf.crawler.connectors.livelink">LivelinkConnector.LivelinkContext</a>&nbsp;llc,
                   <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pathString)</code>
 <div class="block">Given a path string, get a list of categories under that node.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#getChildCategoryNames(java.lang.String)">getChildCategoryNames</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pathString)</code>
 <div class="block">Given a path string, get a list of categories under that node.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#getChildFolderNames(java.lang.String)">getChildFolderNames</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pathString)</code>
 <div class="block">Given a path string, get a list of folders and projects under that node.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#getChildFolders(org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.LivelinkContext, java.lang.String)">getChildFolders</a></strong>(<a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.LivelinkContext.html" title="class in org.apache.manifoldcf.crawler.connectors.livelink">LivelinkConnector.LivelinkContext</a>&nbsp;llc,
                <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pathString)</code>
 <div class="block">Given a path string, get a list of folders and projects under that node.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#getConnectorModel()">getConnectorModel</a></strong>()</code>
 <div class="block">Tell the world what model this connector uses for getDocumentIdentifiers().</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected org.apache.http.HttpHost</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#getHost()">getHost</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected org.apache.http.client.HttpClient</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#getInitializedClient(java.lang.String)">getInitializedClient</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contextMsg)</code>
 <div class="block">Initialize a livelink client connection</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#getMaxDocumentRequest()">getMaxDocumentRequest</a></strong>()</code>
 <div class="block">Get the maximum number of documents to amalgamate together into one batch, for this connector.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected int[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#getObjectCategoryIDs(int, int)">getObjectCategoryIDs</a></strong>(int&nbsp;vol,
                     int&nbsp;id)</code>
 <div class="block">Get category IDs associated with an object.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected int[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#getObjectRights(int, int)">getObjectRights</a></strong>(int&nbsp;vol,
                int&nbsp;objID)</code>
 <div class="block">Get an object's rights.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.VolumeAndId.html" title="class in org.apache.manifoldcf.crawler.connectors.livelink">LivelinkConnector.VolumeAndId</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#getPathId(org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.RootValue)">getPathId</a></strong>(<a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.RootValue.html" title="class in org.apache.manifoldcf.crawler.connectors.livelink">LivelinkConnector.RootValue</a>&nbsp;rv)</code>
 <div class="block">RootValue version of getPathId.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#getSession()">getSession</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#getSessionParameters()">getSessionParameters</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#getWorkspaceNames()">getWorkspaceNames</a></strong>()</code>
 <div class="block">Get the allowed workspace names.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected static void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#handleHttpException(java.lang.String, org.apache.http.HttpException)">handleHttpException</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contextMsg,
                    org.apache.http.HttpException&nbsp;e)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected static void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#handleIOException(java.lang.String, java.io.IOException)">handleIOException</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contextMsg,
                  <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>&nbsp;e)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#handleLivelinkRuntimeException(java.lang.RuntimeException, int, boolean)">handleLivelinkRuntimeException</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">RuntimeException</a>&nbsp;e,
                               int&nbsp;sanityRetryCount,
@@ -607,7 +683,7 @@ extends <a href="http://manifoldcf.apach
 <div class="block">Interpret runtimeexception to search for livelink API errors.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#ingestFromLiveLink(org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.LivelinkContext, java.lang.String, java.lang.String, java.lang.String[], java.lang.String[], java.lang.String[], org.apache.manifoldcf.crawler.interfaces.IProcessActivity, org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.MetadataDescription, org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.SystemMetadataDescription)">ingestFromLiveLink</a></strong>(<a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.LivelinkContext.html" title="class in org.apache.manifoldcf.crawler.connectors.livelink">LivelinkConnector.LivelinkContext</a>&nbsp;llc,
                   <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;documentIdentifier,
@@ -621,21 +697,21 @@ extends <a href="http://manifoldcf.apach
 <div class="block">Connects to the specified Livelink document using HTTP protocol</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#isConnected()">isConnected</a></strong>()</code>
 <div class="block">This method is called to assess whether to count this connector instance should
  actually be counted as being connected.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#lookupTokens(int[], org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.ObjectInformation)">lookupTokens</a></strong>(int[]&nbsp;rights,
             <a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.ObjectInformation.html" title="class in org.apache.manifoldcf.crawler.connectors.livelink">LivelinkConnector.ObjectInformation</a>&nbsp;objInfo)</code>
 <div class="block">Build a set of actual acls given a set of rights</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#outputConfigurationBody(org.apache.manifoldcf.core.interfaces.IThreadContext, org.apache.manifoldcf.core.interfaces.IHTTPOutput, java.util.Locale, org.apache.manifoldcf.core.interfaces.ConfigParams, java.lang.String)">outputConfigurationBody</a></strong>(<a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IThreadContext.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IThreadContext</a>&nbsp;threadContext,
                        <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHTTPOutput.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IHTTPOutput</a>&nbsp;out,
@@ -645,7 +721,7 @@ extends <a href="http://manifoldcf.apach
 <div class="block">Output the configuration body section.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#outputConfigurationHeader(org.apache.manifoldcf.core.interfaces.IThreadContext, org.apache.manifoldcf.core.interfaces.IHTTPOutput, java.util.Locale, org.apache.manifoldcf.core.interfaces.ConfigParams, java.util.List)">outputConfigurationHeader</a></strong>(<a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IThreadContext.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IThreadContext</a>&nbsp;threadContext,
                          <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHTTPOutput.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IHTTPOutput</a>&nbsp;out,
@@ -655,7 +731,7 @@ extends <a href="http://manifoldcf.apach
 <div class="block">Output the configuration header section.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#outputSpecificationBody(org.apache.manifoldcf.core.interfaces.IHTTPOutput, java.util.Locale, org.apache.manifoldcf.core.interfaces.Specification, int, int, java.lang.String)">outputSpecificationBody</a></strong>(<a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHTTPOutput.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IHTTPOutput</a>&nbsp;out,
                        <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a>&nbsp;locale,
@@ -666,7 +742,7 @@ extends <a href="http://manifoldcf.apach
 <div class="block">Output the specification body section.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#outputSpecificationHeader(org.apache.manifoldcf.core.interfaces.IHTTPOutput, java.util.Locale, org.apache.manifoldcf.core.interfaces.Specification, int, java.util.List)">outputSpecificationHeader</a></strong>(<a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHTTPOutput.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IHTTPOutput</a>&nbsp;out,
                          <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a>&nbsp;locale,
@@ -676,21 +752,21 @@ extends <a href="http://manifoldcf.apach
 <div class="block">Output the specification header section.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#packCategoryAttribute(java.lang.String, java.lang.String)">packCategoryAttribute</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;category,
                      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;attribute)</code>
 <div class="block">Pack category and attribute</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#poll()">poll</a></strong>()</code>
 <div class="block">This method is periodically called for all connectors that are connected but not
  in active use.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected static boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#processCheck(boolean, java.lang.String, int, java.lang.String, int)">processCheck</a></strong>(boolean&nbsp;caseSensitive,
             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;sourceMatch,
@@ -700,7 +776,7 @@ extends <a href="http://manifoldcf.apach
 <div class="block">Recursive worker method for checkMatch.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#processConfigurationPost(org.apache.manifoldcf.core.interfaces.IThreadContext, org.apache.manifoldcf.core.interfaces.IPostParameters, java.util.Locale, org.apache.manifoldcf.core.interfaces.ConfigParams)">processConfigurationPost</a></strong>(<a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IThreadContext.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IThreadContext</a>&nbsp;threadContext,
                         <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IPostParameters.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IPostParameters</a>&nbsp;variableContext,
@@ -709,7 +785,7 @@ extends <a href="http://manifoldcf.apach
 <div class="block">Process a configuration post.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#processDocuments(java.lang.String[], org.apache.manifoldcf.crawler.interfaces.IExistingVersions, org.apache.manifoldcf.core.interfaces.Specification, org.apache.manifoldcf.crawler.interfaces.IProcessActivity, int, boolean)">processDocuments</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;documentIdentifiers,
                 <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/crawler/interfaces/IExistingVersions.html?is-external=true" title="class or interface in org.apache.manifoldcf.crawler.interfaces">IExistingVersions</a>&nbsp;statuses,
@@ -720,7 +796,7 @@ extends <a href="http://manifoldcf.apach
 <div class="block">Process a set of documents.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#processSpecificationPost(org.apache.manifoldcf.core.interfaces.IPostParameters, java.util.Locale, org.apache.manifoldcf.core.interfaces.Specification, int)">processSpecificationPost</a></strong>(<a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IPostParameters.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IPostParameters</a>&nbsp;variableContext,
                         <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a>&nbsp;locale,
@@ -729,14 +805,14 @@ extends <a href="http://manifoldcf.apach
 <div class="block">Process a specification post.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#requestInfo(org.apache.manifoldcf.core.interfaces.Configuration, java.lang.String)">requestInfo</a></strong>(<a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/Configuration.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">Configuration</a>&nbsp;output,
            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;command)</code>
 <div class="block">Request arbitrary connector information.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected static void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#unpackCategoryAttribute(java.lang.StringBuilder, java.lang.StringBuilder, java.lang.String)">unpackCategoryAttribute</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;category,
                        <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;attribute,
@@ -744,7 +820,7 @@ extends <a href="http://manifoldcf.apach
 <div class="block">Unpack category and attribute</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#viewConfiguration(org.apache.manifoldcf.core.interfaces.IThreadContext, org.apache.manifoldcf.core.interfaces.IHTTPOutput, java.util.Locale, org.apache.manifoldcf.core.interfaces.ConfigParams)">viewConfiguration</a></strong>(<a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IThreadContext.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IThreadContext</a>&nbsp;threadContext,
                  <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHTTPOutput.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IHTTPOutput</a>&nbsp;out,
@@ -753,7 +829,7 @@ extends <a href="http://manifoldcf.apach
 <div class="block">View configuration.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.html#viewSpecification(org.apache.manifoldcf.core.interfaces.IHTTPOutput, java.util.Locale, org.apache.manifoldcf.core.interfaces.Specification, int)">viewSpecification</a></strong>(<a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHTTPOutput.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IHTTPOutput</a>&nbsp;out,
                  <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a>&nbsp;locale,
@@ -1340,6 +1416,42 @@ extends <a href="http://manifoldcf.apach
 <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
 </li>
 </ul>
+<a name="fillInServerTab(java.util.Map, org.apache.manifoldcf.core.interfaces.IHTTPOutput, org.apache.manifoldcf.core.interfaces.ConfigParams)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>fillInServerTab</h4>
+<pre>protected static&nbsp;void&nbsp;fillInServerTab(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;velocityContext,
+                   <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHTTPOutput.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IHTTPOutput</a>&nbsp;out,
+                   <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ConfigParams.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">ConfigParams</a>&nbsp;parameters)</pre>
+<div class="block">Fill in Server tab</div>
+</li>
+</ul>
+<a name="fillInDocumentAccessTab(java.util.Map, org.apache.manifoldcf.core.interfaces.IHTTPOutput, org.apache.manifoldcf.core.interfaces.ConfigParams)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>fillInDocumentAccessTab</h4>
+<pre>protected static&nbsp;void&nbsp;fillInDocumentAccessTab(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;velocityContext,
+                           <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHTTPOutput.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IHTTPOutput</a>&nbsp;out,
+                           <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ConfigParams.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">ConfigParams</a>&nbsp;parameters)</pre>
+<div class="block">Fill in Document Access tab</div>
+</li>
+</ul>
+<a name="fillInDocumentViewTab(java.util.Map, org.apache.manifoldcf.core.interfaces.IHTTPOutput, org.apache.manifoldcf.core.interfaces.ConfigParams)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>fillInDocumentViewTab</h4>
+<pre>protected static&nbsp;void&nbsp;fillInDocumentViewTab(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;velocityContext,
+                         <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHTTPOutput.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IHTTPOutput</a>&nbsp;out,
+                         <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ConfigParams.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">ConfigParams</a>&nbsp;parameters)</pre>
+<div class="block">Fill in Document View tab</div>
+</li>
+</ul>
 <a name="processConfigurationPost(org.apache.manifoldcf.core.interfaces.IThreadContext, org.apache.manifoldcf.core.interfaces.IPostParameters, java.util.Locale, org.apache.manifoldcf.core.interfaces.ConfigParams)">
 <!--   -->
 </a>
@@ -1453,6 +1565,76 @@ extends <a href="http://manifoldcf.apach
 <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
 </li>
 </ul>
+<a name="fillInPathsTab(java.util.Map, org.apache.manifoldcf.core.interfaces.IHTTPOutput, org.apache.manifoldcf.core.interfaces.Specification)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>fillInPathsTab</h4>
+<pre>protected static&nbsp;void&nbsp;fillInPathsTab(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;velocityContext,
+                  <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHTTPOutput.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IHTTPOutput</a>&nbsp;out,
+                  <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/Specification.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">Specification</a>&nbsp;ds)</pre>
+<div class="block">Fill in paths tab</div>
+</li>
+</ul>
+<a name="fillInTransientPathsInfo(java.util.Map, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>fillInTransientPathsInfo</h4>
+<pre>protected&nbsp;void&nbsp;fillInTransientPathsInfo(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;velocityContext,
+                            int&nbsp;connectionSequenceNumber)</pre>
+<div class="block">Fill in the transient portion of the Paths tab</div>
+</li>
+</ul>
+<a name="fillInFiltersTab(java.util.Map, org.apache.manifoldcf.core.interfaces.IHTTPOutput, org.apache.manifoldcf.core.interfaces.Specification)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>fillInFiltersTab</h4>
+<pre>protected static&nbsp;void&nbsp;fillInFiltersTab(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;velocityContext,
+                    <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHTTPOutput.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IHTTPOutput</a>&nbsp;out,
+                    <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/Specification.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">Specification</a>&nbsp;ds)</pre>
+<div class="block">Fill in filters tab</div>
+</li>
+</ul>
+<a name="fillInSecurityTab(java.util.Map, org.apache.manifoldcf.core.interfaces.IHTTPOutput, org.apache.manifoldcf.core.interfaces.Specification)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>fillInSecurityTab</h4>
+<pre>protected static&nbsp;void&nbsp;fillInSecurityTab(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;velocityContext,
+                     <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHTTPOutput.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IHTTPOutput</a>&nbsp;out,
+                     <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/Specification.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">Specification</a>&nbsp;ds)</pre>
+<div class="block">Fill in security tab</div>
+</li>
+</ul>
+<a name="fillInMetadataTab(java.util.Map, org.apache.manifoldcf.core.interfaces.IHTTPOutput, org.apache.manifoldcf.core.interfaces.Specification)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>fillInMetadataTab</h4>
+<pre>protected static&nbsp;void&nbsp;fillInMetadataTab(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;velocityContext,
+                     <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHTTPOutput.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">IHTTPOutput</a>&nbsp;out,
+                     <a href="http://manifoldcf.apache.org/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/Specification.html?is-external=true" title="class or interface in org.apache.manifoldcf.core.interfaces">Specification</a>&nbsp;ds)</pre>
+<div class="block">Fill in Metadata tab</div>
+</li>
+</ul>
+<a name="fillInTransientMetadataInfo(java.util.Map, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>fillInTransientMetadataInfo</h4>
+<pre>protected&nbsp;void&nbsp;fillInTransientMetadataInfo(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;velocityContext,
+                               int&nbsp;connectionSequenceNumber)</pre>
+<div class="block">Fill in the transient portion of the Metadata tab</div>
+</li>
+</ul>
 <a name="processSpecificationPost(org.apache.manifoldcf.core.interfaces.IPostParameters, java.util.Locale, org.apache.manifoldcf.core.interfaces.Specification, int)">
 <!--   -->
 </a>

Modified: manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/MatchMap.EvaluatorToken.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/MatchMap.EvaluatorToken.html?rev=1666435&r1=1666434&r2=1666435&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/MatchMap.EvaluatorToken.html (original)
+++ manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/MatchMap.EvaluatorToken.html Fri Mar 13 13:10:26 2015
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 03 01:59:05 EST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 13 07:27:52 EDT 2015 -->
 <title>MatchMap.EvaluatorToken</title>
-<meta name="date" content="2015-03-03">
+<meta name="date" content="2015-03-13">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/MatchMap.EvaluatorTokenStream.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/MatchMap.EvaluatorTokenStream.html?rev=1666435&r1=1666434&r2=1666435&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/MatchMap.EvaluatorTokenStream.html (original)
+++ manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/MatchMap.EvaluatorTokenStream.html Fri Mar 13 13:10:26 2015
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 03 01:59:05 EST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 13 07:27:52 EDT 2015 -->
 <title>MatchMap.EvaluatorTokenStream</title>
-<meta name="date" content="2015-03-03">
+<meta name="date" content="2015-03-13">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/MatchMap.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/MatchMap.html?rev=1666435&r1=1666434&r2=1666435&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/MatchMap.html (original)
+++ manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/MatchMap.html Fri Mar 13 13:10:26 2015
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 03 01:59:05 EST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 13 07:27:52 EDT 2015 -->
 <title>MatchMap</title>
-<meta name="date" content="2015-03-03">
+<meta name="date" content="2015-03-13">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/Messages.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/Messages.html?rev=1666435&r1=1666434&r2=1666435&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/Messages.html (original)
+++ manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/Messages.html Fri Mar 13 13:10:26 2015
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 03 01:59:05 EST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 13 07:27:52 EDT 2015 -->
 <title>Messages</title>
-<meta name="date" content="2015-03-03">
+<meta name="date" content="2015-03-13">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/GetConnectionInfo.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/GetConnectionInfo.html?rev=1666435&r1=1666434&r2=1666435&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/GetConnectionInfo.html (original)
+++ manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/GetConnectionInfo.html Fri Mar 13 13:10:26 2015
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 03 01:59:06 EST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 13 07:27:52 EDT 2015 -->
 <title>Uses of Class org.apache.manifoldcf.crawler.connectors.livelink.GetConnectionInfo</title>
-<meta name="date" content="2015-03-03">
+<meta name="date" content="2015-03-13">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.CategoryPathAccumulator.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.CategoryPathAccumulator.html?rev=1666435&r1=1666434&r2=1666435&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.CategoryPathAccumulator.html (original)
+++ manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.CategoryPathAccumulator.html Fri Mar 13 13:10:26 2015
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 03 01:59:06 EST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 13 07:27:52 EDT 2015 -->
 <title>Uses of Class org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.CategoryPathAccumulator</title>
-<meta name="date" content="2015-03-03">
+<meta name="date" content="2015-03-13">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.DocumentReadingThread.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.DocumentReadingThread.html?rev=1666435&r1=1666434&r2=1666435&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.DocumentReadingThread.html (original)
+++ manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.DocumentReadingThread.html Fri Mar 13 13:10:26 2015
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 03 01:59:06 EST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 13 07:27:52 EDT 2015 -->
 <title>Uses of Class org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.DocumentReadingThread</title>
-<meta name="date" content="2015-03-03">
+<meta name="date" content="2015-03-13">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.ExecuteMethodThread.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.ExecuteMethodThread.html?rev=1666435&r1=1666434&r2=1666435&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.ExecuteMethodThread.html (original)
+++ manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.ExecuteMethodThread.html Fri Mar 13 13:10:26 2015
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 03 01:59:06 EST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 13 07:27:52 EDT 2015 -->
 <title>Uses of Class org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.ExecuteMethodThread</title>
-<meta name="date" content="2015-03-03">
+<meta name="date" content="2015-03-13">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetAttributeValueThread.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetAttributeValueThread.html?rev=1666435&r1=1666434&r2=1666435&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetAttributeValueThread.html (original)
+++ manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetAttributeValueThread.html Fri Mar 13 13:10:26 2015
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 03 01:59:06 EST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 13 07:27:52 EDT 2015 -->
 <title>Uses of Class org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.GetAttributeValueThread</title>
-<meta name="date" content="2015-03-03">
+<meta name="date" content="2015-03-13">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetCategoryAttributesThread.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetCategoryAttributesThread.html?rev=1666435&r1=1666434&r2=1666435&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetCategoryAttributesThread.html (original)
+++ manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetCategoryAttributesThread.html Fri Mar 13 13:10:26 2015
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 03 01:59:06 EST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 13 07:27:52 EDT 2015 -->
 <title>Uses of Class org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.GetCategoryAttributesThread</title>
-<meta name="date" content="2015-03-03">
+<meta name="date" content="2015-03-13">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetCategoryVersionThread.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetCategoryVersionThread.html?rev=1666435&r1=1666434&r2=1666435&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetCategoryVersionThread.html (original)
+++ manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetCategoryVersionThread.html Fri Mar 13 13:10:26 2015
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 03 01:59:06 EST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 13 07:27:52 EDT 2015 -->
 <title>Uses of Class org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.GetCategoryVersionThread</title>
-<meta name="date" content="2015-03-03">
+<meta name="date" content="2015-03-13">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetObjectCategoryIDsThread.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetObjectCategoryIDsThread.html?rev=1666435&r1=1666434&r2=1666435&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetObjectCategoryIDsThread.html (original)
+++ manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetObjectCategoryIDsThread.html Fri Mar 13 13:10:26 2015
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 03 01:59:06 EST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 13 07:27:52 EDT 2015 -->
 <title>Uses of Class org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.GetObjectCategoryIDsThread</title>
-<meta name="date" content="2015-03-03">
+<meta name="date" content="2015-03-13">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetObjectInfoThread.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetObjectInfoThread.html?rev=1666435&r1=1666434&r2=1666435&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetObjectInfoThread.html (original)
+++ manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetObjectInfoThread.html Fri Mar 13 13:10:26 2015
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 03 01:59:06 EST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 13 07:27:52 EDT 2015 -->
 <title>Uses of Class org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.GetObjectInfoThread</title>
-<meta name="date" content="2015-03-03">
+<meta name="date" content="2015-03-13">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetObjectRightsThread.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetObjectRightsThread.html?rev=1666435&r1=1666434&r2=1666435&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetObjectRightsThread.html (original)
+++ manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetObjectRightsThread.html Fri Mar 13 13:10:26 2015
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 03 01:59:06 EST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 13 07:27:52 EDT 2015 -->
 <title>Uses of Class org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.GetObjectRightsThread</title>
-<meta name="date" content="2015-03-03">
+<meta name="date" content="2015-03-13">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetSessionThread.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetSessionThread.html?rev=1666435&r1=1666434&r2=1666435&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetSessionThread.html (original)
+++ manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetSessionThread.html Fri Mar 13 13:10:26 2015
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 03 01:59:06 EST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 13 07:27:52 EDT 2015 -->
 <title>Uses of Class org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.GetSessionThread</title>
-<meta name="date" content="2015-03-03">
+<meta name="date" content="2015-03-13">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetUserInfoThread.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetUserInfoThread.html?rev=1666435&r1=1666434&r2=1666435&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetUserInfoThread.html (original)
+++ manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetUserInfoThread.html Fri Mar 13 13:10:26 2015
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 03 01:59:06 EST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 13 07:27:52 EDT 2015 -->
 <title>Uses of Class org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.GetUserInfoThread</title>
-<meta name="date" content="2015-03-03">
+<meta name="date" content="2015-03-13">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetVersionInfoThread.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetVersionInfoThread.html?rev=1666435&r1=1666434&r2=1666435&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetVersionInfoThread.html (original)
+++ manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.GetVersionInfoThread.html Fri Mar 13 13:10:26 2015
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 03 01:59:06 EST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 13 07:27:52 EDT 2015 -->
 <title>Uses of Class org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.GetVersionInfoThread</title>
-<meta name="date" content="2015-03-03">
+<meta name="date" content="2015-03-13">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.ListObjectsThread.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.ListObjectsThread.html?rev=1666435&r1=1666434&r2=1666435&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.ListObjectsThread.html (original)
+++ manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.ListObjectsThread.html Fri Mar 13 13:10:26 2015
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 03 01:59:06 EST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 13 07:27:52 EDT 2015 -->
 <title>Uses of Class org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.ListObjectsThread</title>
-<meta name="date" content="2015-03-03">
+<meta name="date" content="2015-03-13">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.ListUsersThread.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.ListUsersThread.html?rev=1666435&r1=1666434&r2=1666435&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.ListUsersThread.html (original)
+++ manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.ListUsersThread.html Fri Mar 13 13:10:26 2015
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 03 01:59:06 EST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 13 07:27:52 EDT 2015 -->
 <title>Uses of Class org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.ListUsersThread</title>
-<meta name="date" content="2015-03-03">
+<meta name="date" content="2015-03-13">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.LivelinkContext.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.LivelinkContext.html?rev=1666435&r1=1666434&r2=1666435&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.LivelinkContext.html (original)
+++ manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.LivelinkContext.html Fri Mar 13 13:10:26 2015
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 03 01:59:06 EST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 13 07:27:52 EDT 2015 -->
 <title>Uses of Class org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.LivelinkContext</title>
-<meta name="date" content="2015-03-03">
+<meta name="date" content="2015-03-13">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.MetadataDescription.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.MetadataDescription.html?rev=1666435&r1=1666434&r2=1666435&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.MetadataDescription.html (original)
+++ manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.MetadataDescription.html Fri Mar 13 13:10:26 2015
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 03 01:59:06 EST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 13 07:27:52 EDT 2015 -->
 <title>Uses of Class org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.MetadataDescription</title>
-<meta name="date" content="2015-03-03">
+<meta name="date" content="2015-03-13">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.MetadataItem.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.MetadataItem.html?rev=1666435&r1=1666434&r2=1666435&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.MetadataItem.html (original)
+++ manifoldcf/site/publish/release/trunk/api/livelink/org/apache/manifoldcf/crawler/connectors/livelink/class-use/LivelinkConnector.MetadataItem.html Fri Mar 13 13:10:26 2015
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_51) on Tue Mar 03 01:59:06 EST 2015 -->
+<!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 13 07:27:52 EDT 2015 -->
 <title>Uses of Class org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.MetadataItem</title>
-<meta name="date" content="2015-03-03">
+<meta name="date" content="2015-03-13">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>