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)
SystemAuditEventHandleronLicenseChangedEvent in interface SystemAuditEventHandlerevent - the license changed event@Nonnull public RecordRequest onExtendTrialLicense(@Nonnull ConfirmEvaluationLicenseEvent event)
SystemAuditEventHandleronExtendTrialLicense in interface SystemAuditEventHandlerevent - The event confirming that the evaluation should continuepublic void handleFeatureEnabledEvent(FeatureEnabledEvent event)
handleFeatureEnabledEvent in interface SystemAuditEventHandlerpublic RecordRequest onFeatureEnabledEvent(FeatureEnabledEvent event)
onFeatureEnabledEvent in interface SystemAuditEventHandlerpublic void handleFeatureDisabledEvent(FeatureDisabledEvent event)
handleFeatureDisabledEvent in interface SystemAuditEventHandlerpublic RecordRequest onFeatureDisabledEvent(FeatureDisabledEvent event)
onFeatureDisabledEvent in interface SystemAuditEventHandlerCopyright © 2002-2021 Atlassian. All Rights Reserved.