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 TypeMethodDescriptionvoid
setProcessEventsForCurrentThread
(boolean enabled) Sets whether anything performing user indexing should process user-related events on the current thread.boolean
Indicates 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:UserIndexingManagerInternal
Indicates if anything performing user indexing should process user-related events on the current thread. Defaults to true.- Specified by:
shouldProcessEvents
in interfaceUserIndexingManagerInternal
-
setProcessEventsForCurrentThread
public void setProcessEventsForCurrentThread(boolean enabled) Description copied from interface:UserIndexingManagerInternal
Sets whether anything performing user indexing should process user-related events on the current thread.- Specified by:
setProcessEventsForCurrentThread
in interfaceUserIndexingManagerInternal
- Parameters:
enabled
- true, if indexers should process user-related events.
-