Interface AttachmentRef
public interface AttachmentRef
Represents a reference to an
Attachment
, and containins enough information to unambiguously reference a single
version of an attachment.- Since:
- 7.12
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Represents a reference to anAttachment
container entity.static interface
-
Method Summary
-
Method Details
-
getId
long getId()- Returns:
- The ID of the latest version (i.e. the stable ID) of th attachment entity.
-
getContainer
AttachmentRef.Container getContainer() -
getVersion
int getVersion()
-