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 TypeMethodDescriptionvoidCalled after all the beans are constructed and the ApplicationContext is fully populated.voidhandleCustomFieldContextAdded(FieldConfigScheme newScheme) voidhandleCustomFieldContextDeleted(FieldConfigScheme configScheme) voidhandleCustomFieldContextUpdated(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:InitializingComponentCalled 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:
afterInstantiationin interfaceInitializingComponent- Throws:
Exception
-
handleCustomFieldContextAdded
- Specified by:
handleCustomFieldContextAddedin interfaceCustomFieldContextHandler
-
handleCustomFieldContextUpdated
public void handleCustomFieldContextUpdated(FieldConfigScheme oldScheme, FieldConfigScheme newScheme) - Specified by:
handleCustomFieldContextUpdatedin interfaceCustomFieldContextHandler
-
handleCustomFieldContextDeleted
- Specified by:
handleCustomFieldContextDeletedin interfaceCustomFieldContextHandler
-