Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Mahi447

    LAI Setobject method

    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...
  2. Mahi447

    Delete group using LAPI

    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.
  3. Mahi447

    Attribute search

    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
  4. Mahi447

    how to retrieve deleted objectID using LAPI api

    @appnair Is there a way to do search against the recycle bin instead of Dtree and get the list of deleted object id using LAPI api.?
  5. Mahi447

    how to retrieve deleted objectID using LAPI api

    Thanks appnair, will try first option & see how it goes.
  6. Mahi447

    how to retrieve deleted objectID using LAPI api

    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.
  7. Mahi447

    how to retrieve deleted objectID using LAPI api

    How to retrieve all the objectID deleted from LiveLink using LAPI API in java
  8. Mahi447

    How to use rankBy expression in app

    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)
  9. Mahi447

    How can i retrieve only records fr

    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...
  10. Mahi447

    Retrieve Category ID and Category Name

    Hi is there any method in LAPI api in java to retrieve the category ID and category name based on ObjectID.
  11. Mahi447

    Hi All, We are writing a simple

    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 .
  12. Mahi447

    Hi All, We are writing a simple

    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...
  13. Mahi447

    Hi All, We are writing a simple

    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...
  14. Mahi447

    Hi All, We are writing a simple

    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???
  15. Mahi447

    Hi All, We are writing a simple

    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...
  16. Mahi447

    Hi All, We are writing a simple

    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...

Part and Inventory Search

Back
Top