|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RestAttachmentManager
Responsible for managing AttachmentEntity
objects.
This manager responsible for conversion from Confluence's API objects (eg Attachment
,
to a REST level AttachmentEntity
. It also checks if user has permissions to view the attachments.
Method Summary | |
---|---|
AttachmentEntity |
convertToAttachmentEntity(Attachment attachment)
Convert a Confluence model object into its REST representation. |
AttachmentEntityList |
createAttachmentEntityListForContent(ContentEntityObject object)
Create a AttachmentEntityList object for the given ContentEntityObject |
AttachmentEntity |
getAttachmentEntity(java.lang.Long attachmentId)
Gets the AttachmentEntity object for the given id. |
Method Detail |
---|
AttachmentEntity getAttachmentEntity(java.lang.Long attachmentId)
AttachmentEntity
object for the given id. A convenience method that packages up retrieving
the Confluence attachment and converting it to a REST object.
null
is returned if the current user is not permitted to view the attachment or
if no attachment object can be found for the given id
attachmentId
- the id of the attahcment to retrieve
AttachmentEntity convertToAttachmentEntity(Attachment attachment)
attachment
-
AttachmentEntityList createAttachmentEntityListForContent(ContentEntityObject object)
AttachmentEntityList
object for the given ContentEntityObject
object
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |