Interface AttachmentRef
-
public interface AttachmentRef
Represents a reference to anAttachment
, and containins enough information to unambiguously reference a single version of an attachment.- Since:
- 7.12
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
AttachmentRef.Container
Represents a reference to anAttachment
container entity.static interface
AttachmentRef.Space
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachmentRef.Container
getContainer()
long
getId()
int
getVersion()
-
-
-
Method Detail
-
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()
-
-