public interface ImageDetailsDao
ImageDetails
.Modifier and Type | Method and Description |
---|---|
ImageDetails |
getImageDetails(Attachment attachment)
Fetch the image details of a specific attachment from the database.
|
void |
removeDetailsFor(Attachment attachment)
Remove any stored
ImageDetails for the given Attachment . |
void |
save(ImageDetails imageDetails)
Save the image details of an attachment.
|
ImageDetails getImageDetails(Attachment attachment)
attachment
- for which the image details will be retrievedvoid save(ImageDetails imageDetails)
imageDetails
- to save.void removeDetailsFor(Attachment attachment)
ImageDetails
for the given Attachment
.Copyright © 2003–2017 Atlassian. All rights reserved.