Uses of Interface
com.atlassian.confluence.internal.index.attachment.AttachmentStatusManager
-
-
Uses of AttachmentStatusManager in com.atlassian.confluence.impl.search.v2.extractor
Constructors in com.atlassian.confluence.impl.search.v2.extractor with parameters of type AttachmentStatusManager Constructor Description AttachmentExtractedTextExtractor(AttachmentExtractedTextManager attachmentExtractedTextManager, AttachmentStatusManager attachmentStatusManager, ApplicationStatusService applicationStatusService, AttachmentTextExtractionService remoteAttachmentTextExtractionService, PluginAttachmentTextExtractorsProvider pluginAttachmentTextExtractorsProvider, ShouldExtractAttachmentTextPredicate shouldExtractAttachmentTextPredicate) -
Uses of AttachmentStatusManager in com.atlassian.confluence.internal.index.attachment
Classes in com.atlassian.confluence.internal.index.attachment that implement AttachmentStatusManager Modifier and Type Class Description classDefaultAttachmentStatusManager -
Uses of AttachmentStatusManager in com.atlassian.confluence.search.lucene.extractor
Methods in com.atlassian.confluence.search.lucene.extractor with parameters of type AttachmentStatusManager Modifier and Type Method Description voidAttachmentExtractedTextExtractor. setAttachmentStatusManager(AttachmentStatusManager attachmentStatusManager)Deprecated.Is called by plugin system that injects attachment status manager into this objectConstructors in com.atlassian.confluence.search.lucene.extractor with parameters of type AttachmentStatusManager Constructor Description AttachmentExtractedTextExtractor(AttachmentExtractedTextManager attachmentExtractedTextManager, AttachmentStatusManager attachmentStatusManager, ApplicationStatusService applicationStatusService, AttachmentTextExtractionService remoteAttachmentTextExtractionService, Function<Attachment,Boolean> shouldExtractChecker)Deprecated.
-