Uses of Class
com.atlassian.confluence.plugins.rest.entities.AttachmentEntity

Packages that use AttachmentEntity
com.atlassian.confluence.plugins.rest.entities   
com.atlassian.confluence.plugins.rest.entities.documentation   
com.atlassian.confluence.plugins.rest.manager   
 

Uses of AttachmentEntity in com.atlassian.confluence.plugins.rest.entities
 

Methods in com.atlassian.confluence.plugins.rest.entities that return types with arguments of type AttachmentEntity
 List<AttachmentEntity> AttachmentEntityList.getAttachments()
          List of attachments returned.
 com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<AttachmentEntity> AttachmentEntityList.getCallback()
           
 

Constructor parameters in com.atlassian.confluence.plugins.rest.entities with type arguments of type AttachmentEntity
AttachmentEntityList(int size, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<AttachmentEntity> callback)
           
 

Uses of AttachmentEntity in com.atlassian.confluence.plugins.rest.entities.documentation
 

Fields in com.atlassian.confluence.plugins.rest.entities.documentation declared as AttachmentEntity
static AttachmentEntity AttachmentEntityExampleDocument.ATTACHMENT_ENTITY
           
 

Uses of AttachmentEntity in com.atlassian.confluence.plugins.rest.manager
 

Methods in com.atlassian.confluence.plugins.rest.manager that return AttachmentEntity
 AttachmentEntity RestAttachmentManager.convertToAttachmentEntity(Attachment attachment)
          Convert a Confluence model object into its REST representation.
 AttachmentEntity DefaultRestAttachmentManager.convertToAttachmentEntity(Attachment attachment)
           
 AttachmentEntity RestAttachmentManager.getAttachmentEntity(Long attachmentId)
          Gets the AttachmentEntity object for the given id.
 AttachmentEntity DefaultRestAttachmentManager.getAttachmentEntity(Long attachmentId)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.