Interface AttachmentArchiveEntry
- All Known Implementing Classes:
AttachmentArchiveEntryImpl
public interface AttachmentArchiveEntry
An archive entry DTO.
-
Method Details
-
getEntryIndex
long getEntryIndex()- Returns:
- the entryIndex within the zip file
-
getName
String getName()- Returns:
- the file name of the zip entry
-
getAbbreviatedName
Deprecated.Abbreviate the path (name) in views. It is view-specific operation. Since v6.4.- Returns:
- the abbreviated file name
-
getSize
long getSize()- Returns:
- the size of the file uncompressed
-
getMediaType
String getMediaType()- Returns:
- The mimetype of the entry
-