Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
CreateReferenceEx in Java
Vijay_Kumar_(h3gvkumar_-_(deleted))
Hi,I am using CreateReference in java with LL9.1.3. Now we are migrating to LL9.5.1, where CreateReference is deprecated and is replaced by CreateReferenceEx. My earlier code was as follows:LLValue info_alias = (new LLValue()).setAssoc();int status2 =documents.CreateReference(volumeId,node_id,pvolumeId, pnodeId,"name",LAPI_DOCUMENTS.CREATEALIAS,info_alias);Could anybody suggest what should I change in above code to work for CreateReferenceEx?Regards
Find more posts tagged with
Comments
There are no comments yet