Interface AttachmentTextExtractionService

All Known Implementing Classes:
LocalAttachmentTextExtractionService, RemoteAttachmentTextExtractionService
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Internal @FunctionalInterface public interface AttachmentTextExtractionService
Since:
6.5
  • Method Summary

    Modifier and Type
    Method
    Description
    submit(long attachmentId, int version)
    Submit a text extraction task for an attachment of the provided id and version.