Class Summary |
ERAttachmentProcessor<T extends ERAttachment> |
ERAttachmentProcessors provide the implementation of the communication with the
attachment storage method, including import, URL generation, and stream
generation. |
ERDatabaseAttachmentProcessor |
ERDatabaseAttachmentProcessor implements storing attachment data as an attribute of an EO. |
ERFileAttachmentProcessor |
ERFileAttachmentProcessor implements storing attachments as files on the system that are either served
via a proxy request handler or directly by the webserver. |
ERS3AttachmentProcessor |
ERS3AttachmentProcessor implements storing attachments in Amazon's S3 service. |