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

Packages that use AttachmentEntityList
com.atlassian.confluence.plugins.rest.entities   
com.atlassian.confluence.plugins.rest.manager   
 

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

Methods in com.atlassian.confluence.plugins.rest.entities that return AttachmentEntityList
 AttachmentEntityList ContentEntity.getAttachments()
           
 

Methods in com.atlassian.confluence.plugins.rest.entities with parameters of type AttachmentEntityList
 void ContentEntity.setAttachments(AttachmentEntityList attachmentEntityList)
           
 

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

Methods in com.atlassian.confluence.plugins.rest.manager that return AttachmentEntityList
 AttachmentEntityList RestAttachmentManager.createAttachmentEntityListForContent(ContentEntityObject object)
          Create a AttachmentEntityList object for the given ContentEntityObject
 AttachmentEntityList DefaultRestAttachmentManager.createAttachmentEntityListForContent(ContentEntityObject object)
           
 



Copyright © 2003-2010 Atlassian. All Rights Reserved.