Uses of Enum Class
com.atlassian.confluence.api.service.index.ReIndexOption
Packages that use ReIndexOption
Package
Description
-
Uses of ReIndexOption in com.atlassian.confluence.api.service.index
Methods in com.atlassian.confluence.api.service.index that return ReIndexOptionModifier and TypeMethodDescriptionstatic ReIndexOptionReturns the enum constant of this class with the specified name.static ReIndexOption[]ReIndexOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.atlassian.confluence.api.service.index with type arguments of type ReIndexOptionModifier and TypeMethodDescriptionbooleanIndexService.reindex(@NonNull List<String> spaceKeys, @NonNull EnumSet<ReIndexOption> reIndexOptions) Triggers a reindex with the specified space keys and options. -
Uses of ReIndexOption in com.atlassian.confluence.internal.search
Method parameters in com.atlassian.confluence.internal.search with type arguments of type ReIndexOptionModifier and TypeMethodDescriptionbooleanIndexServiceImpl.reindex(@NonNull List<String> spaceKeys, @NonNull EnumSet<ReIndexOption> reIndexOptions) -
Uses of ReIndexOption in com.atlassian.confluence.plugins.restapi.resources
Method parameters in com.atlassian.confluence.plugins.restapi.resources with type arguments of type ReIndexOptionModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseIndexResource.reindex(List<ReIndexOption> options, List<String> spaceKeys) -
Uses of ReIndexOption in com.atlassian.confluence.search
Method parameters in com.atlassian.confluence.search with type arguments of type ReIndexOptionModifier and TypeMethodDescriptionstatic EnumSet<ReIndexOption> ReIndexUtils.fromApiEnumSet(EnumSet<ReIndexOption> apiOptions, boolean reindexingSite)