
Public Member Functions | |
| boolean | _isPendingDelete () |
| File | _pendingUploadFile () |
| void | _setPendingUploadFile (File pendingUploadFile, boolean pendingDelete) |
| String | accessKeyID () |
| String | acl () |
| void | awakeFromInsertion (EOEditingContext ec) |
| AWSAuthConnection | awsConnection () |
| String | bucket () |
| void | didInsert () |
| ERS3Attachment () | |
| String | key () |
| Integer | linkLife () |
| QueryStringAuthGenerator | queryStringAuthGenerator () |
| String | s3Path () |
| String | secretAccessKey () |
| void | setS3Location (String bucket, String key) |
Static Public Attributes | |
| static final String | STORAGE_TYPE = "s3" |
Private Member Functions | |
| boolean | isInNestedEditingContext () |
Private Attributes | |
| boolean | _pendingDelete |
| File | _pendingUploadFile |
Static Private Attributes | |
| static Logger | log = Logger.getLogger(ERS3Attachment.class) |
| ERS3Attachment | ( | ) |
| boolean _isPendingDelete | ( | ) |
| File _pendingUploadFile | ( | ) |
| void _setPendingUploadFile | ( | File | pendingUploadFile, | |
| boolean | pendingDelete | |||
| ) |
| String accessKeyID | ( | ) |
| String acl | ( | ) |
| void awakeFromInsertion | ( | EOEditingContext | editingContext | ) |
Checks the editing context delegate before calling super's implementation. See the method _checkEditingContextDelegate for an explanation as to what this check does.
| editingContext | to be checked to make sure it has the correct type of delegate set. |
Reimplemented from ERXGenericRecord.
| AWSAuthConnection awsConnection | ( | ) |
| String bucket | ( | ) |
| void didInsert | ( | ) | [virtual] |
Called on the object after is has successfully been inserted into the database.
Reimplemented from ERAttachment.
| boolean isInNestedEditingContext | ( | ) | [private] |
Reimplemented from ERAttachment.
| String key | ( | ) |
| Integer linkLife | ( | ) |
| QueryStringAuthGenerator queryStringAuthGenerator | ( | ) |
| String s3Path | ( | ) |
Reimplemented from _ERS3Attachment.
| String secretAccessKey | ( | ) |
boolean _pendingDelete [private] |
File _pendingUploadFile [private] |
Logger log = Logger.getLogger(ERS3Attachment.class) [static, private] |
general logging support
Reimplemented from ERAttachment.
final String STORAGE_TYPE = "s3" [static] |
Reimplemented from _ERS3Attachment.
1.5.8