Interface | Description |
---|---|
IERAttachmentProcessorDelegate |
A delegate for ERAttachmentProcessors.
|
Class | Description |
---|---|
ERAttachmentProcessor<T extends ERAttachment> |
ERAttachmentProcessors provide the implementation of the communication with the
attachment storage method, including import, URL generation, and stream
generation.
|
ERCloudFilesAttachmentProcessor |
ERCloudFilesAttachmentProcessor implements storing attachments in RackSpace's CloudFiles
service.
|
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.
|
Exception | Description |
---|---|
ERAttachmentProcessor.ERXAttachmentExceedsLengthException |
ERXAttachmentExceedsLengthException thrown when an attachment exceeds the maximum attachment size.
|
Copyright © 2002 – 2024 Project Wonder.