Interface AttachmentExtractedTextManager

    • Method Detail

      • saveContent

        void saveContent​(Attachment attachment,
                         InputStreamSource content)
        Saves a stream of data as the extracted text of the provided attachment version.
      • removePreviousVersionContent

        void removePreviousVersionContent​(Attachment attachment)
        Remove extracted text of the previous version of the specified attachment version if it exists.
      • removeContent

        void removeContent​(Attachment attachment)
        Remove extracted text of the specified attachment version.