Re: Java API for Attachment Pool

2009-09-22 Thread Derek Berube
** Senthil,You can use the getEntryBlob(formName, entryId, fieldId) method of the ARServerUser class to retrieve attachment data. The method returns a byte[] array.I've attached some source code to this message - have a look at the BaseARSDAO.getAttachmentContent() method. Depending on how large

Java API for Attachment Pool

2009-09-16 Thread senthil kumar
Hi, I am new to Java API but I need to fetch the attachemt files from attachment pool by using Java API. I dont know which method i need to call to get attachement files. Could you please suggest how to proceed on this. Remedy Version : 7.1 Os: Linux Thanks

Re: Java API for Attachment Pool

2009-09-16 Thread Jarl Grøneng
Found this file on my laptop, it may give you a start. -- Jarl 2009/9/16 senthil kumar msenthil...@gmail.com: ** Hi, I am new to Java API but I need to fetch the attachemt files from attachment pool by using Java API. I dont know which method i need to call to get attachement files