[ 
https://issues.apache.org/jira/browse/CONNECTORS-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl Wright resolved CONNECTORS-714.
------------------------------------

    Resolution: Fixed
    
> Livelink connector should be able to use LAPI FetchVersion() method to get 
> document, not just HTTP
> --------------------------------------------------------------------------------------------------
>
>                 Key: CONNECTORS-714
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-714
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: LiveLink connector
>    Affects Versions: ManifoldCF 1.3
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 1.3
>
>
> There are lots of different HTTP configurations the LiveLink connector does 
> not support.  There is instead a LAPI method called FetchVersion, which 
> allows a document to be downloaded to an output stream, as follows:
> {code}
> public  int   FetchVersion(
>                  int                  volumeID,
>                  int                  objectID,
>                  int                  versionNum,
>                  java.io.OutputStream outStream)
> {code}
> This would be better than HTTP for most situations, since it would require 
> far less configuration, etc.  Essentially the whole of the "ingest" 
> configuration could go away - or, at least, be optional.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to