Class LegacyAttachmentResource


  • @Deprecated
    public class LegacyAttachmentResource
    extends Object
    Deprecated.
    since 5.10. Use the official REST API that lives in confluence-rest-resources.
    • Constructor Detail

      • LegacyAttachmentResource

        public LegacyAttachmentResource​(AttachmentService attachmentService)
        Deprecated.
    • Method Detail

      • getLabels

        public javax.ws.rs.core.Response getLabels​(Long attachmentId,
                                                   List<String> prefixes)
        Deprecated.
      • addLabels

        public javax.ws.rs.core.Response addLabels​(Long attachmentId,
                                                   List<Label> labels)
        Deprecated.
      • deleteLabel

        public javax.ws.rs.core.Response deleteLabel​(Long attachmentId,
                                                     Long labelId)
        Deprecated.