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 2012/06/02 22:37:11 UTC

svn commit: r1345569 [28/36] - in /incubator/lcf/site/publish: ./ release/trunk/ release/trunk/api/activedirectory/ release/trunk/api/activedirectory/org/apache/manifoldcf/authorities/authorities/activedirectory/ release/trunk/api/alfresco/ release/tru...

Modified: incubator/lcf/site/publish/release/trunk/api/jcifs/org/apache/manifoldcf/crawler/connectors/sharedrive/SharedDriveConnector.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jcifs/org/apache/manifoldcf/crawler/connectors/sharedrive/SharedDriveConnector.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jcifs/org/apache/manifoldcf/crawler/connectors/sharedrive/SharedDriveConnector.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jcifs/org/apache/manifoldcf/crawler/connectors/sharedrive/SharedDriveConnector.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:28:02 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:40 EDT 2012 -->
 <TITLE>
 SharedDriveConnector
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
@@ -104,7 +104,7 @@ java.lang.Object
 </PRE>
 
 <P>
-This is the "repository connector" for a smb/cifs shared drive file system.  It's a relative of the share crawler, and should have
+This is the "repository connector" for a smb/cifs shared drive file system.  It's a relative of the share crawler, and should have
  comparable basic functionality.
 <P>
 
@@ -417,7 +417,7 @@ This is the "repository connector" for a
             org.apache.manifoldcf.crawler.interfaces.IFingerprintActivity&nbsp;activities)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Check if a file should be ingested, given a document specification and a local copy of the
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Check if a file should be ingested, given a document specification and a local copy of the
  file.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -466,7 +466,7 @@ This is the "repository connector" for a
                          java.lang.String[]&nbsp;forcedShareAcls)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method calculates an ACL string based on whether there are forced acls and also based on
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method calculates an ACL string based on whether there are forced acls and also based on
  the acls in place for a file.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -568,7 +568,7 @@ This is the "repository connector" for a
                        long&nbsp;endTime)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Given a document specification, get either a list of starting document identifiers (seeds),
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Given a document specification, get either a list of starting document identifiers (seeds),
  or a list of changes (deltas), depending on whether this is a "crawled" connector or not.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -1234,7 +1234,7 @@ public void <B>connect</B>(org.apache.ma
 <DT><B>Specified by:</B><DD><CODE>connect</CODE> in interface <CODE>org.apache.manifoldcf.core.interfaces.IConnector</CODE><DT><B>Overrides:</B><DD><CODE>connect</CODE> in class <CODE>org.apache.manifoldcf.core.connector.BaseConnector</CODE></DL>
 </DD>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>configParameters</CODE> - is the set of configuration parameters, which
+<DT><B>Parameters:</B><DD><CODE>configParameters</CODE> - is the set of configuration parameters, which
  in this case describe the root directory.</DL>
 </DD>
 </DL>
@@ -1245,11 +1245,11 @@ getBinNames</H3>
 <PRE>
 public java.lang.String[] <B>getBinNames</B>(java.lang.String&nbsp;documentIdentifier)</PRE>
 <DL>
-<DD>Get the bin name string for a document identifier.  The bin name describes the queue to which the
- document will be assigned for throttling purposes.  Throttling controls the rate at which items in a
- given queue are fetched; it does not say anything about the overall fetch rate, which may operate on
- multiple queues or bins.
- For example, if you implement a web crawler, a good choice of bin name would be the server name, since
+<DD>Get the bin name string for a document identifier.  The bin name describes the queue to which the
+ document will be assigned for throttling purposes.  Throttling controls the rate at which items in a
+ given queue are fetched; it does not say anything about the overall fetch rate, which may operate on
+ multiple queues or bins.
+ For example, if you implement a web crawler, a good choice of bin name would be the server name, since
  that is likely to correspond to a real resource that will need real throttle protection.
 <P>
 <DD><DL>
@@ -1270,8 +1270,8 @@ protected static java.lang.String <B>con
                                                <A HREF="../../../../../../org/apache/manifoldcf/crawler/connectors/sharedrive/MatchMap.html" title="class in org.apache.manifoldcf.crawler.connectors.sharedrive">MatchMap</A>&nbsp;uriMap)
                                         throws org.apache.manifoldcf.core.interfaces.ManifoldCFException</PRE>
 <DL>
-<DD>Convert a document identifier to a URI. The URI is the URI that will be
- the unique key from the search index, and will be presented to the user
+<DD>Convert a document identifier to a URI. The URI is the URI that will be
+ the unique key from the search index, and will be presented to the user
  as part of the search results.
 <P>
 <DD><DL>
@@ -1290,8 +1290,8 @@ public boolean <B>requestInfo</B>(org.ap
                            java.lang.String&nbsp;command)
                     throws org.apache.manifoldcf.core.interfaces.ManifoldCFException</PRE>
 <DL>
-<DD>Request arbitrary connector information.
- This method is called directly from the API in order to allow API users to perform any one of several connector-specific
+<DD>Request arbitrary connector information.
+ This method is called directly from the API in order to allow API users to perform any one of several connector-specific
  queries.
 <P>
 <DD><DL>
@@ -1315,12 +1315,12 @@ public org.apache.manifoldcf.crawler.int
                                                                                           throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                                                                                  org.apache.manifoldcf.agents.interfaces.ServiceInterruption</PRE>
 <DL>
-<DD>Given a document specification, get either a list of starting document identifiers (seeds),
- or a list of changes (deltas), depending on whether this is a "crawled" connector or not.
- These document identifiers will be loaded into the job's queue at the beginning of the
- job's execution.
- This method can return changes only (because it is provided a time range).  For full
- recrawls, the start time is always zero.
+<DD>Given a document specification, get either a list of starting document identifiers (seeds),
+ or a list of changes (deltas), depending on whether this is a "crawled" connector or not.
+ These document identifiers will be loaded into the job's queue at the beginning of the
+ job's execution.
+ This method can return changes only (because it is provided a time range).  For full
+ recrawls, the start time is always zero.
  Note that it is always ok to return MORE documents rather than less with this method.
 <P>
 <DD><DL>
@@ -1348,21 +1348,21 @@ public java.lang.String[] <B>getDocument
                                        throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                               org.apache.manifoldcf.agents.interfaces.ServiceInterruption</PRE>
 <DL>
-<DD>Get document versions given an array of document identifiers.
- This method is called for EVERY document that is considered. It is
+<DD>Get document versions given an array of document identifiers.
+ This method is called for EVERY document that is considered. It is
  therefore important to perform as little work as possible here.
 <P>
 <DD><DL>
 <DT><B>Specified by:</B><DD><CODE>getDocumentVersions</CODE> in interface <CODE>org.apache.manifoldcf.crawler.interfaces.IRepositoryConnector</CODE><DT><B>Overrides:</B><DD><CODE>getDocumentVersions</CODE> in class <CODE>org.apache.manifoldcf.crawler.connectors.BaseRepositoryConnector</CODE></DL>
 </DD>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>documentIdentifiers</CODE> - is the array of local document identifiers, as understood by this connector.<DD><CODE>oldVersions</CODE> - is the corresponding array of version strings that have been saved for the document identifiers.
-   A null value indicates that this is a first-time fetch, while an empty string indicates that the previous document
-   had an empty version string.<DD><CODE>activities</CODE> - is the interface this method should use to perform whatever framework actions are desired.<DD><CODE>spec</CODE> - is the current document specification for the current job.  If there is a dependency on this
- specification, then the version string should include the pertinent data, so that reingestion will occur
+<DT><B>Parameters:</B><DD><CODE>documentIdentifiers</CODE> - is the array of local document identifiers, as understood by this connector.<DD><CODE>oldVersions</CODE> - is the corresponding array of version strings that have been saved for the document identifiers.
+   A null value indicates that this is a first-time fetch, while an empty string indicates that the previous document
+   had an empty version string.<DD><CODE>activities</CODE> - is the interface this method should use to perform whatever framework actions are desired.<DD><CODE>spec</CODE> - is the current document specification for the current job.  If there is a dependency on this
+ specification, then the version string should include the pertinent data, so that reingestion will occur
  when the specification changes.  This is primarily useful for metadata.<DD><CODE>jobMode</CODE> - is an integer describing how the job is being run, whether continuous or once-only.<DD><CODE>usesDefaultAuthority</CODE> - will be true only if the authority in use for these documents is the default one.
-<DT><B>Returns:</B><DD>the corresponding version strings, with null in the places where the document no longer exists.
- Empty version strings indicate that there is no versioning ability for the corresponding document, and the document
+<DT><B>Returns:</B><DD>the corresponding version strings, with null in the places where the document no longer exists.
+ Empty version strings indicate that there is no versioning ability for the corresponding document, and the document
  will always be processed.
 <DT><B>Throws:</B>
 <DD><CODE>org.apache.manifoldcf.core.interfaces.ManifoldCFException</CODE>
@@ -1382,20 +1382,20 @@ public void <B>processDocuments</B>(java
                       throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                              org.apache.manifoldcf.agents.interfaces.ServiceInterruption</PRE>
 <DL>
-<DD>Process a set of documents. This is the method that should cause each
- document to be fetched, processed, and the results either added to the
- queue of documents for the current job, and/or entered into the
- incremental ingestion manager. The document specification allows this
+<DD>Process a set of documents. This is the method that should cause each
+ document to be fetched, processed, and the results either added to the
+ queue of documents for the current job, and/or entered into the
+ incremental ingestion manager. The document specification allows this
  class to filter what is done based on the job.
 <P>
 <DD><DL>
 <DT><B>Overrides:</B><DD><CODE>processDocuments</CODE> in class <CODE>org.apache.manifoldcf.crawler.connectors.BaseRepositoryConnector</CODE></DL>
 </DD>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>documentIdentifiers</CODE> - is the set of document identifiers to process.<DD><CODE>activities</CODE> - is the interface this method should use to queue up new
-            document references and ingest documents.<DD><CODE>spec</CODE> - is the document specification.<DD><CODE>scanOnly</CODE> - is an array corresponding to the document identifiers. It is
-            set to true to indicate when the processing should only find
-            other references, and should not actually call the ingestion
+<DT><B>Parameters:</B><DD><CODE>documentIdentifiers</CODE> - is the set of document identifiers to process.<DD><CODE>activities</CODE> - is the interface this method should use to queue up new
+            document references and ingest documents.<DD><CODE>spec</CODE> - is the document specification.<DD><CODE>scanOnly</CODE> - is an array corresponding to the document identifiers. It is
+            set to true to indicate when the processing should only find
+            other references, and should not actually call the ingestion
             methods.
 <DT><B>Throws:</B>
 <DD><CODE>org.apache.manifoldcf.core.interfaces.ManifoldCFException</CODE>
@@ -1414,7 +1414,7 @@ protected void <B>describeDocumentSecuri
                                  throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                         java.io.IOException</PRE>
 <DL>
-<DD>This method calculates an ACL string based on whether there are forced acls and also based on
+<DD>This method calculates an ACL string based on whether there are forced acls and also based on
  the acls in place for a file.
 <P>
 <DD><DL>
@@ -1523,11 +1523,11 @@ protected boolean <B>wouldFileBeIncluded
                                       boolean&nbsp;pretendIndexable)
                                throws org.apache.manifoldcf.core.interfaces.ManifoldCFException</PRE>
 <DL>
-<DD>Pretend that a file is either indexable or not, and return whether or not it would be ingested.
+<DD>Pretend that a file is either indexable or not, and return whether or not it would be ingested.
  This is only ever called for files.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>fileName</CODE> - is the canonical file name.<DD><CODE>documentSpecification</CODE> - is the specification.<DD><CODE>pretendIndexable</CODE> - should be set to true if the document's contents would be fingerprinted as "indexable",
+<DT><B>Parameters:</B><DD><CODE>fileName</CODE> - is the canonical file name.<DD><CODE>documentSpecification</CODE> - is the specification.<DD><CODE>pretendIndexable</CODE> - should be set to true if the document's contents would be fingerprinted as "indexable",
        or false otherwise.
 <DT><B>Returns:</B><DD>true if the file would be ingested given the parameters.
 <DT><B>Throws:</B>
@@ -1543,7 +1543,7 @@ protected boolean <B>checkNeedFileData</
                                     org.apache.manifoldcf.crawler.interfaces.DocumentSpecification&nbsp;documentSpecification)
                              throws org.apache.manifoldcf.core.interfaces.ManifoldCFException</PRE>
 <DL>
-<DD>Check to see whether we need the contents of the file for anything.  We do this by assuming that
+<DD>Check to see whether we need the contents of the file for anything.  We do this by assuming that
  the file is indexable, and assuming that it's not, and seeing if the same thing would happen.
 <P>
 <DD><DL>
@@ -1565,8 +1565,8 @@ protected boolean <B>checkIngest</B>(jav
                        throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                               org.apache.manifoldcf.agents.interfaces.ServiceInterruption</PRE>
 <DL>
-<DD>Check if a file should be ingested, given a document specification and a local copy of the
- file.  It is presumed that only files that passed checkInclude() and were also flagged as needing
+<DD>Check if a file should be ingested, given a document specification and a local copy of the
+ file.  It is presumed that only files that passed checkInclude() and were also flagged as needing
  file data by checkNeedFileData() will be checked by this method.
 <P>
 <DD><DL>
@@ -1585,8 +1585,8 @@ matchSubPath</H3>
 protected static int <B>matchSubPath</B>(java.lang.String&nbsp;subPath,
                                   java.lang.String&nbsp;fullPath)</PRE>
 <DL>
-<DD>Match a sub-path.  The sub-path must match the complete starting part of the full path, in a path
- sense.  The returned value should point into the file name beyond the end of the matched path, or
+<DD>Match a sub-path.  The sub-path must match the complete starting part of the full path, in a path
+ sense.  The returned value should point into the file name beyond the end of the matched path, or
  be -1 if there is no match.
 <P>
 <DD><DL>
@@ -1621,7 +1621,7 @@ protected static boolean <B>processCheck
                                       java.lang.String&nbsp;match,
                                       int&nbsp;matchIndex)</PRE>
 <DL>
-<DD>Recursive worker method for checkMatch.  Returns 'true' if there is a path that consumes both
+<DD>Recursive worker method for checkMatch.  Returns 'true' if there is a path that consumes both
  strings in their entirety in a matched way.
 <P>
 <DD><DL>
@@ -1872,8 +1872,8 @@ public void <B>outputConfigurationHeader
                                throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                       java.io.IOException</PRE>
 <DL>
-<DD>Output the configuration header section.
- This method is called in the head section of the connector's configuration page.  Its purpose is to add the required tabs to the list, and to output any
+<DD>Output the configuration header section.
+ This method is called in the head section of the connector's configuration page.  Its purpose is to add the required tabs to the list, and to output any
  javascript methods that might be needed by the configuration editing HTML.
 <P>
 <DD><DL>
@@ -1899,9 +1899,9 @@ public void <B>outputConfigurationBody</
                              throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                     java.io.IOException</PRE>
 <DL>
-<DD>Output the configuration body section.
- This method is called in the body section of the connector's configuration page.  Its purpose is to present the required form elements for editing.
- The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
+<DD>Output the configuration body section.
+ This method is called in the body section of the connector's configuration page.  Its purpose is to present the required form elements for editing.
+ The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
  form is "editconnection".
 <P>
 <DD><DL>
@@ -1925,9 +1925,9 @@ public java.lang.String <B>processConfig
                                                  org.apache.manifoldcf.core.interfaces.ConfigParams&nbsp;parameters)
                                           throws org.apache.manifoldcf.core.interfaces.ManifoldCFException</PRE>
 <DL>
-<DD>Process a configuration post.
- This method is called at the start of the connector's configuration page, whenever there is a possibility that form data for a connection has been
- posted.  Its purpose is to gather form information and modify the configuration parameters accordingly.
+<DD>Process a configuration post.
+ This method is called at the start of the connector's configuration page, whenever there is a possibility that form data for a connection has been
+ posted.  Its purpose is to gather form information and modify the configuration parameters accordingly.
  The name of the posted form is "editconnection".
 <P>
 <DD><DL>
@@ -1952,8 +1952,8 @@ public void <B>viewConfiguration</B>(org
                        throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                               java.io.IOException</PRE>
 <DL>
-<DD>View configuration.
- This method is called in the body section of the connector's view configuration page.  Its purpose is to present the connection information to the user.
+<DD>View configuration.
+ This method is called in the body section of the connector's view configuration page.  Its purpose is to present the connection information to the user.
  The coder can presume that the HTML that is output from this configuration will be within appropriate <html> and <body> tags.
 <P>
 <DD><DL>
@@ -1978,8 +1978,8 @@ public void <B>outputSpecificationHeader
                                throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                       java.io.IOException</PRE>
 <DL>
-<DD>Output the specification header section.
- This method is called in the head section of a job page which has selected a repository connection of the current type.  Its purpose is to add the required tabs
+<DD>Output the specification header section.
+ This method is called in the head section of a job page which has selected a repository connection of the current type.  Its purpose is to add the required tabs
  to the list, and to output any javascript methods that might be needed by the job editing HTML.
 <P>
 <DD><DL>
@@ -2004,9 +2004,9 @@ public void <B>outputSpecificationBody</
                              throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                     java.io.IOException</PRE>
 <DL>
-<DD>Output the specification body section.
- This method is called in the body section of a job page which has selected a repository connection of the current type.  Its purpose is to present the required form elements for editing.
- The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
+<DD>Output the specification body section.
+ This method is called in the body section of a job page which has selected a repository connection of the current type.  Its purpose is to present the required form elements for editing.
+ The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
  form is "editjob".
 <P>
 <DD><DL>
@@ -2029,9 +2029,9 @@ public java.lang.String <B>processSpecif
                                                  org.apache.manifoldcf.crawler.interfaces.DocumentSpecification&nbsp;ds)
                                           throws org.apache.manifoldcf.core.interfaces.ManifoldCFException</PRE>
 <DL>
-<DD>Process a specification post.
- This method is called at the start of job's edit or view page, whenever there is a possibility that form data for a connection has been
- posted.  Its purpose is to gather form information and modify the document specification accordingly.
+<DD>Process a specification post.
+ This method is called at the start of job's edit or view page, whenever there is a possibility that form data for a connection has been
+ posted.  Its purpose is to gather form information and modify the document specification accordingly.
  The name of the posted form is "editjob".
 <P>
 <DD><DL>
@@ -2055,8 +2055,8 @@ public void <B>viewSpecification</B>(org
                        throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                               java.io.IOException</PRE>
 <DL>
-<DD>View specification.
- This method is called in the body section of a job's view page.  Its purpose is to present the document specification information to the user.
+<DD>View specification.
+ This method is called in the body section of a job's view page.  Its purpose is to present the document specification information to the user.
  The coder can presume that the HTML that is output from this configuration will be within appropriate <html> and <body> tags.
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/jcifs/org/apache/manifoldcf/crawler/connectors/sharedrive/SharedDriveHelpers.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jcifs/org/apache/manifoldcf/crawler/connectors/sharedrive/SharedDriveHelpers.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jcifs/org/apache/manifoldcf/crawler/connectors/sharedrive/SharedDriveHelpers.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jcifs/org/apache/manifoldcf/crawler/connectors/sharedrive/SharedDriveHelpers.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:28:02 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:40 EDT 2012 -->
 <TITLE>
 SharedDriveHelpers
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
@@ -99,8 +99,8 @@ java.lang.Object
 </PRE>
 
 <P>
-This class contains test code that is useful for performing test operations
-using JCifs from the appliance.  Basic operations are: addDocument, deleteDocument,
+This class contains test code that is useful for performing test operations
+using JCifs from the appliance.  Basic operations are: addDocument, deleteDocument,
   addFolderUser, and deleteFolderUser.
 <P>
 
@@ -304,7 +304,7 @@ public java.lang.String <B>lookupDocumen
 <DD>See if a document exists.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>targetPath</CODE> - is the document's path, beginning with the share name and
+<DT><B>Parameters:</B><DD><CODE>targetPath</CODE> - is the document's path, beginning with the share name and
        separated by "/" characters.
 <DT><B>Returns:</B><DD>the target path if the document is found, or "" if it is not.
 <DT><B>Throws:</B>
@@ -323,7 +323,7 @@ public java.lang.String <B>addDocument</
 <DD>Add a document.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>targetPath</CODE> - is the target path, beginning with the share name and separated
+<DT><B>Parameters:</B><DD><CODE>targetPath</CODE> - is the target path, beginning with the share name and separated
        by "/" characters.<DD><CODE>sourceFile</CODE> - is the local source file name to copy to the target.
 <DT><B>Returns:</B><DD>the target path.
 <DT><B>Throws:</B>
@@ -341,7 +341,7 @@ public void <B>deleteDocument</B>(java.l
 <DD>Delete a document.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>targetPath</CODE> - is the file path to delete, beginning with the share name and
+<DT><B>Parameters:</B><DD><CODE>targetPath</CODE> - is the file path to delete, beginning with the share name and
        separated by "/" characters.
 <DT><B>Throws:</B>
 <DD><CODE>org.apache.manifoldcf.core.interfaces.ManifoldCFException</CODE></DL>
@@ -359,7 +359,7 @@ public void <B>addUserToFolder</B>(java.
 <DD>Add user ACL to folder.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>targetPath</CODE> - is the folder path to add the acl to, beginning with the share
+<DT><B>Parameters:</B><DD><CODE>targetPath</CODE> - is the folder path to add the acl to, beginning with the share
        name and separated by "/" characters.<DD><CODE>userName</CODE> - is the user to add.
 <DT><B>Throws:</B>
 <DD><CODE>org.apache.manifoldcf.core.interfaces.ManifoldCFException</CODE></DL>
@@ -377,7 +377,7 @@ public void <B>removeUserFromFolder</B>(
 <DD>Remove user ACL from folder.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>targetPath</CODE> - is the folder path to add the acl to, beginning with the share
+<DT><B>Parameters:</B><DD><CODE>targetPath</CODE> - is the folder path to add the acl to, beginning with the share
        name and separated by "/" characters.<DD><CODE>userName</CODE> - is the user to remove.
 <DT><B>Throws:</B>
 <DD><CODE>org.apache.manifoldcf.core.interfaces.ManifoldCFException</CODE></DL>

Modified: incubator/lcf/site/publish/release/trunk/api/jcifs/org/apache/manifoldcf/crawler/connectors/sharedrive/SharedDriveParameters.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jcifs/org/apache/manifoldcf/crawler/connectors/sharedrive/SharedDriveParameters.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jcifs/org/apache/manifoldcf/crawler/connectors/sharedrive/SharedDriveParameters.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jcifs/org/apache/manifoldcf/crawler/connectors/sharedrive/SharedDriveParameters.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:28:02 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:40 EDT 2012 -->
 <TITLE>
 SharedDriveParameters
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/jcifs/org/apache/manifoldcf/crawler/connectors/sharedrive/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jcifs/org/apache/manifoldcf/crawler/connectors/sharedrive/package-frame.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jcifs/org/apache/manifoldcf/crawler/connectors/sharedrive/package-frame.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jcifs/org/apache/manifoldcf/crawler/connectors/sharedrive/package-frame.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:28:02 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:40 EDT 2012 -->
 <TITLE>
 org.apache.manifoldcf.crawler.connectors.sharedrive
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/jcifs/org/apache/manifoldcf/crawler/connectors/sharedrive/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jcifs/org/apache/manifoldcf/crawler/connectors/sharedrive/package-summary.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jcifs/org/apache/manifoldcf/crawler/connectors/sharedrive/package-summary.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jcifs/org/apache/manifoldcf/crawler/connectors/sharedrive/package-summary.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:28:02 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:40 EDT 2012 -->
 <TITLE>
 org.apache.manifoldcf.crawler.connectors.sharedrive
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
@@ -92,7 +92,7 @@ Package org.apache.manifoldcf.crawler.co
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/manifoldcf/crawler/connectors/sharedrive/MatchMap.html" title="class in org.apache.manifoldcf.crawler.connectors.sharedrive">MatchMap</A></B></TD>
-<TD>An instance of this class describes a "match map", which describes a translation of an input
+<TD>An instance of this class describes a "match map", which describes a translation of an input
  string using regexp technology.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -113,7 +113,7 @@ Package org.apache.manifoldcf.crawler.co
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/manifoldcf/crawler/connectors/sharedrive/SharedDriveHelpers.html" title="class in org.apache.manifoldcf.crawler.connectors.sharedrive">SharedDriveHelpers</A></B></TD>
-<TD>This class contains test code that is useful for performing test operations
+<TD>This class contains test code that is useful for performing test operations
 using JCifs from the appliance.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">

Modified: incubator/lcf/site/publish/release/trunk/api/jcifs/org/apache/manifoldcf/crawler/connectors/sharedrive/package-tree.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jcifs/org/apache/manifoldcf/crawler/connectors/sharedrive/package-tree.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jcifs/org/apache/manifoldcf/crawler/connectors/sharedrive/package-tree.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jcifs/org/apache/manifoldcf/crawler/connectors/sharedrive/package-tree.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:28:02 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:40 EDT 2012 -->
 <TITLE>
 org.apache.manifoldcf.crawler.connectors.sharedrive Class Hierarchy
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/jcifs/overview-tree.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jcifs/overview-tree.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jcifs/overview-tree.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jcifs/overview-tree.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:28:02 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:40 EDT 2012 -->
 <TITLE>
 Class Hierarchy
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/allclasses-frame.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/allclasses-frame.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/allclasses-frame.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/allclasses-frame.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:49 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:26 EDT 2012 -->
 <TITLE>
 All Classes
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/allclasses-noframe.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/allclasses-noframe.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/allclasses-noframe.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/allclasses-noframe.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:49 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:26 EDT 2012 -->
 <TITLE>
 All Classes
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/constant-values.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/constant-values.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/constant-values.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/constant-values.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:49 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:26 EDT 2012 -->
 <TITLE>
 Constant Field Values
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/deprecated-list.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/deprecated-list.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/deprecated-list.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/deprecated-list.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:49 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:26 EDT 2012 -->
 <TITLE>
 Deprecated List
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/help-doc.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/help-doc.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/help-doc.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/help-doc.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:49 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:26 EDT 2012 -->
 <TITLE>
 API Help
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/index-all.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/index-all.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/index-all.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/index-all.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:49 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:26 EDT 2012 -->
 <TITLE>
 Index
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
 
@@ -468,7 +468,7 @@ Constructor for class org.apache.manifol
 <DT><A HREF="./org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.TestConnectionThread.html" title="class in org.apache.manifoldcf.crawler.connectors.jdbc"><B>JDBCConnection.TestConnectionThread</B></A> - Class in <A HREF="./org/apache/manifoldcf/crawler/connectors/jdbc/package-summary.html">org.apache.manifoldcf.crawler.connectors.jdbc</A><DD>&nbsp;<DT><A HREF="./org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.TestConnectionThread.html#JDBCConnection.TestConnectionThread()"><B>JDBCConnection.TestConnectionThread()</B></A> - 
 Constructor for class org.apache.manifoldcf.crawler.connectors.jdbc.<A HREF="./org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.TestConnectionThread.html" title="class in org.apache.manifoldcf.crawler.connectors.jdbc">JDBCConnection.TestConnectionThread</A>
 <DD>&nbsp;
-<DT><A HREF="./org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnectionFactory.html" title="class in org.apache.manifoldcf.crawler.connectors.jdbc"><B>JDBCConnectionFactory</B></A> - Class in <A HREF="./org/apache/manifoldcf/crawler/connectors/jdbc/package-summary.html">org.apache.manifoldcf.crawler.connectors.jdbc</A><DD>This class creates a connection<DT><A HREF="./org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnector.html" title="class in org.apache.manifoldcf.crawler.connectors.jdbc"><B>JDBCConnector</B></A> - Class in <A HREF="./org/apache/manifoldcf/crawler/connectors/jdbc/package-summary.html">org.apache.manifoldcf.crawler.connectors.jdbc</A><DD>This interface describes an instance of a connection between a repository and ManifoldCF's
+<DT><A HREF="./org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnectionFactory.html" title="class in org.apache.manifoldcf.crawler.connectors.jdbc"><B>JDBCConnectionFactory</B></A> - Class in <A HREF="./org/apache/manifoldcf/crawler/connectors/jdbc/package-summary.html">org.apache.manifoldcf.crawler.connectors.jdbc</A><DD>This class creates a connection<DT><A HREF="./org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnector.html" title="class in org.apache.manifoldcf.crawler.connectors.jdbc"><B>JDBCConnector</B></A> - Class in <A HREF="./org/apache/manifoldcf/crawler/connectors/jdbc/package-summary.html">org.apache.manifoldcf.crawler.connectors.jdbc</A><DD>This interface describes an instance of a connection between a repository and ManifoldCF's
  standard "pull" ingestion agent.<DT><A HREF="./org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnector.html#JDBCConnector()"><B>JDBCConnector()</B></A> - 
 Constructor for class org.apache.manifoldcf.crawler.connectors.jdbc.<A HREF="./org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnector.html" title="class in org.apache.manifoldcf.crawler.connectors.jdbc">JDBCConnector</A>
 <DD>Constructor.

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/index.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/index.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/index.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/index.html Sat Jun  2 20:35:59 2012
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc on Thu May 31 04:27:49 EDT 2012-->
+<!-- Generated by javadoc on Sat Jun 02 16:09:26 EDT 2012-->
 <TITLE>
 Generated Documentation (Untitled)
 </TITLE>

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/IDynamicResultSet.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/IDynamicResultSet.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/IDynamicResultSet.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/IDynamicResultSet.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:48 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:25 EDT 2012 -->
 <TITLE>
 IDynamicResultSet
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
@@ -98,9 +98,9 @@ Interface IDynamicResultSet</H2>
 </PRE>
 
 <P>
-This object describes an (open) jdbc resultset.  Semantics are identical to
- org.apache.manifoldcf.core.interfaces.IResultSet, EXCEPT that a close() method is
- provided and must be called, and there is no method to get the entire resultset
+This object describes an (open) jdbc resultset.  Semantics are identical to
+ org.apache.manifoldcf.core.interfaces.IResultSet, EXCEPT that a close() method is
+ provided and must be called, and there is no method to get the entire resultset
  at once.
 <P>
 

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.ExecuteOperationThread.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.ExecuteOperationThread.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.ExecuteOperationThread.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.ExecuteOperationThread.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:48 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:25 EDT 2012 -->
 <TITLE>
 JDBCConnection.ExecuteOperationThread
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.JDBCPSResultSet.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.JDBCPSResultSet.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.JDBCPSResultSet.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.JDBCPSResultSet.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:48 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:25 EDT 2012 -->
 <TITLE>
 JDBCConnection.JDBCPSResultSet
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.JDBCResultSet.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.JDBCResultSet.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.JDBCResultSet.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.JDBCResultSet.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:48 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:25 EDT 2012 -->
 <TITLE>
 JDBCConnection.JDBCResultSet
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.NextResultRowThread.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.NextResultRowThread.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.NextResultRowThread.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.NextResultRowThread.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:48 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:25 EDT 2012 -->
 <TITLE>
 JDBCConnection.NextResultRowThread
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.PreparedStatementQueryThread.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.PreparedStatementQueryThread.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.PreparedStatementQueryThread.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.PreparedStatementQueryThread.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:48 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:25 EDT 2012 -->
 <TITLE>
 JDBCConnection.PreparedStatementQueryThread
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.StatementQueryThread.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.StatementQueryThread.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.StatementQueryThread.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.StatementQueryThread.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:49 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:25 EDT 2012 -->
 <TITLE>
 JDBCConnection.StatementQueryThread
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.TestConnectionThread.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.TestConnectionThread.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.TestConnectionThread.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.TestConnectionThread.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:49 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:26 EDT 2012 -->
 <TITLE>
 JDBCConnection.TestConnectionThread
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnection.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:48 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:25 EDT 2012 -->
 <TITLE>
 JDBCConnection
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnectionFactory.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnectionFactory.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnectionFactory.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnectionFactory.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:49 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:26 EDT 2012 -->
 <TITLE>
 JDBCConnectionFactory
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnector.TableSpec.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnector.TableSpec.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnector.TableSpec.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnector.TableSpec.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:49 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:26 EDT 2012 -->
 <TITLE>
 JDBCConnector.TableSpec
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnector.VariableMap.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnector.VariableMap.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnector.VariableMap.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnector.VariableMap.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:49 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:26 EDT 2012 -->
 <TITLE>
 JDBCConnector.VariableMap
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnector.VariableMapItem.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnector.VariableMapItem.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnector.VariableMapItem.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnector.VariableMapItem.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:49 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:26 EDT 2012 -->
 <TITLE>
 JDBCConnector.VariableMapItem
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnector.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnector.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnector.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnector.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:49 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:26 EDT 2012 -->
 <TITLE>
 JDBCConnector
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
@@ -104,35 +104,35 @@ java.lang.Object
 </PRE>
 
 <P>
-This interface describes an instance of a connection between a repository and ManifoldCF's
- standard "pull" ingestion agent.
-
- Each instance of this interface is used in only one thread at a time.  Connection Pooling
- on these kinds of objects is performed by the factory which instantiates repository connectors
- from symbolic names and config parameters, and is pooled by these parameters.  That is, a pooled connector
- handle is used only if all the connection parameters for the handle match.
-
- Implementers of this interface should provide a default constructor which has this signature:
-
- xxx();
-
- Connectors are either configured or not.  If configured, they will persist in a pool, and be
- reused multiple times.  Certain methods of a connector may be called before the connector is
- configured.  This includes basically all methods that permit inspection of the connector's
- capabilities.  The complete list is:
-
-
- The purpose of the repository connector is to allow documents to be fetched from the repository.
-
- Each repository connector describes a set of documents that are known only to that connector.
- It therefore establishes a space of document identifiers.  Each connector will only ever be
- asked to deal with identifiers that have in some way originated from the connector.
-
- Documents are fetched in three stages.  First, the getDocuments() method is called in the connector
- implementation.  This returns a set of document identifiers.  The document identifiers are used to
- obtain the current document version strings in the second stage, using the getDocumentVersions() method.
- The last stage is processDocuments(), which queues up any additional documents needed, and also ingests.
- This method will not be called if the document version seems to indicate that no document change took
+This interface describes an instance of a connection between a repository and ManifoldCF's
+ standard "pull" ingestion agent.
+
+ Each instance of this interface is used in only one thread at a time.  Connection Pooling
+ on these kinds of objects is performed by the factory which instantiates repository connectors
+ from symbolic names and config parameters, and is pooled by these parameters.  That is, a pooled connector
+ handle is used only if all the connection parameters for the handle match.
+
+ Implementers of this interface should provide a default constructor which has this signature:
+
+ xxx();
+
+ Connectors are either configured or not.  If configured, they will persist in a pool, and be
+ reused multiple times.  Certain methods of a connector may be called before the connector is
+ configured.  This includes basically all methods that permit inspection of the connector's
+ capabilities.  The complete list is:
+
+
+ The purpose of the repository connector is to allow documents to be fetched from the repository.
+
+ Each repository connector describes a set of documents that are known only to that connector.
+ It therefore establishes a space of document identifiers.  Each connector will only ever be
+ asked to deal with identifiers that have in some way originated from the connector.
+
+ Documents are fetched in three stages.  First, the getDocuments() method is called in the connector
+ implementation.  This returns a set of document identifiers.  The document identifiers are used to
+ obtain the current document version strings in the second stage, using the getDocumentVersions() method.
+ The last stage is processDocuments(), which queues up any additional documents needed, and also ingests.
+ This method will not be called if the document version seems to indicate that no document change took
  place.
 <P>
 
@@ -816,8 +816,8 @@ getConnectorModel</H3>
 <PRE>
 public int <B>getConnectorModel</B>()</PRE>
 <DL>
-<DD>Model.  Depending on what people enter for the seeding query, this could be either ALL or
- could be less than that.  So, I've decided it will be at least the adds and changes, and
+<DD>Model.  Depending on what people enter for the seeding query, this could be either ALL or
+ could be less than that.  So, I've decided it will be at least the adds and changes, and
  won't include the deletes.
 <P>
 <DD><DL>
@@ -888,11 +888,11 @@ getBinNames</H3>
 <PRE>
 public java.lang.String[] <B>getBinNames</B>(java.lang.String&nbsp;documentIdentifier)</PRE>
 <DL>
-<DD>Get the bin name string for a document identifier.  The bin name describes the queue to which the
- document will be assigned for throttling purposes.  Throttling controls the rate at which items in a
- given queue are fetched; it does not say anything about the overall fetch rate, which may operate on
- multiple queues or bins.
- For example, if you implement a web crawler, a good choice of bin name would be the server name, since
+<DD>Get the bin name string for a document identifier.  The bin name describes the queue to which the
+ document will be assigned for throttling purposes.  Throttling controls the rate at which items in a
+ given queue are fetched; it does not say anything about the overall fetch rate, which may operate on
+ multiple queues or bins.
+ For example, if you implement a web crawler, a good choice of bin name would be the server name, since
  that is likely to correspond to a real resource that will need real throttle protection.
 <P>
 <DD><DL>
@@ -916,25 +916,25 @@ public void <B>addSeedDocuments</B>(org.
                       throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                              org.apache.manifoldcf.agents.interfaces.ServiceInterruption</PRE>
 <DL>
-<DD>Queue "seed" documents.  Seed documents are the starting places for crawling activity.  Documents
- are seeded when this method calls appropriate methods in the passed in ISeedingActivity object.
-
- This method can choose to find repository changes that happen only during the specified time interval.
- The seeds recorded by this method will be viewed by the framework based on what the
- getConnectorModel() method returns.
-
- It is not a big problem if the connector chooses to create more seeds than are
- strictly necessary; it is merely a question of overall work required.
-
- The times passed to this method may be interpreted for greatest efficiency.  The time ranges
- any given job uses with this connector will not overlap, but will proceed starting at 0 and going
- to the "current time", each time the job is run.  For continuous crawling jobs, this method will
- be called once, when the job starts, and at various periodic intervals as the job executes.
-
- When a job's specification is changed, the framework automatically resets the seeding start time to 0.  The
- seeding start time may also be set to 0 on each job run, depending on the connector model returned by
- getConnectorModel().
-
+<DD>Queue "seed" documents.  Seed documents are the starting places for crawling activity.  Documents
+ are seeded when this method calls appropriate methods in the passed in ISeedingActivity object.
+
+ This method can choose to find repository changes that happen only during the specified time interval.
+ The seeds recorded by this method will be viewed by the framework based on what the
+ getConnectorModel() method returns.
+
+ It is not a big problem if the connector chooses to create more seeds than are
+ strictly necessary; it is merely a question of overall work required.
+
+ The times passed to this method may be interpreted for greatest efficiency.  The time ranges
+ any given job uses with this connector will not overlap, but will proceed starting at 0 and going
+ to the "current time", each time the job is run.  For continuous crawling jobs, this method will
+ be called once, when the job starts, and at various periodic intervals as the job executes.
+
+ When a job's specification is changed, the framework automatically resets the seeding start time to 0.  The
+ seeding start time may also be set to 0 on each job run, depending on the connector model returned by
+ getConnectorModel().
+
  Note that it is always ok to send MORE documents rather than less to this method.
 <P>
 <DD><DL>
@@ -961,21 +961,21 @@ public java.lang.String[] <B>getDocument
                                        throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                               org.apache.manifoldcf.agents.interfaces.ServiceInterruption</PRE>
 <DL>
-<DD>Get document versions given an array of document identifiers.
- This method is called for EVERY document that is considered. It is
+<DD>Get document versions given an array of document identifiers.
+ This method is called for EVERY document that is considered. It is
  therefore important to perform as little work as possible here.
 <P>
 <DD><DL>
 <DT><B>Specified by:</B><DD><CODE>getDocumentVersions</CODE> in interface <CODE>org.apache.manifoldcf.crawler.interfaces.IRepositoryConnector</CODE><DT><B>Overrides:</B><DD><CODE>getDocumentVersions</CODE> in class <CODE>org.apache.manifoldcf.crawler.connectors.BaseRepositoryConnector</CODE></DL>
 </DD>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>documentIdentifiers</CODE> - is the array of local document identifiers, as understood by this connector.<DD><CODE>oldVersions</CODE> - is the corresponding array of version strings that have been saved for the document identifiers.
-   A null value indicates that this is a first-time fetch, while an empty string indicates that the previous document
-   had an empty version string.<DD><CODE>activities</CODE> - is the interface this method should use to perform whatever framework actions are desired.<DD><CODE>spec</CODE> - is the current document specification for the current job.  If there is a dependency on this
- specification, then the version string should include the pertinent data, so that reingestion will occur
+<DT><B>Parameters:</B><DD><CODE>documentIdentifiers</CODE> - is the array of local document identifiers, as understood by this connector.<DD><CODE>oldVersions</CODE> - is the corresponding array of version strings that have been saved for the document identifiers.
+   A null value indicates that this is a first-time fetch, while an empty string indicates that the previous document
+   had an empty version string.<DD><CODE>activities</CODE> - is the interface this method should use to perform whatever framework actions are desired.<DD><CODE>spec</CODE> - is the current document specification for the current job.  If there is a dependency on this
+ specification, then the version string should include the pertinent data, so that reingestion will occur
  when the specification changes.  This is primarily useful for metadata.<DD><CODE>jobMode</CODE> - is an integer describing how the job is being run, whether continuous or once-only.<DD><CODE>usesDefaultAuthority</CODE> - will be true only if the authority in use for these documents is the default one.
-<DT><B>Returns:</B><DD>the corresponding version strings, with null in the places where the document no longer exists.
- Empty version strings indicate that there is no versioning ability for the corresponding document, and the document
+<DT><B>Returns:</B><DD>the corresponding version strings, with null in the places where the document no longer exists.
+ Empty version strings indicate that there is no versioning ability for the corresponding document, and the document
  will always be processed.
 <DT><B>Throws:</B>
 <DD><CODE>org.apache.manifoldcf.core.interfaces.ManifoldCFException</CODE>
@@ -995,18 +995,18 @@ public void <B>processDocuments</B>(java
                       throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                              org.apache.manifoldcf.agents.interfaces.ServiceInterruption</PRE>
 <DL>
-<DD>Process a set of documents.
- This is the method that should cause each document to be fetched, processed, and the results either added
- to the queue of documents for the current job, and/or entered into the incremental ingestion manager.
+<DD>Process a set of documents.
+ This is the method that should cause each document to be fetched, processed, and the results either added
+ to the queue of documents for the current job, and/or entered into the incremental ingestion manager.
  The document specification allows this class to filter what is done based on the job.
 <P>
 <DD><DL>
 <DT><B>Overrides:</B><DD><CODE>processDocuments</CODE> in class <CODE>org.apache.manifoldcf.crawler.connectors.BaseRepositoryConnector</CODE></DL>
 </DD>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>documentIdentifiers</CODE> - is the set of document identifiers to process.<DD><CODE>versions</CODE> - is the corresponding document versions to process, as returned by getDocumentVersions() above.
-       The implementation may choose to ignore this parameter and always process the current version.<DD><CODE>activities</CODE> - is the interface this method should use to queue up new document references
- and ingest documents.<DD><CODE>spec</CODE> - is the document specification.<DD><CODE>scanOnly</CODE> - is an array corresponding to the document identifiers.  It is set to true to indicate when the processing
+<DT><B>Parameters:</B><DD><CODE>documentIdentifiers</CODE> - is the set of document identifiers to process.<DD><CODE>versions</CODE> - is the corresponding document versions to process, as returned by getDocumentVersions() above.
+       The implementation may choose to ignore this parameter and always process the current version.<DD><CODE>activities</CODE> - is the interface this method should use to queue up new document references
+ and ingest documents.<DD><CODE>spec</CODE> - is the document specification.<DD><CODE>scanOnly</CODE> - is an array corresponding to the document identifiers.  It is set to true to indicate when the processing
  should only find other references, and should not actually call the ingestion methods.
 <DT><B>Throws:</B>
 <DD><CODE>org.apache.manifoldcf.core.interfaces.ManifoldCFException</CODE>
@@ -1026,8 +1026,8 @@ public void <B>outputConfigurationHeader
                                throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                       java.io.IOException</PRE>
 <DL>
-<DD>Output the configuration header section.
- This method is called in the head section of the connector's configuration page.  Its purpose is to add the required tabs to the list, and to output any
+<DD>Output the configuration header section.
+ This method is called in the head section of the connector's configuration page.  Its purpose is to add the required tabs to the list, and to output any
  javascript methods that might be needed by the configuration editing HTML.
 <P>
 <DD><DL>
@@ -1053,9 +1053,9 @@ public void <B>outputConfigurationBody</
                              throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                     java.io.IOException</PRE>
 <DL>
-<DD>Output the configuration body section.
- This method is called in the body section of the connector's configuration page.  Its purpose is to present the required form elements for editing.
- The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
+<DD>Output the configuration body section.
+ This method is called in the body section of the connector's configuration page.  Its purpose is to present the required form elements for editing.
+ The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
  form is "editconnection".
 <P>
 <DD><DL>
@@ -1079,9 +1079,9 @@ public java.lang.String <B>processConfig
                                                  org.apache.manifoldcf.core.interfaces.ConfigParams&nbsp;parameters)
                                           throws org.apache.manifoldcf.core.interfaces.ManifoldCFException</PRE>
 <DL>
-<DD>Process a configuration post.
- This method is called at the start of the connector's configuration page, whenever there is a possibility that form data for a connection has been
- posted.  Its purpose is to gather form information and modify the configuration parameters accordingly.
+<DD>Process a configuration post.
+ This method is called at the start of the connector's configuration page, whenever there is a possibility that form data for a connection has been
+ posted.  Its purpose is to gather form information and modify the configuration parameters accordingly.
  The name of the posted form is "editconnection".
 <P>
 <DD><DL>
@@ -1106,8 +1106,8 @@ public void <B>viewConfiguration</B>(org
                        throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                               java.io.IOException</PRE>
 <DL>
-<DD>View configuration.
- This method is called in the body section of the connector's view configuration page.  Its purpose is to present the connection information to the user.
+<DD>View configuration.
+ This method is called in the body section of the connector's view configuration page.  Its purpose is to present the connection information to the user.
  The coder can presume that the HTML that is output from this configuration will be within appropriate <html> and <body> tags.
 <P>
 <DD><DL>
@@ -1132,8 +1132,8 @@ public void <B>outputSpecificationHeader
                                throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                       java.io.IOException</PRE>
 <DL>
-<DD>Output the specification header section.
- This method is called in the head section of a job page which has selected a repository connection of the current type.  Its purpose is to add the required tabs
+<DD>Output the specification header section.
+ This method is called in the head section of a job page which has selected a repository connection of the current type.  Its purpose is to add the required tabs
  to the list, and to output any javascript methods that might be needed by the job editing HTML.
 <P>
 <DD><DL>
@@ -1158,9 +1158,9 @@ public void <B>outputSpecificationBody</
                              throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                     java.io.IOException</PRE>
 <DL>
-<DD>Output the specification body section.
- This method is called in the body section of a job page which has selected a repository connection of the current type.  Its purpose is to present the required form elements for editing.
- The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
+<DD>Output the specification body section.
+ This method is called in the body section of a job page which has selected a repository connection of the current type.  Its purpose is to present the required form elements for editing.
+ The coder can presume that the HTML that is output from this configuration will be within appropriate <html>, <body>, and <form> tags.  The name of the
  form is "editjob".
 <P>
 <DD><DL>
@@ -1183,9 +1183,9 @@ public java.lang.String <B>processSpecif
                                                  org.apache.manifoldcf.crawler.interfaces.DocumentSpecification&nbsp;ds)
                                           throws org.apache.manifoldcf.core.interfaces.ManifoldCFException</PRE>
 <DL>
-<DD>Process a specification post.
- This method is called at the start of job's edit or view page, whenever there is a possibility that form data for a connection has been
- posted.  Its purpose is to gather form information and modify the document specification accordingly.
+<DD>Process a specification post.
+ This method is called at the start of job's edit or view page, whenever there is a possibility that form data for a connection has been
+ posted.  Its purpose is to gather form information and modify the document specification accordingly.
  The name of the posted form is "editjob".
 <P>
 <DD><DL>
@@ -1209,8 +1209,8 @@ public void <B>viewSpecification</B>(org
                        throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                               java.io.IOException</PRE>
 <DL>
-<DD>View specification.
- This method is called in the body section of a job's view page.  Its purpose is to present the document specification information to the user.
+<DD>View specification.
+ This method is called in the body section of a job's view page.  Its purpose is to present the document specification information to the user.
  The coder can presume that the HTML that is output from this configuration will be within appropriate <html> and <body> tags.
 <P>
 <DD><DL>
@@ -1347,7 +1347,7 @@ protected static void <B>substituteQuery
                                       java.util.ArrayList&nbsp;outputParams)
                                throws org.apache.manifoldcf.core.interfaces.ManifoldCFException</PRE>
 <DL>
-<DD>Given a query, and a parameter map, substitute it.
+<DD>Given a query, and a parameter map, substitute it.
  Each variable substitutes the string, and it also substitutes zero or more query parameters.
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConstants.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConstants.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConstants.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConstants.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:49 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:26 EDT 2012 -->
 <TITLE>
 JDBCConstants
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/Messages.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/Messages.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/Messages.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/Messages.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:49 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:26 EDT 2012 -->
 <TITLE>
 Messages
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/package-frame.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/package-frame.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/package-frame.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:49 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:26 EDT 2012 -->
 <TITLE>
 org.apache.manifoldcf.crawler.connectors.jdbc
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/package-summary.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/package-summary.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/package-summary.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:49 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:26 EDT 2012 -->
 <TITLE>
 org.apache.manifoldcf.crawler.connectors.jdbc
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
@@ -114,7 +114,7 @@ Package org.apache.manifoldcf.crawler.co
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/manifoldcf/crawler/connectors/jdbc/JDBCConnector.html" title="class in org.apache.manifoldcf.crawler.connectors.jdbc">JDBCConnector</A></B></TD>
-<TD>This interface describes an instance of a connection between a repository and ManifoldCF's
+<TD>This interface describes an instance of a connection between a repository and ManifoldCF's
  standard "pull" ingestion agent.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">

Modified: incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/package-tree.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/package-tree.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/package-tree.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/jdbc/org/apache/manifoldcf/crawler/connectors/jdbc/package-tree.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:27:49 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:09:26 EDT 2012 -->
 <TITLE>
 org.apache.manifoldcf.crawler.connectors.jdbc Class Hierarchy
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">