Interface AttachmentRef
-
public interface AttachmentRefRepresents 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 interfaceAttachmentRef.ContainerRepresents a reference to anAttachmentcontainer entity.static interfaceAttachmentRef.Space
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachmentRef.ContainergetContainer()longgetId()intgetVersion()
-
-
-
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()
-
-