Project Wonder 5.0

Uses of Class
er.attachment.model.ERAttachment

Packages that use ERAttachment
er.attachment  
er.attachment.components   
er.attachment.components.viewers   
er.attachment.model   
er.attachment.processors   
er.bugtracker   
er.directtoweb.components.attachments._ajax   
 

Uses of ERAttachment in er.attachment
 

Methods in er.attachment with parameters of type ERAttachment
 boolean ERAttachmentRequestHandler.Delegate.attachmentVisible(ERAttachment attachment, com.webobjects.appserver.WORequest request, com.webobjects.appserver.WOContext context)
          Called prior to displaying a proxied attachment to a user and can be used to implement security on top of attachments.
 

Uses of ERAttachment in er.attachment.components
 

Methods in er.attachment.components that return ERAttachment
 ERAttachment ERAttachmentUpload._uploadSucceeded()
           
 ERAttachment ERAttachmentIcon.attachment()
           
 ERAttachment ERAttachmentFlexibleEditor.newAttachment()
           
 ERAttachment ERAttachmentFlexibleEditor.viewerAttachment()
          The masterObject's attachment
 

Methods in er.attachment.components with parameters of type ERAttachment
static java.lang.String ERAttachmentIcon.iconPath(ERAttachment attachment, java.lang.Object size)
           
 void ERAttachmentFlexibleEditor.setNewAttachment(ERAttachment a)
           
 

Uses of ERAttachment in er.attachment.components.viewers
 

Methods in er.attachment.components.viewers that return ERAttachment
 ERAttachment AbstractERAttachmentViewer.attachment()
           
 

Uses of ERAttachment in er.attachment.model
 

Subclasses of ERAttachment in er.attachment.model
 class _ERDatabaseAttachment
           
 class _ERFileAttachment
           
 class _ERS3Attachment
           
 class ERDatabaseAttachment
          ERDatabaseAttachment (type "db") represents an attachment whose data is stored in the database in an ERAttachmentData class.
 class ERFileAttachment
          ERFileAttachment (type = "file") represents an attachment whose data is stored on the local filesystem.
 class ERS3Attachment
          ERS3Attachment (type = "s3") represents an attachment whose content is stored on Amazon's S3 service and will be served directly from S3.
 

Fields in er.attachment.model with type parameters of type ERAttachment
static ERXKey<ERAttachment> _ERS3Attachment.CHILDREN_ATTACHMENTS
           
static ERXKey<ERAttachment> _ERFileAttachment.CHILDREN_ATTACHMENTS
           
static ERXKey<ERAttachment> _ERDatabaseAttachment.CHILDREN_ATTACHMENTS
           
static ERXKey<ERAttachment> _ERAttachment.CHILDREN_ATTACHMENTS
           
static ERXKey<ERAttachment> _ERS3Attachment.PARENT_ATTACHMENT
           
static ERXKey<ERAttachment> _ERFileAttachment.PARENT_ATTACHMENT
           
static ERXKey<ERAttachment> _ERDatabaseAttachment.PARENT_ATTACHMENT
           
static ERXKey<ERAttachment> _ERAttachment.PARENT_ATTACHMENT
           
 

Methods in er.attachment.model that return ERAttachment
 ERAttachment _ERAttachment.createChildrenAttachmentsRelationship()
           
static ERAttachment _ERAttachment.createERAttachment(com.webobjects.eocontrol.EOEditingContext editingContext, java.lang.Boolean available, com.webobjects.foundation.NSTimestamp creationDate, java.lang.String mimeType, java.lang.String originalFileName, java.lang.Boolean proxied, java.lang.Integer size, java.lang.String webPath)
           
static ERAttachment _ERAttachment.fetchERAttachment(com.webobjects.eocontrol.EOEditingContext editingContext, com.webobjects.eocontrol.EOQualifier qualifier)
           
static ERAttachment _ERAttachment.fetchERAttachment(com.webobjects.eocontrol.EOEditingContext editingContext, java.lang.String keyName, java.lang.Object value)
           
static ERAttachment ERAttachment.fetchRequiredAttachmentWithWebPath(com.webobjects.eocontrol.EOEditingContext editingContext, java.lang.String webPath)
          Fetches the required attachment associated with the given web path.
static ERAttachment _ERAttachment.fetchRequiredERAttachment(com.webobjects.eocontrol.EOEditingContext editingContext, com.webobjects.eocontrol.EOQualifier qualifier)
           
static ERAttachment _ERAttachment.fetchRequiredERAttachment(com.webobjects.eocontrol.EOEditingContext editingContext, java.lang.String keyName, java.lang.Object value)
           
 ERAttachment _ERAttachment.localInstanceIn(com.webobjects.eocontrol.EOEditingContext editingContext)
           
static ERAttachment _ERAttachment.localInstanceIn(com.webobjects.eocontrol.EOEditingContext editingContext, ERAttachment eo)
           
 ERAttachment _ERAttachment.parentAttachment()
           
 

Methods in er.attachment.model that return types with arguments of type ERAttachment
 com.webobjects.foundation.NSArray<ERAttachment> _ERAttachment.childrenAttachments()
           
 com.webobjects.foundation.NSArray<ERAttachment> _ERAttachment.childrenAttachments(com.webobjects.eocontrol.EOQualifier qualifier)
           
 com.webobjects.foundation.NSArray<ERAttachment> _ERAttachment.childrenAttachments(com.webobjects.eocontrol.EOQualifier qualifier, boolean fetch)
           
 com.webobjects.foundation.NSArray<ERAttachment> _ERAttachment.childrenAttachments(com.webobjects.eocontrol.EOQualifier qualifier, com.webobjects.foundation.NSArray<com.webobjects.eocontrol.EOSortOrdering> sortOrderings, boolean fetch)
           
static com.webobjects.foundation.NSArray<ERAttachment> _ERAttachment.fetchAllERAttachments(com.webobjects.eocontrol.EOEditingContext editingContext)
           
static com.webobjects.foundation.NSArray<ERAttachment> _ERAttachment.fetchAllERAttachments(com.webobjects.eocontrol.EOEditingContext editingContext, com.webobjects.foundation.NSArray<com.webobjects.eocontrol.EOSortOrdering> sortOrderings)
           
static com.webobjects.foundation.NSArray<ERAttachment> _ERAttachment.fetchERAttachments(com.webobjects.eocontrol.EOEditingContext editingContext, com.webobjects.eocontrol.EOQualifier qualifier, com.webobjects.foundation.NSArray<com.webobjects.eocontrol.EOSortOrdering> sortOrderings)
           
 

Methods in er.attachment.model with parameters of type ERAttachment
 void _ERAttachment.addToChildrenAttachments(ERAttachment object)
           
 void _ERAttachment.addToChildrenAttachmentsRelationship(ERAttachment object)
           
 void _ERAttachment.deleteChildrenAttachmentsRelationship(ERAttachment object)
           
static ERAttachment _ERAttachment.localInstanceIn(com.webobjects.eocontrol.EOEditingContext editingContext, ERAttachment eo)
           
 void _ERAttachment.removeFromChildrenAttachments(ERAttachment object)
           
 void _ERAttachment.removeFromChildrenAttachmentsRelationship(ERAttachment object)
           
 void _ERAttachment.setParentAttachment(ERAttachment value)
           
 void _ERAttachment.setParentAttachmentRelationship(ERAttachment value)
           
 

Uses of ERAttachment in er.attachment.processors
 

Classes in er.attachment.processors with type parameters of type ERAttachment
 class ERAttachmentProcessor<T extends ERAttachment>
           ERAttachmentProcessors provide the implementation of the communication with the attachment storage method, including import, URL generation, and stream generation.
 

Methods in er.attachment.processors with type parameters of type ERAttachment
static
<T extends ERAttachment>
ERAttachmentProcessor<T>
ERAttachmentProcessor.processorForConfigurationName(java.lang.String configurationName)
          Returns the processor that corresponds to the given configuration name ("s3", "db", "file", etc).
static
<T extends ERAttachment>
ERAttachmentProcessor<T>
ERAttachmentProcessor.processorForType(java.lang.String storageType)
          Returns the processor that corresponds to the given storage type ("s3", "db", "file", etc).
static
<T extends ERAttachment>
ERAttachmentProcessor<T>
ERAttachmentProcessor.processorForType(T attachment)
          Returns the processor that corresponds to the given attachment.
 

Methods in er.attachment.processors with parameters of type ERAttachment
protected static java.lang.String ERAttachmentProcessor._parsePathTemplate(ERAttachment attachment, java.lang.String templatePath, java.lang.String recommendedFileName)
          Parses a path template with ${ext}, ${fileName}, ${hash}, ${uuid}, and ${pk} variables in it.
 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.
 

Uses of ERAttachment in er.bugtracker
 

Methods in er.bugtracker that return types with arguments of type ERAttachment
 com.webobjects.foundation.NSArray<ERAttachment> _Comment.attachments()
           
 

Methods in er.bugtracker with parameters of type ERAttachment
 void _Comment.addToAttachments(ERAttachment object)
           
 void _Comment.removeFromAttachments(ERAttachment object)
           
 

Uses of ERAttachment in er.directtoweb.components.attachments._ajax
 

Fields in er.directtoweb.components.attachments._ajax declared as ERAttachment
 ERAttachment D2WAjaxEditAttachmentList.attachment
           
 

Methods in er.directtoweb.components.attachments._ajax that return ERAttachment
 ERAttachment D2WAjaxEditAttachment.attachment()
           
 

Methods in er.directtoweb.components.attachments._ajax with parameters of type ERAttachment
 void D2WAjaxEditAttachmentList.setAttachment(ERAttachment anAttachment)
           
 void D2WAjaxEditAttachment.setAttachment(ERAttachment attachment)
           
 


Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.