Uses of Interface
com.atlassian.confluence.util.Progress
Packages that use Progress
Package
Description
-
Uses of Progress in com.atlassian.confluence.event.events.admin
Methods in com.atlassian.confluence.event.events.admin that return ProgressConstructors in com.atlassian.confluence.event.events.admin with parameters of type ProgressModifierConstructorDescriptionReindexStartedEvent(Object src, @Nullable Progress progress, @Nullable UUID reindexId, EnumSet<ReIndexOption> options, List<String> spaceKeys) -
Uses of Progress in com.atlassian.confluence.internal.index
Subinterfaces of Progress in com.atlassian.confluence.internal.indexClasses in com.atlassian.confluence.internal.index that implement ProgressMethods in com.atlassian.confluence.internal.index with parameters of type ProgressModifier and TypeMethodDescriptionvoidAbstractReindexer.reIndex(EnumSet<ReIndexOption> maybeOptions, @NonNull SearchQuery searchQuery, Progress progress) voidAbstractReindexer.reIndex(EnumSet<ReIndexOption> maybeOptions, Progress progress) voidAbstractReindexer.reIndex(EnumSet<ReIndexOption> options, List<String> spaceKeys, Progress progress) voidBlueGreenReindexer.reIndex(EnumSet<ReIndexOption> maybeOptions, Progress progress) default voidTriggers a system wide re-index.voidReindexer.reIndex(EnumSet<ReIndexOption> options, @NonNull SearchQuery searchQuery, Progress progress) Triggers a system wide re-index all entities loaded from searchQuery.voidReindexer.reIndex(EnumSet<ReIndexOption> options, Progress progress) Triggers a system wide re-index all entities from the database.voidTriggers a re-index all entities from a space.Constructors in com.atlassian.confluence.internal.index with parameters of type ProgressModifierConstructorDescriptionprotectedprotectedContext(Progress progress, AbstractReindexer.Context.Executor contentExecutor, AbstractReindexer.Context.Executor changeExecutor) EventPublishingReindexProgress(com.atlassian.event.api.EventPublisher eventPublisher, Progress progress) -
Uses of Progress in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search that return Progress -
Uses of Progress in com.atlassian.confluence.util
Classes in com.atlassian.confluence.util that implement Progress