public class SystemAuditEventHandlerImpl extends Object implements SystemAuditEventHandler
Constructor and Description |
---|
SystemAuditEventHandlerImpl(I18nHelper i18nHelper,
OutlookDateManager outlookDateManager,
DateTimeFormatterFactory dateTimeFormatterFactory,
com.atlassian.audit.api.AuditService auditService) |
Modifier and Type | Method and Description |
---|---|
void |
handleFeatureDisabledEvent(FeatureDisabledEvent event) |
void |
handleFeatureEnabledEvent(FeatureEnabledEvent event) |
RecordRequest |
onExtendTrialLicense(ConfirmEvaluationLicenseEvent event)
Event handler for events raised when the admin has requested to continue with evaluation license after
one or more licenses expired.
|
RecordRequest |
onFeatureDisabledEvent(FeatureDisabledEvent event) |
RecordRequest |
onFeatureEnabledEvent(FeatureEnabledEvent event) |
RecordRequest |
onLicenseChangedEvent(LicenseChangedEvent event)
Event handler for events raised when a license has been changed in the system.
|
public SystemAuditEventHandlerImpl(I18nHelper i18nHelper, OutlookDateManager outlookDateManager, DateTimeFormatterFactory dateTimeFormatterFactory, com.atlassian.audit.api.AuditService auditService)
@Nonnull public RecordRequest onLicenseChangedEvent(@Nonnull LicenseChangedEvent event)
SystemAuditEventHandler
onLicenseChangedEvent
in interface SystemAuditEventHandler
event
- the license changed event@Nonnull public RecordRequest onExtendTrialLicense(@Nonnull ConfirmEvaluationLicenseEvent event)
SystemAuditEventHandler
onExtendTrialLicense
in interface SystemAuditEventHandler
event
- The event confirming that the evaluation should continuepublic void handleFeatureEnabledEvent(FeatureEnabledEvent event)
handleFeatureEnabledEvent
in interface SystemAuditEventHandler
public RecordRequest onFeatureEnabledEvent(FeatureEnabledEvent event)
onFeatureEnabledEvent
in interface SystemAuditEventHandler
public void handleFeatureDisabledEvent(FeatureDisabledEvent event)
handleFeatureDisabledEvent
in interface SystemAuditEventHandler
public RecordRequest onFeatureDisabledEvent(FeatureDisabledEvent event)
onFeatureDisabledEvent
in interface SystemAuditEventHandler
Copyright © 2002-2024 Atlassian. All Rights Reserved.