Package org.compiere.model
Interface IAttachmentLazyDataSource
- All Known Implementing Classes:
AttachmentFileLazyDataSource
public interface IAttachmentLazyDataSource
IDEMPIERE-4889 interface for lazy loading of attachment content
- Author:
- Carlos Ruiz - globalqss
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getData()
Return a byte array containing the data from the Attachment Entry Usually the implementing class must have a constructor with the variable(s) required for loading later the data
-
Method Details
-
getData
byte[] getData()Return a byte array containing the data from the Attachment Entry Usually the implementing class must have a constructor with the variable(s) required for loading later the data- Returns:
- byte[] attachment content
-