Class DefaultUserIndexingManagerInternal
- java.lang.Object
-
- com.atlassian.confluence.internal.user.DefaultUserIndexingManagerInternal
-
- All Implemented Interfaces:
UserIndexingManagerInternal
public class DefaultUserIndexingManagerInternal extends Object implements UserIndexingManagerInternal
-
-
Constructor Summary
Constructors Constructor Description DefaultUserIndexingManagerInternal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetProcessEventsForCurrentThread(boolean enabled)Sets whether anything performing user indexing should process user-related events on the current thread.booleanshouldProcessEvents()Indicates if anything performing user indexing should process user-related events on the current thread.
-
-
-
Method Detail
-
shouldProcessEvents
public boolean shouldProcessEvents()
Description copied from interface:UserIndexingManagerInternalIndicates if anything performing user indexing should process user-related events on the current thread. Defaults to true.- Specified by:
shouldProcessEventsin interfaceUserIndexingManagerInternal
-
setProcessEventsForCurrentThread
public void setProcessEventsForCurrentThread(boolean enabled)
Description copied from interface:UserIndexingManagerInternalSets whether anything performing user indexing should process user-related events on the current thread.- Specified by:
setProcessEventsForCurrentThreadin interfaceUserIndexingManagerInternal- Parameters:
enabled- true, if indexers should process user-related events.
-
-