Home
Extended ECM
API, SDK, REST and Web Services
Extending LAPI
Magnus_Salgo_(IDNordicAdmin_(Delete)_2300172)
We would like to write a widget that access some business logic inside Livelink ==> instead of rewritting the logic in the LAPI clinet we would like to reuse the request handler code we have written for a LL function and just return some structsOne way of doing that would be to extend the LAPI with another function AccessWFReleaseStatusMy understanding that this can be done in Livelink by creating new functions using SDK...What needs to be done on the LAPI client side and on the LAPI server side .... Regardsmagnus@ids.se
Find more posts tagged with
Comments
eLink User
Message from Simone Oettinger via eLinkLAPI can be extended to access other request handlers. You must use the"stub generator" to create a new LAPI call which will execute your servercode. The stub generator is not cuttently supported by Open Text as acustomization tool.ThanksSimoneSimone OettingerProduct ManagerOpen Text Corporation(847) 267 9330 ext 4224simone@opentext.com-----Original Message-----From: knowledge@opentext.com [mailto:knowledge@opentext.com]On Behalf OfeLink Discussion: LAPI DiscussionSent: Monday, June 11, 2001 11:13 AMTo: eLink RecipientSubject: Extending LAPIExtending LAPIPosted by IDNordicAdmin on 06/11/2001 12:11 PMWe would like to write a widget that access some business logic insideLivelink ==> instead of rewritting the logic in the LAPI clinet we wouldlike to reuse the request handler code we have written for a LL function andjustreturn some structsOne way of doing that would be to extend the LAPI with another functionAccessWFReleaseStatusMy understanding that this can be done in Livelink bycreating new functions using SDK...What needs to be done on the LAPI client side and on theLAPI server side ....Regardsmagnus@ids.se[To reply to this thread, use your normal e-mail reply function.]============================================================Discussion: LAPI Discussion
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=765428&objAction=viewLivelink
Server:
https://knowledge.opentext.com/knowledge/livelink.exe
Dave_Russell_(CCIDR_(Delete)_2115817)
.....Where/what/how ?I've asked this question of Opentext before and been told it isn't possible to create LAPI calls for custom OScript code.What is Stub generator ?Where do I get it from ?Is there any documentation on it ? Thanks,Dave
eLink User
Message from Simone Oettinger via eLinkThe stub generator is shipped with the SDK, but undocumented. This featureis not currently a supported customization. Please consider otheralternatives. If you need more information, please contact me directlyThanksSimone OettingerProduct ManagerOpen Text Corporation(847) 267 9330 ext 4224simone@opentext.com.-----Original Message-----From: knowledge@opentext.com [mailto:knowledge@opentext.com]On Behalf OfeLink Discussion: LAPI DiscussionSent: Tuesday, June 12, 2001 9:03 AMTo: eLink RecipientSubject: Stub Generator ?Stub Generator ?Posted by CCIDR on 06/12/2001 09:57 AM.....Where/what/how ?I've asked this question of Opentext before and been told it isn't possibleto create LAPI calls for custom OScript code.What is Stub generator ?Where do I get it from ?Is there any documentation on it ?Thanks,Dave[To reply to this thread, use your normal e-mail reply function.]============================================================Topic: Extending LAPI
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2531117&objAction=viewDiscussion
: LAPI Discussion
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=765428&objAction=viewLivelink
Server:
https://knowledge.opentext.com/knowledge/livelink.exe
Magnus_Salgo_(IDNordicAdmin_(Delete)_2300172)
Use the makestub function and defineDefine c:\cpp32\src\hlapi ...and c:\spp32\java\com\opentext\apiand then you get the files thereThen it seems to give you what you want ...As this makes Livelink the possibility to contain the Business logic that is what we would like to see.Instead of a more stupid add document robot.....I think this really makes Livelink an application development plattform. Hope we will se support for doing things like this as for developing Ospace modules.Without support for Extending LAPI Open Text tells me please build things outside Livelink. Or even worser rebuildwhat you have done inside Livelink outside Livelink....RegardsMagnus@ids.se