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 -
Method Summary
Modifier and TypeMethodDescriptionvoidsetProcessEventsForCurrentThread(boolean enabled) Sets whether anything performing user indexing should process user-related events on the current thread.booleanIndicates if anything performing user indexing should process user-related events on the current thread.
-
Constructor Details
-
DefaultUserIndexingManagerInternal
public DefaultUserIndexingManagerInternal()
-
-
Method Details
-
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.
-