Hi,
I am looking for CWS api for below LAPI Calls.
1. Lapi Call :
public int CreateObjectEx(
int parentVolID,
int parentID,
int objType,
int objSubType,
String name,
LLValue createInfo,
LLValue objectInfo )
I didnot see any api to Create compund document like above.
2. Lapi Call :
public int ListObjects(
int volumeID,
int objectID,
String viewName,
String queryStr,
int permissions,
LLValue children )
Ex : query "DComment LIKE '%" + description + "%' " i know listNodes(id) will get all but i need to process it one by one, with all filters will take time if you have few thousands. Advice any other api will do same.