|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VersionedAttachmentsList
Represents a list of attachments that contains several versions of the same file. This class is responsible for determining what attachments represent a different version of the same file, and offering clients methods to query version information for attachments.
| Method Summary | |
|---|---|
List<Attachment> |
asList()
Returns the underlying list of attachments. |
boolean |
isLatestVersion(Attachment attachment)
Determines whether the specified attachment represents the latest version of the corresponding file. |
| Method Detail |
|---|
List<Attachment> asList()
List of Attachment.boolean isLatestVersion(Attachment attachment)
attachment - The attachment in play.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||