|
Project Wonder 5.0 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use ERAttachmentProcessor | |
|---|---|
| er.attachment.processors | |
| Uses of ERAttachmentProcessor in er.attachment.processors |
|---|
| Subclasses of ERAttachmentProcessor in er.attachment.processors | |
|---|---|
class |
ERDatabaseAttachmentProcessor
ERDatabaseAttachmentProcessor implements storing attachment data as an attribute of an EO. |
class |
ERFileAttachmentProcessor
ERFileAttachmentProcessor implements storing attachments as files on the system that are either served via a proxy request handler or directly by the webserver. |
class |
ERS3AttachmentProcessor
ERS3AttachmentProcessor implements storing attachments in Amazon's S3 service. |
| Methods in er.attachment.processors that return ERAttachmentProcessor | ||
|---|---|---|
static
|
ERAttachmentProcessor.processorForConfigurationName(java.lang.String configurationName)
Returns the processor that corresponds to the given configuration name ("s3", "db", "file", etc). |
|
static
|
ERAttachmentProcessor.processorForType(java.lang.String storageType)
Returns the processor that corresponds to the given storage type ("s3", "db", "file", etc). |
|
static
|
ERAttachmentProcessor.processorForType(T attachment)
Returns the processor that corresponds to the given attachment. |
|
| Methods in er.attachment.processors that return types with arguments of type ERAttachmentProcessor | |
|---|---|
static com.webobjects.foundation.NSMutableDictionary<java.lang.String,ERAttachmentProcessor<?>> |
ERAttachmentProcessor.processors()
Returns all of the processors mapped by storageType. |
| Methods in er.attachment.processors with parameters of type ERAttachmentProcessor | |
|---|---|
static void |
ERAttachmentProcessor.addAttachmentProcessorForType(ERAttachmentProcessor<?> processor,
java.lang.String storageType)
Adds a new attachment processor for the given storage type. |
void |
IERAttachmentProcessorDelegate.attachmentAvailable(ERAttachmentProcessor<?> processor,
ERAttachment attachment)
Called when an attachment is made available. |
void |
IERAttachmentProcessorDelegate.attachmentCreated(ERAttachmentProcessor<?> processor,
ERAttachment attachment)
Called when an attachment is created (if you want to sneak in and modify the instance). |
void |
IERAttachmentProcessorDelegate.attachmentNotAvailable(ERAttachmentProcessor<?> processor,
ERAttachment attachment,
java.lang.String failureReason)
Called when an attachment is determined to be unavailable. |
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||