public interface TempImageServiceLocal extends TempImageService, BaseImageServiceLocal<TempImage,TempImageVO,java.lang.String>
TempImageService| Modifier and Type | Field and Description |
|---|---|
static int |
HOURS_FOR_EXPIRATION
Defines the number of hours before a temp image is considered expired
|
| Modifier and Type | Method and Description |
|---|---|
long |
deleteExpiredImages()
Deletes the expired temporary images from the database and the corresponding contents from the content storage.
|
void |
move(TempImage temp,
StoredFile image)
Move the content of the given temp image to a final destination
|
list, removeAllfind, getImageNature, readContent, readContentByKeystatic final int HOURS_FOR_EXPIRATION
long deleteExpiredImages()
void move(TempImage temp, StoredFile image)