Hi,
I am trying to integrate a 3rd party tool with Livelink and one of the requirements is to be able to browse the livelink folders (read-only) in this 3rd party tool. The tool itself is a web application.
A typical usecase would be :
The tool will have a page to allow users to add a livelink document. So a user will click on 'browse' button.
On click, it should open a view of the livelink server folders/documents. The user should be able to navigate to any subfolder(s) and select a file.
On selection, the selected document link should be available in the form field.
My questions are :
1) I am trying to use LAPI (java API) for the same. Is this the right approach ? Or is there any component available within livelink which would allow me to 'browse' directly.
2) Do I need to do the listobjects() at each level and send an AJAX call to the server and create the tree using JS/HTML ?
3) Are Livelink Browser/Search interface an embeddable into a third party web interface ?
From the questions, you would have figured out that I have a very limited knowledge about LAPI and Livelink in general.
Any pointers on where to start looking for a sample would greatly help.
Thanks,
Vikas