Hi All,
We created new group in livelink and want to update this new group to all the folders. For this we are using LAPI setObject method and provided all required parameters but the issue is after running the LAPI call, its setting the new group to the folders but removing some permissions...
Hi All,
We want to delete all the groups linked to the OBJECT ID using LAPI call. I was unable to find the right method in LAPI . Can someone point me which method do i need to use for this.
Hi,
I have attribute which has date and time stamps as a value.
How can i do a LAPI search for attributes with Date and time, below query condition didnt work.
(\"attr_test_1\" : \"20190325 115959\")
opentext didnt mentioned how to search with time stamps
Thanks appnair for the response, i dont want to connect DB & run queries , i am looking for LAPI method which can retrieve the objectIDs from recycle bin.
How to use rankBy expression in applyquery?? i want to sort or rankby OTName for result set.
(search.ApplyQuery(brokerID, selectList, where, search.SORTBYRANKINGEXPRESSION, ?, 0, 1000000, LLList) == 0)
How can i retrieve only records from start to end index in SearchQuery , Example i am doing search against the date range which give me 10k records but if i give start index 501 and end index as 600 in my result set i should see only 100 records not all 600 records.
How this can be achieve...
Thanks appnair. i am looking to do a search on particular ObjectId or Parent ID to get the child doc with in the specific date range...
The links which you gave me doesnt provide much info what i am looking for .
Thanks appnair for the reply, i wrote a simple java code with LAPI & did a search against the Modify date using the '>' operator which gave me the results, but i wonder how we can use SQL queries "Select DataID,Name,SubType form DTree where CreateDate (or ModifyDate) between and then the time...
appnair, search XML API is separate API from LAPI ??? is there anyway we can construct the WHERE class with AND/OR operator will this works ???
AS to get the list of child documents, i wrote a recursive method which will produce the child & subchild documents IDS rather then using Oracle/Sql...
Thanks appnair for reply, i was able to perform the search across the container and able to bring the result set.Now i am looking to do search between time stamps (start date, end date) .... how can where clause can be define???
HI appnair, thanks for the reply as you said i did some home work & was able to pull the child object but not sub-child,sub-child documents , how i can achieve this ?? (to get the list of all documents including sub children documents)... and is there any way we can traverse across the Parent...
Hi All,
We are writing a simple java program to connect livelink API and get all the ObjecID details (Parent Folder, child folder, sub-child folder...till the doc)
I need to extract data from livelink using java LAPI program.
Is there any function available in livelink API which can fetch...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.