10-29-2012 12:41 PM
Hi, Is there anyway to clone asset along with their blob content. We use the nuxeo automation client to upload assets in our java project. We have a requirement that we need to replicate (or clone) an existing asset along with the blob attachment to different path. Is there anyway we can do this using the Nuxeo automation Client ?
Thanks.
10-29-2012 01:22 PM
Sorted. Document.copy can do this. session.newRequest("Document.Copy").setInput(document_to_copy).set("target", path_to_copy_at).execute();
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.