Return-Path: X-Original-To: apmail-manifoldcf-commits-archive@www.apache.org Delivered-To: apmail-manifoldcf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CC0399806 for ; Sat, 2 Jun 2012 20:39:52 +0000 (UTC) Received: (qmail 24855 invoked by uid 500); 2 Jun 2012 20:39:52 -0000 Delivered-To: apmail-manifoldcf-commits-archive@manifoldcf.apache.org Received: (qmail 24807 invoked by uid 500); 2 Jun 2012 20:39:52 -0000 Mailing-List: contact commits-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list commits@manifoldcf.apache.org Received: (qmail 24798 invoked by uid 500); 2 Jun 2012 20:39:52 -0000 Delivered-To: apmail-incubator-connectors-commits@incubator.apache.org Received: (qmail 24795 invoked by uid 99); 2 Jun 2012 20:39:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jun 2012 20:39:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jun 2012 20:39:47 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4566B2388C90; Sat, 2 Jun 2012 20:38:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1345569 [32/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... Date: Sat, 02 Jun 2012 20:37:11 -0000 To: connectors-commits@incubator.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120602203812.4566B2388C90@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/lcf/site/publish/release/trunk/api/sharepoint/org/apache/manifoldcf/crawler/connectors/sharepoint/SharePointRepository.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/sharepoint/org/apache/manifoldcf/crawler/connectors/sharepoint/SharePointRepository.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/sharepoint/org/apache/manifoldcf/crawler/connectors/sharepoint/SharePointRepository.html (original) +++ incubator/lcf/site/publish/release/trunk/api/sharepoint/org/apache/manifoldcf/crawler/connectors/sharepoint/SharePointRepository.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + SharePointRepository - + @@ -104,13 +104,13 @@ java.lang.Object

-This is the "repository connector" for Microsoft SharePoint. - Document identifiers for this connector come in three forms: - (1) An "S" followed by the encoded subsite/library path, which represents the encoded relative path from the root site to a library. [deprecated and no longer supported]; - (2) A "D" followed by a subsite/library/folder/file path, which represents the relative path from the root site to a file. [deprecated and no longer supported] - (3) Three different kinds of unencoded path, each of which starts with a "/" at the beginning, where the "/" represents the root site of the connection, as follows: - /sitepath/ - the relative path to a site. The path MUST both begin and end with a single "/". - /sitepath/libraryname// - the relative path to a library. The path MUST begin with a single "/" and end with "//". +This is the "repository connector" for Microsoft SharePoint. + Document identifiers for this connector come in three forms: + (1) An "S" followed by the encoded subsite/library path, which represents the encoded relative path from the root site to a library. [deprecated and no longer supported]; + (2) A "D" followed by a subsite/library/folder/file path, which represents the relative path from the root site to a file. [deprecated and no longer supported] + (3) Three different kinds of unencoded path, each of which starts with a "/" at the beginning, where the "/" represents the root site of the connection, as follows: + /sitepath/ - the relative path to a site. The path MUST both begin and end with a single "/". + /sitepath/libraryname// - the relative path to a library. The path MUST begin with a single "/" and end with "//". /sitepath/libraryname//folderfilepath - the relative path to a file. The path MUST begin with a single "/" and MUST include a "//" after the library, and must NOT end with a "/".

@@ -164,7 +164,7 @@ This is the "repository connector" for M SharePointRepository.SystemMetadataDescription
-          Class that tracks paths associated with id's, and the name +          Class that tracks paths associated with id's, and the name of the metadata attribute to use for the path. @@ -326,7 +326,7 @@ This is the "repository connector" for M decodePath(java.lang.String relPath)
-          Given a path that is /-separated, and otherwise encoded, decode properly to convert to +          Given a path that is /-separated, and otherwise encoded, decode properly to convert to unencoded form. @@ -343,7 +343,7 @@ This is the "repository connector" for M encodePath(java.lang.String relPath)
-          Given a path that is /-separated, and otherwise unencoded, encode properly for an actual +          Given a path that is /-separated, and otherwise unencoded, encode properly for an actual URI @@ -510,7 +510,7 @@ This is the "repository connector" for M poll()
-          This method is periodically called for all connectors that are connected but not +          This method is periodically called for all connectors that are connected but not in active use. @@ -753,7 +753,7 @@ public void connect(org.apache.ma

Specified by:
connect in interface org.apache.manifoldcf.core.interfaces.IConnector
Overrides:
connect in class org.apache.manifoldcf.core.connector.BaseConnector
-
Parameters:
configParameters - is the set of configuration parameters, which +
Parameters:
configParameters - is the set of configuration parameters, which in this case describe the root directory.
@@ -783,11 +783,11 @@ getBinNames
 public java.lang.String[] getBinNames(java.lang.String documentIdentifier)
-
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 +
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.

@@ -843,7 +843,7 @@ poll public void poll() throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
-
This method is periodically called for all connectors that are connected but not +
This method is periodically called for all connectors that are connected but not in active use.

@@ -864,8 +864,8 @@ public boolean requestInfo(org.ap java.lang.String command) throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
-
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 +
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.

@@ -891,25 +891,25 @@ public void addSeedDocuments(org. throws org.apache.manifoldcf.core.interfaces.ManifoldCFException, org.apache.manifoldcf.agents.interfaces.ServiceInterruption
-
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(). - +
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.

@@ -936,21 +936,21 @@ public java.lang.String[] getDocument throws org.apache.manifoldcf.core.interfaces.ManifoldCFException, org.apache.manifoldcf.agents.interfaces.ServiceInterruption
-
Get document versions given an array of document identifiers. - This method is called for EVERY document that is considered. It is +
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.

Specified by:
getDocumentVersions in interface org.apache.manifoldcf.crawler.interfaces.IRepositoryConnector
Overrides:
getDocumentVersions in class org.apache.manifoldcf.crawler.connectors.BaseRepositoryConnector
-
Parameters:
documentIdentifiers - is the array of local document identifiers, as understood by this connector.
oldVersions - 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.
activities - is the interface this method should use to perform whatever framework actions are desired.
spec - 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 +
Parameters:
documentIdentifiers - is the array of local document identifiers, as understood by this connector.
oldVersions - 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.
activities - is the interface this method should use to perform whatever framework actions are desired.
spec - 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.
jobMode - is an integer describing how the job is being run, whether continuous or once-only.
usesDefaultAuthority - will be true only if the authority in use for these documents is the default one. -
Returns:
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 +
Returns:
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.
Throws:
org.apache.manifoldcf.core.interfaces.ManifoldCFException @@ -970,17 +970,17 @@ public void processDocuments(java throws org.apache.manifoldcf.core.interfaces.ManifoldCFException, org.apache.manifoldcf.agents.interfaces.ServiceInterruption
-
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. +
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.

Overrides:
processDocuments in class org.apache.manifoldcf.crawler.connectors.BaseRepositoryConnector
-
Parameters:
documentIdentifiers - is the set of document identifiers to process.
activities - is the interface this method should use to queue up new document references - and ingest documents.
spec - is the document specification.
scanOnly - is an array corresponding to the document identifiers. It is set to true to indicate when the processing +
Parameters:
documentIdentifiers - is the set of document identifiers to process.
activities - is the interface this method should use to queue up new document references + and ingest documents.
spec - is the document specification.
scanOnly - 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.
Throws:
org.apache.manifoldcf.core.interfaces.ManifoldCFException @@ -1000,8 +1000,8 @@ public void outputConfigurationHeader throws org.apache.manifoldcf.core.interfaces.ManifoldCFException, java.io.IOException
-
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 +
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.

@@ -1027,9 +1027,9 @@ public void outputConfigurationBody
-
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 , , and
tags. The name of the +
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 , , and tags. The name of the form is "editconnection".

@@ -1053,9 +1053,9 @@ public java.lang.String processConfig org.apache.manifoldcf.core.interfaces.ConfigParams parameters) throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
-
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. +
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".

@@ -1080,8 +1080,8 @@ public void viewConfiguration(org throws org.apache.manifoldcf.core.interfaces.ManifoldCFException, java.io.IOException
-
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. +
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 and tags.

@@ -1106,8 +1106,8 @@ public void outputSpecificationHeader throws org.apache.manifoldcf.core.interfaces.ManifoldCFException, java.io.IOException
-
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 +
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.

@@ -1132,9 +1132,9 @@ public void outputSpecificationBody
-
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 , , and tags. The name of the +
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 , , and tags. The name of the form is "editjob".

@@ -1157,9 +1157,9 @@ public java.lang.String processSpecif org.apache.manifoldcf.crawler.interfaces.DocumentSpecification ds) throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
-
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. +
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".

@@ -1183,8 +1183,8 @@ public void viewSpecification(org throws org.apache.manifoldcf.core.interfaces.ManifoldCFException, java.io.IOException
-
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. +
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 and tags.

@@ -1323,8 +1323,8 @@ matchSubPath protected static int matchSubPath(java.lang.String subPath, java.lang.String fullPath)
-
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 +
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.

@@ -1342,7 +1342,7 @@ protected static boolean checkPartial java.lang.String match, int requiredExtraPathSections)
-
Check for a partial path match between two strings with wildcards. +
Check for a partial path match between two strings with wildcards. Match allowance also must be made for the minimum path components in the rest of the path.

@@ -1361,7 +1361,7 @@ protected static boolean processParti int matchIndex, int requiredExtraPathSections)
-
Recursive worker method for checkPartialPathMatch. Returns 'true' if there is a path that consumes the source string entirely, +
Recursive worker method for checkPartialPathMatch. Returns 'true' if there is a path that consumes the source string entirely, and leaves the remainder of the match string able to match the required followup.

@@ -1396,7 +1396,7 @@ protected static boolean processCheck java.lang.String match, int matchIndex)
-
Recursive worker method for checkMatch. Returns 'true' if there is a path that consumes both +
Recursive worker method for checkMatch. Returns 'true' if there is a path that consumes both strings in their entirety in a matched way.

@@ -1451,7 +1451,7 @@ decodePath
 public static java.lang.String decodePath(java.lang.String relPath)
-
Given a path that is /-separated, and otherwise encoded, decode properly to convert to +
Given a path that is /-separated, and otherwise encoded, decode properly to convert to unencoded form.

@@ -1465,7 +1465,7 @@ encodePath
 public static java.lang.String encodePath(java.lang.String relPath)
-
Given a path that is /-separated, and otherwise unencoded, encode properly for an actual +
Given a path that is /-separated, and otherwise unencoded, encode properly for an actual URI

Modified: incubator/lcf/site/publish/release/trunk/api/sharepoint/org/apache/manifoldcf/crawler/connectors/sharepoint/VersionsHeader.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/sharepoint/org/apache/manifoldcf/crawler/connectors/sharepoint/VersionsHeader.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/sharepoint/org/apache/manifoldcf/crawler/connectors/sharepoint/VersionsHeader.html (original) +++ incubator/lcf/site/publish/release/trunk/api/sharepoint/org/apache/manifoldcf/crawler/connectors/sharepoint/VersionsHeader.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + VersionsHeader - + Modified: incubator/lcf/site/publish/release/trunk/api/sharepoint/org/apache/manifoldcf/crawler/connectors/sharepoint/package-frame.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/sharepoint/org/apache/manifoldcf/crawler/connectors/sharepoint/package-frame.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/sharepoint/org/apache/manifoldcf/crawler/connectors/sharepoint/package-frame.html (original) +++ incubator/lcf/site/publish/release/trunk/api/sharepoint/org/apache/manifoldcf/crawler/connectors/sharepoint/package-frame.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + org.apache.manifoldcf.crawler.connectors.sharepoint - + Modified: incubator/lcf/site/publish/release/trunk/api/sharepoint/org/apache/manifoldcf/crawler/connectors/sharepoint/package-summary.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/sharepoint/org/apache/manifoldcf/crawler/connectors/sharepoint/package-summary.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/sharepoint/org/apache/manifoldcf/crawler/connectors/sharepoint/package-summary.html (original) +++ incubator/lcf/site/publish/release/trunk/api/sharepoint/org/apache/manifoldcf/crawler/connectors/sharepoint/package-summary.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + org.apache.manifoldcf.crawler.connectors.sharepoint - + @@ -96,7 +96,7 @@ Package org.apache.manifoldcf.crawler.co MatchMap -An instance of this class describes a "match map", which describes a translation of an input +An instance of this class describes a "match map", which describes a translation of an input string using regexp technology. @@ -153,7 +153,7 @@ Package org.apache.manifoldcf.crawler.co SPSProxyHelper.ResourceProvider -Implementation of EngineConfiguration that we'll use to get the wsdd file from a +Implementation of EngineConfiguration that we'll use to get the wsdd file from a local resource. Modified: incubator/lcf/site/publish/release/trunk/api/sharepoint/org/apache/manifoldcf/crawler/connectors/sharepoint/package-tree.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/sharepoint/org/apache/manifoldcf/crawler/connectors/sharepoint/package-tree.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/sharepoint/org/apache/manifoldcf/crawler/connectors/sharepoint/package-tree.html (original) +++ incubator/lcf/site/publish/release/trunk/api/sharepoint/org/apache/manifoldcf/crawler/connectors/sharepoint/package-tree.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + org.apache.manifoldcf.crawler.connectors.sharepoint Class Hierarchy - + @@ -105,12 +105,12 @@ Class Hierarchy
  • com.microsoft.schemas.sharepoint.soap.ListsLocator (implements com.microsoft.schemas.sharepoint.soap.Lists) -
  • com.microsoft.sharepoint.webpartpages.PermissionsLocator (implements com.microsoft.sharepoint.webpartpages.Permissions) -
  • com.microsoft.schemas.sharepoint.soap.directory.PermissionsLocator (implements com.microsoft.schemas.sharepoint.soap.directory.Permissions) +
  • com.microsoft.sharepoint.webpartpages.PermissionsLocator (implements com.microsoft.sharepoint.webpartpages.Permissions) +
  • com.microsoft.schemas.sharepoint.dsp.StsAdapterLocator (implements com.microsoft.schemas.sharepoint.dsp.StsAdapter) Modified: incubator/lcf/site/publish/release/trunk/api/sharepoint/overview-tree.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/sharepoint/overview-tree.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/sharepoint/overview-tree.html (original) +++ incubator/lcf/site/publish/release/trunk/api/sharepoint/overview-tree.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + Class Hierarchy - + Modified: incubator/lcf/site/publish/release/trunk/api/sharepoint/serialized-form.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/sharepoint/serialized-form.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/sharepoint/serialized-form.html (original) +++ incubator/lcf/site/publish/release/trunk/api/sharepoint/serialized-form.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + Serialized Form - + Modified: incubator/lcf/site/publish/release/trunk/api/solr/allclasses-frame.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/solr/allclasses-frame.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/solr/allclasses-frame.html (original) +++ incubator/lcf/site/publish/release/trunk/api/solr/allclasses-frame.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + All Classes - + Modified: incubator/lcf/site/publish/release/trunk/api/solr/allclasses-noframe.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/solr/allclasses-noframe.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/solr/allclasses-noframe.html (original) +++ incubator/lcf/site/publish/release/trunk/api/solr/allclasses-noframe.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + All Classes - + Modified: incubator/lcf/site/publish/release/trunk/api/solr/constant-values.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/solr/constant-values.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/solr/constant-values.html (original) +++ incubator/lcf/site/publish/release/trunk/api/solr/constant-values.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + Constant Field Values - + Modified: incubator/lcf/site/publish/release/trunk/api/solr/deprecated-list.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/solr/deprecated-list.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/solr/deprecated-list.html (original) +++ incubator/lcf/site/publish/release/trunk/api/solr/deprecated-list.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + Deprecated List - + Modified: incubator/lcf/site/publish/release/trunk/api/solr/help-doc.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/solr/help-doc.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/solr/help-doc.html (original) +++ incubator/lcf/site/publish/release/trunk/api/solr/help-doc.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + API Help - + Modified: incubator/lcf/site/publish/release/trunk/api/solr/index-all.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/solr/index-all.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/solr/index-all.html (original) +++ incubator/lcf/site/publish/release/trunk/api/solr/index-all.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + Index - + Modified: incubator/lcf/site/publish/release/trunk/api/solr/index.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/solr/index.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/solr/index.html (original) +++ incubator/lcf/site/publish/release/trunk/api/solr/index.html Sat Jun 2 20:35:59 2012 @@ -2,7 +2,7 @@ - + Generated Documentation (Untitled) Modified: incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.ByteBuffer.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.ByteBuffer.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.ByteBuffer.html (original) +++ incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.ByteBuffer.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + HttpPoster.ByteBuffer - + Modified: incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.CodeDetails.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.CodeDetails.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.CodeDetails.html (original) +++ incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.CodeDetails.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + HttpPoster.CodeDetails - + Modified: incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.CommitThread.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.CommitThread.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.CommitThread.html (original) +++ incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.CommitThread.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + HttpPoster.CommitThread - + @@ -106,10 +106,10 @@ java.lang.Object

    -Killable thread that does a commit. - Java 1.5 stopped permitting thread interruptions to abort socket waits. As a result, it is impossible to get threads to shutdown cleanly that are doing - such waits. So, the places where this happens are segregated in their own threads so that they can be just abandoned. - +Killable thread that does a commit. + Java 1.5 stopped permitting thread interruptions to abort socket waits. As a result, it is impossible to get threads to shutdown cleanly that are doing + such waits. So, the places where this happens are segregated in their own threads so that they can be just abandoned. + This thread does a commit.

    Modified: incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.DeleteThread.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.DeleteThread.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.DeleteThread.html (original) +++ incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.DeleteThread.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + HttpPoster.DeleteThread - + @@ -106,10 +106,10 @@ java.lang.Object

    -Killable thread that does deletions. - Java 1.5 stopped permitting thread interruptions to abort socket waits. As a result, it is impossible to get threads to shutdown cleanly that are doing - such waits. So, the places where this happens are segregated in their own threads so that they can be just abandoned. - +Killable thread that does deletions. + Java 1.5 stopped permitting thread interruptions to abort socket waits. As a result, it is impossible to get threads to shutdown cleanly that are doing + such waits. So, the places where this happens are segregated in their own threads so that they can be just abandoned. + This thread does a single document deletion.

    Modified: incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.IngestThread.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.IngestThread.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.IngestThread.html (original) +++ incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.IngestThread.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + HttpPoster.IngestThread - + @@ -106,10 +106,10 @@ java.lang.Object

    -Killable thread that does ingestions. - Java 1.5 stopped permitting thread interruptions to abort socket waits. As a result, it is impossible to get threads to shutdown cleanly that are doing - such waits. So, the places where this happens are segregated in their own threads so that they can be just abandoned. - +Killable thread that does ingestions. + Java 1.5 stopped permitting thread interruptions to abort socket waits. As a result, it is impossible to get threads to shutdown cleanly that are doing + such waits. So, the places where this happens are segregated in their own threads so that they can be just abandoned. + This thread does a single document ingestion.

    Modified: incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.LaxTrustManager.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.LaxTrustManager.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.LaxTrustManager.html (original) +++ incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.LaxTrustManager.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + HttpPoster.LaxTrustManager - + Modified: incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.StatusThread.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.StatusThread.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.StatusThread.html (original) +++ incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.StatusThread.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + HttpPoster.StatusThread - + @@ -106,10 +106,10 @@ java.lang.Object

    -Killable thread that does a status check. - Java 1.5 stopped permitting thread interruptions to abort socket waits. As a result, it is impossible to get threads to shutdown cleanly that are doing - such waits. So, the places where this happens are segregated in their own threads so that they can be just abandoned. - +Killable thread that does a status check. + Java 1.5 stopped permitting thread interruptions to abort socket waits. As a result, it is impossible to get threads to shutdown cleanly that are doing + such waits. So, the places where this happens are segregated in their own threads so that they can be just abandoned. + This thread does a status check.

    Modified: incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.html (original) +++ incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/HttpPoster.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + HttpPoster - + @@ -731,7 +731,7 @@ openSecureSocketFactory

     protected static javax.net.ssl.SSLSocketFactory openSecureSocketFactory
    -
    This is the secure socket factory we will use. I'm presuming it's thread-safe, but +
    This is the secure socket factory we will use. I'm presuming it's thread-safe, but if not, synchronization blocks are in order when it's used.

    @@ -959,7 +959,7 @@ getOpenSecureSocketFactory protected static javax.net.ssl.SSLSocketFactory getOpenSecureSocketFactory() throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
    -
    Build a secure socket factory based on no keystore and a lax trust manager. +
    Build a secure socket factory based on no keystore and a lax trust manager. This allows use of SSL for privacy but not identification.

    Modified: incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/Messages.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/Messages.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/Messages.html (original) +++ incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/Messages.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + Messages - + Modified: incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/SolrConfig.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/SolrConfig.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/SolrConfig.html (original) +++ incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/SolrConfig.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + SolrConfig - + Modified: incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/SolrConnector.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/SolrConnector.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/SolrConnector.html (original) +++ incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/SolrConnector.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + SolrConnector - + @@ -699,8 +699,8 @@ public void connect(org.apache.ma
    Specified by:
    connect in interface org.apache.manifoldcf.core.interfaces.IConnector
    Overrides:
    connect in class org.apache.manifoldcf.core.connector.BaseConnector
    -
    Parameters:
    configParameters - is the set of configuration parameters, which - in this case describe the target appliance, basic auth configuration, etc. (This formerly came +
    Parameters:
    configParameters - is the set of configuration parameters, which + in this case describe the target appliance, basic auth configuration, etc. (This formerly came out of the ini file.)
    @@ -784,12 +784,12 @@ public java.lang.String getOutputDesc throws org.apache.manifoldcf.core.interfaces.ManifoldCFException, org.apache.manifoldcf.agents.interfaces.ServiceInterruption
    -
    Get an output version string, given an output specification. The output version string is used to uniquely describe the pertinent details of - the output specification and the configuration, to allow the Connector Framework to determine whether a document will need to be output again. - Note that the contents of the document cannot be considered by this method, and that a different version string (defined in IRepositoryConnector) - is used to describe the version of the actual document. - - This method presumes that the connector object has been configured, and it is thus able to communicate with the output data store should that be +
    Get an output version string, given an output specification. The output version string is used to uniquely describe the pertinent details of + the output specification and the configuration, to allow the Connector Framework to determine whether a document will need to be output again. + Note that the contents of the document cannot be considered by this method, and that a different version string (defined in IRepositoryConnector) + is used to describe the version of the actual document. + + This method presumes that the connector object has been configured, and it is thus able to communicate with the output data store should that be necessary.

    @@ -797,7 +797,7 @@ public java.lang.String getOutputDesc
    Parameters:
    spec - is the current output specification for the job that is doing the crawling. -
    Returns:
    a string, of unlimited length, which uniquely describes output configuration and specification in such a way that if two such strings are equal, +
    Returns:
    a string, of unlimited length, which uniquely describes output configuration and specification in such a way that if two such strings are equal, the document will not need to be sent again to the output data store.
    Throws:
    org.apache.manifoldcf.core.interfaces.ManifoldCFException @@ -814,7 +814,7 @@ public boolean checkMimeTypeIndexable throws org.apache.manifoldcf.core.interfaces.ManifoldCFException, org.apache.manifoldcf.agents.interfaces.ServiceInterruption
    -
    Detect if a mime type is indexable or not. This method is used by participating repository connectors to pre-filter the number of +
    Detect if a mime type is indexable or not. This method is used by participating repository connectors to pre-filter the number of unusable documents that will be passed to this output connector.

    @@ -838,7 +838,7 @@ public boolean checkLengthIndexable
    -
    Pre-determine whether a document's length is indexable by this connector. This method is used by participating repository connectors +
    Pre-determine whether a document's length is indexable by this connector. This method is used by participating repository connectors to help filter out documents that are too long to be indexable.

    @@ -865,18 +865,18 @@ public int addOrReplaceDocument(j throws org.apache.manifoldcf.core.interfaces.ManifoldCFException, org.apache.manifoldcf.agents.interfaces.ServiceInterruption
    -
    Add (or replace) a document in the output data store using the connector. - This method presumes that the connector object has been configured, and it is thus able to communicate with the output data store should that be - necessary. - The OutputSpecification is *not* provided to this method, because the goal is consistency, and if output is done it must be consistent with the - output description, since that was what was partly used to determine if output should be taking place. So it may be necessary for this method to decode +
    Add (or replace) a document in the output data store using the connector. + This method presumes that the connector object has been configured, and it is thus able to communicate with the output data store should that be + necessary. + The OutputSpecification is *not* provided to this method, because the goal is consistency, and if output is done it must be consistent with the + output description, since that was what was partly used to determine if output should be taking place. So it may be necessary for this method to decode an output description string in order to determine what should be done.

    Specified by:
    addOrReplaceDocument in interface org.apache.manifoldcf.agents.interfaces.IOutputConnector
    Overrides:
    addOrReplaceDocument in class org.apache.manifoldcf.agents.output.BaseOutputConnector
    -
    Parameters:
    documentURI - is the URI of the document. The URI is presumed to be the unique identifier which the output data store will use to process +
    Parameters:
    documentURI - is the URI of the document. The URI is presumed to be the unique identifier which the output data store will use to process and serve the document. This URI is constructed by the repository connector which fetches the document, and is thus universal across all output connectors.
    outputDescription - is the description string that was constructed for this document by the getOutputDescription() method.
    document - is the document data to be processed (handed to the output data store).
    authorityNameString - is the name of the authority responsible for authorizing any access tokens passed in with the repository document. May be null.
    activities - is the handle to an object that the implementer of an output connector may use to perform operations, such as logging processing activity.
    Returns:
    the document status (accepted or permanently rejected).
    Throws: @@ -895,14 +895,14 @@ public void removeDocument(java.l throws org.apache.manifoldcf.core.interfaces.ManifoldCFException, org.apache.manifoldcf.agents.interfaces.ServiceInterruption
    -
    Remove a document using the connector. +
    Remove a document using the connector. Note that the last outputDescription is included, since it may be necessary for the connector to use such information to know how to properly remove the document.

    Specified by:
    removeDocument in interface org.apache.manifoldcf.agents.interfaces.IOutputConnector
    Overrides:
    removeDocument in class org.apache.manifoldcf.agents.output.BaseOutputConnector
    -
    Parameters:
    documentURI - is the URI of the document. The URI is presumed to be the unique identifier which the output data store will use to process +
    Parameters:
    documentURI - is the URI of the document. The URI is presumed to be the unique identifier which the output data store will use to process and serve the document. This URI is constructed by the repository connector which fetches the document, and is thus universal across all output connectors.
    outputDescription - is the last description string that was constructed for this document by the getOutputDescription() method above.
    activities - is the handle to an object that the implementer of an output connector may use to perform operations, such as logging processing activity.
    Throws:
    org.apache.manifoldcf.core.interfaces.ManifoldCFException @@ -918,8 +918,8 @@ public void noteJobComplete(org.a throws org.apache.manifoldcf.core.interfaces.ManifoldCFException, org.apache.manifoldcf.agents.interfaces.ServiceInterruption
    -
    Notify the connector of a completed job. - This is meant to allow the connector to flush any internal data structures it has been keeping around, or to tell the output repository that this +
    Notify the connector of a completed job. + This is meant to allow the connector to flush any internal data structures it has been keeping around, or to tell the output repository that this is a good time to synchronize things. It is called whenever a job is either completed or aborted.

    @@ -945,8 +945,8 @@ public void outputConfigurationHeader throws org.apache.manifoldcf.core.interfaces.ManifoldCFException, java.io.IOException
    -
    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 +
    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.

    @@ -972,9 +972,9 @@ public void outputConfigurationBody
    -
    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 , , and tags. The name of the +
    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 , , and tags. The name of the form is "editconnection".

    @@ -998,9 +998,9 @@ public java.lang.String processConfig org.apache.manifoldcf.core.interfaces.ConfigParams parameters) throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
    -
    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. +
    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".

    @@ -1025,8 +1025,8 @@ public void viewConfiguration(org throws org.apache.manifoldcf.core.interfaces.ManifoldCFException, java.io.IOException
    -
    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. +
    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 and tags.

    @@ -1051,8 +1051,8 @@ public void outputSpecificationHeader throws org.apache.manifoldcf.core.interfaces.ManifoldCFException, java.io.IOException
    -
    Output the specification header section. - This method is called in the head section of a job page which has selected an output connection of the current type. Its purpose is to add the required tabs +
    Output the specification header section. + This method is called in the head section of a job page which has selected an output 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.

    @@ -1077,9 +1077,9 @@ public void outputSpecificationBody
    -
    Output the specification body section. - This method is called in the body section of a job page which has selected an output 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 , , and tags. The name of the +
    Output the specification body section. + This method is called in the body section of a job page which has selected an output 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 , , and tags. The name of the form is "editjob".

    @@ -1102,9 +1102,9 @@ public java.lang.String processSpecif org.apache.manifoldcf.agents.interfaces.OutputSpecification os) throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
    -
    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 output specification accordingly. +
    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 output specification accordingly. The name of the posted form is "editjob".

    @@ -1128,8 +1128,8 @@ public void viewSpecification(org throws org.apache.manifoldcf.core.interfaces.ManifoldCFException, java.io.IOException
    -
    View specification. - This method is called in the body section of a job's view page. Its purpose is to present the output specification information to the user. +
    View specification. + This method is called in the body section of a job's view page. Its purpose is to present the output specification information to the user. The coder can presume that the HTML that is output from this configuration will be within appropriate and tags.

    Modified: incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/package-frame.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/package-frame.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/package-frame.html (original) +++ incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/package-frame.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + org.apache.manifoldcf.agents.output.solr - + Modified: incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/package-summary.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/package-summary.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/package-summary.html (original) +++ incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/package-summary.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + org.apache.manifoldcf.agents.output.solr - + Modified: incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/package-tree.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/package-tree.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/package-tree.html (original) +++ incubator/lcf/site/publish/release/trunk/api/solr/org/apache/manifoldcf/agents/output/solr/package-tree.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + org.apache.manifoldcf.agents.output.solr Class Hierarchy - + Modified: incubator/lcf/site/publish/release/trunk/api/solr/overview-tree.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/solr/overview-tree.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/solr/overview-tree.html (original) +++ incubator/lcf/site/publish/release/trunk/api/solr/overview-tree.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + Class Hierarchy - + Modified: incubator/lcf/site/publish/release/trunk/api/webcrawler/allclasses-frame.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/webcrawler/allclasses-frame.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/webcrawler/allclasses-frame.html (original) +++ incubator/lcf/site/publish/release/trunk/api/webcrawler/allclasses-frame.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + All Classes - + Modified: incubator/lcf/site/publish/release/trunk/api/webcrawler/allclasses-noframe.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/webcrawler/allclasses-noframe.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/webcrawler/allclasses-noframe.html (original) +++ incubator/lcf/site/publish/release/trunk/api/webcrawler/allclasses-noframe.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + All Classes - + Modified: incubator/lcf/site/publish/release/trunk/api/webcrawler/constant-values.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/webcrawler/constant-values.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/webcrawler/constant-values.html (original) +++ incubator/lcf/site/publish/release/trunk/api/webcrawler/constant-values.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + Constant Field Values - + Modified: incubator/lcf/site/publish/release/trunk/api/webcrawler/deprecated-list.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/webcrawler/deprecated-list.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/webcrawler/deprecated-list.html (original) +++ incubator/lcf/site/publish/release/trunk/api/webcrawler/deprecated-list.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + Deprecated List - + Modified: incubator/lcf/site/publish/release/trunk/api/webcrawler/help-doc.html URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/webcrawler/help-doc.html?rev=1345569&r1=1345568&r2=1345569&view=diff ============================================================================== --- incubator/lcf/site/publish/release/trunk/api/webcrawler/help-doc.html (original) +++ incubator/lcf/site/publish/release/trunk/api/webcrawler/help-doc.html Sat Jun 2 20:35:59 2012 @@ -2,12 +2,12 @@ - + API Help - +