com.atlassian.confluence.ui.rest.content
Class AttachmentResource

java.lang.Object
  extended by com.atlassian.confluence.ui.rest.content.AttachmentResource

public class AttachmentResource
extends java.lang.Object


Constructor Summary
AttachmentResource(AttachmentService attachmentService)
           
 
Method Summary
 javax.ws.rs.core.Response addLabels(java.lang.Long attachmentId, java.util.List<Label> labels)
           
 javax.ws.rs.core.Response deleteLabel(java.lang.Long attachmentId, java.lang.Long labelId)
           
 javax.ws.rs.core.Response getLabels(java.lang.Long attachmentId, java.util.List<java.lang.String> prefixes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentResource

public AttachmentResource(AttachmentService attachmentService)
Method Detail

getLabels

public javax.ws.rs.core.Response getLabels(java.lang.Long attachmentId,
                                           java.util.List<java.lang.String> prefixes)

addLabels

public javax.ws.rs.core.Response addLabels(java.lang.Long attachmentId,
                                           java.util.List<Label> labels)

deleteLabel

public javax.ws.rs.core.Response deleteLabel(java.lang.Long attachmentId,
                                             java.lang.Long labelId)


Copyright © 2003-2014 Atlassian. All Rights Reserved.