Interface TicketAttachmentService

All Known Implementing Classes:
TicketAttachmentServiceImpl

public interface TicketAttachmentService
  • Method Details

    • addAttachmentFromUploadedResource

      String addAttachmentFromUploadedResource(String spaceGroupId, String uploadId) throws Exception
      Parameters:
      spaceGroupId - space group id
      uploadId - attachment upload id
      Returns:
      The saved attachment id
      Throws:
      Exception
    • addAttachmentFromExistingResource

      String addAttachmentFromExistingResource(String attachmentId) throws Exception
      Parameters:
      attachmentId - saved attachment id
      Returns:
      The saved attachment id
      Throws:
      Exception