Class AggregationWarningManager
java.lang.Object
com.atlassian.confluence.user.extras.aggregation.impl.AggregationWarningManager
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean
,org.springframework.beans.factory.InitializingBean
@Component
public class AggregationWarningManager
extends Object
implements org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean
-
Constructor Summary
ConstructorsConstructorDescriptionAggregationWarningManager
(UserAccessor userAccessor, PermissionManager permissionManager, com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, DarkFeaturesManager darkFeaturesManager, com.atlassian.event.api.EventPublisher eventPublisher) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
destroy()
void
handleEvent
(AbstractRestoreEvent abstractRestoreEvent) boolean
boolean
shouldShow
(String username)
-
Constructor Details
-
AggregationWarningManager
@Autowired public AggregationWarningManager(UserAccessor userAccessor, PermissionManager permissionManager, com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, DarkFeaturesManager darkFeaturesManager, com.atlassian.event.api.EventPublisher eventPublisher)
-
-
Method Details
-
shouldShow
-
handleEvent
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
destroy
- Specified by:
destroy
in interfaceorg.springframework.beans.factory.DisposableBean
- Throws:
Exception
-
setAcknowledged
-
isUserAcknowledged
-