Class CustomFieldContextHandlerImpl
java.lang.Object
com.atlassian.jira.auditing.handlers.CustomFieldContextHandlerImpl
- All Implemented Interfaces:
CustomFieldContextHandler
,InitializingComponent
public class CustomFieldContextHandlerImpl
extends Object
implements CustomFieldContextHandler, InitializingComponent
- Since:
- v8.7
-
Constructor Summary
ConstructorsConstructorDescriptionCustomFieldContextHandlerImpl
(com.atlassian.audit.api.AuditService auditService, I18nHelper.BeanFactory beanFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Called after all the beans are constructed and the ApplicationContext is fully populated.void
handleCustomFieldContextAdded
(FieldConfigScheme newScheme) void
handleCustomFieldContextDeleted
(FieldConfigScheme configScheme) void
handleCustomFieldContextUpdated
(FieldConfigScheme oldScheme, FieldConfigScheme newScheme)
-
Constructor Details
-
CustomFieldContextHandlerImpl
public CustomFieldContextHandlerImpl(com.atlassian.audit.api.AuditService auditService, I18nHelper.BeanFactory beanFactory)
-
-
Method Details
-
afterInstantiation
Description copied from interface:InitializingComponent
Called after all the beans are constructed and the ApplicationContext is fully populated. Order of execution is order of bean creation, driven by InitializingComponentProcessor.- Specified by:
afterInstantiation
in interfaceInitializingComponent
- Throws:
Exception
-
handleCustomFieldContextAdded
- Specified by:
handleCustomFieldContextAdded
in interfaceCustomFieldContextHandler
-
handleCustomFieldContextUpdated
public void handleCustomFieldContextUpdated(FieldConfigScheme oldScheme, FieldConfigScheme newScheme) - Specified by:
handleCustomFieldContextUpdated
in interfaceCustomFieldContextHandler
-
handleCustomFieldContextDeleted
- Specified by:
handleCustomFieldContextDeleted
in interfaceCustomFieldContextHandler
-