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 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

      public boolean shouldShow(String username)
    • handleEvent

      @EventListener public void handleEvent(AbstractRestoreEvent abstractRestoreEvent)
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • destroy

      public void destroy() throws Exception
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Throws:
      Exception
    • setAcknowledged

      public ValidationResult setAcknowledged(ConfluenceUser user)
    • isUserAcknowledged

      public boolean isUserAcknowledged(ConfluenceUser user)