Class Refs
java.lang.Object
com.atlassian.confluence.impl.pages.attachments.filesystem.model.Refs
Provides factory methods for creating
AttachmentRef
types.- Since:
- 7.12
-
Method Summary
Modifier and TypeMethodDescriptionstatic AttachmentRef.Container
ref
(ContentEntityObject attachmentContainer) static AttachmentRef
ref
(Attachment attachment) static AttachmentRef.Space
-
Method Details
-
ref
- Returns:
- an
AttachmentRef
for the givenAttachment
.
-
ref
- Returns:
- an
AttachmentRef.Space
for the givenSpace
.
-
ref
- Returns:
- an
AttachmentRef.Container
for the givenContentEntityObject
.
-