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 Constructor Description RemoteAttachmentTextExtractionService(ClusterManager clusterManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionStage<AttachmentTextExtraction>
submit(long attachmentId, int version)
Submit a text extraction task for an attachment of the provided id and version.
-
-
-
Constructor Detail
-
RemoteAttachmentTextExtractionService
public RemoteAttachmentTextExtractionService(ClusterManager clusterManager)
-
-
Method Detail
-
submit
public CompletionStage<AttachmentTextExtraction> submit(long attachmentId, int version)
Description copied from interface:AttachmentTextExtractionService
Submit a text extraction task for an attachment of the provided id and version.- Specified by:
submit
in interfaceAttachmentTextExtractionService
- Parameters:
attachmentId
- attachment idversion
- attachment version- Returns:
CompletionStage
describingAttachmentTextExtraction
.
-
-