public class RemoteAttachmentTextExtractionService extends Object implements AttachmentTextExtractionService
Constructor and Description |
---|
RemoteAttachmentTextExtractionService(ClusterManager clusterManager) |
Modifier and Type | Method and Description |
---|---|
CompletionStage<AttachmentTextExtraction> |
submit(long attachmentId,
int version)
Submit a text extraction task for an attachment of the provided id and version.
|
public RemoteAttachmentTextExtractionService(ClusterManager clusterManager)
public CompletionStage<AttachmentTextExtraction> submit(long attachmentId, int version)
AttachmentTextExtractionService
submit
in interface AttachmentTextExtractionService
attachmentId
- attachment idversion
- attachment versionCompletionStage
describing AttachmentTextExtraction
.Copyright © 2003–2017 Atlassian. All rights reserved.