Uses of Interface
com.atlassian.confluence.server.ApplicationStatusService
-
-
Uses of ApplicationStatusService in com.atlassian.confluence.event
Constructors in com.atlassian.confluence.event with parameters of type ApplicationStatusService Constructor Description ConfluenceListenerHandlersConfiguration(ApplicationStatusService applicationStatusService) -
Uses of ApplicationStatusService in com.atlassian.confluence.impl.search.v2.extractor
Constructors in com.atlassian.confluence.impl.search.v2.extractor with parameters of type ApplicationStatusService Constructor Description AttachmentExtractedTextExtractor(AttachmentExtractedTextManager attachmentExtractedTextManager, AttachmentStatusManager attachmentStatusManager, ApplicationStatusService applicationStatusService, AttachmentTextExtractionService remoteAttachmentTextExtractionService, PluginAttachmentTextExtractorsProvider pluginAttachmentTextExtractorsProvider, ShouldExtractAttachmentTextPredicate shouldExtractAttachmentTextPredicate) -
Uses of ApplicationStatusService in com.atlassian.confluence.search.lucene.extractor
Methods in com.atlassian.confluence.search.lucene.extractor with parameters of type ApplicationStatusService Modifier and Type Method Description voidAttachmentExtractedTextExtractor. setApplicationStatusService(ApplicationStatusService applicationStatusService)Deprecated.Is called by plugin system that injects application status service into this objectConstructors in com.atlassian.confluence.search.lucene.extractor with parameters of type ApplicationStatusService Constructor Description AttachmentExtractedTextExtractor(AttachmentExtractedTextManager attachmentExtractedTextManager, AttachmentStatusManager attachmentStatusManager, ApplicationStatusService applicationStatusService, AttachmentTextExtractionService remoteAttachmentTextExtractionService, Function<Attachment,Boolean> shouldExtractChecker)Deprecated. -
Uses of ApplicationStatusService in com.atlassian.confluence.server
Subinterfaces of ApplicationStatusService in com.atlassian.confluence.server Modifier and Type Interface Description interfaceMutableApplicationStatusServiceMonitors for the state of the server.Classes in com.atlassian.confluence.server that implement ApplicationStatusService Modifier and Type Class Description classDefaultApplicationStatusService
-