Class RemoteAttachmentTextExtractionService
java.lang.Object
com.atlassian.confluence.internal.index.attachment.RemoteAttachmentTextExtractionService
- All Implemented Interfaces:
AttachmentTextExtractionService
public class RemoteAttachmentTextExtractionService
extends Object
implements AttachmentTextExtractionService
- Since:
- 6.5
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsubmit(long attachmentId, int version) Submit a text extraction task for an attachment of the provided id and version.
-
Constructor Details
-
RemoteAttachmentTextExtractionService
-
-
Method Details
-
submit
Description copied from interface:AttachmentTextExtractionServiceSubmit a text extraction task for an attachment of the provided id and version.- Specified by:
submitin interfaceAttachmentTextExtractionService- Parameters:
attachmentId- attachment idversion- attachment version- Returns:
CompletionStagedescribingAttachmentTextExtraction.
-