public class MailflowDomainHook extends DomainHookAdapter
| Constructor and Description |
|---|
MailflowDomainHook() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAliasesUpdated(BmContext context,
ItemValue<Domain> domain,
java.util.Set<java.lang.String> previousAliases) |
void |
onBeforeDelete(BmContext context,
ItemValue<Domain> domain) |
void |
onUpdated(BmContext context,
ItemValue<Domain> previousValue,
ItemValue<Domain> domain) |
onCreated, onDeleted, onDomainItemsDeleted, onSettingsUpdatedpublic void onBeforeDelete(BmContext context, ItemValue<Domain> domain) throws ServerFault
onBeforeDelete in interface IDomainHookonBeforeDelete in class DomainHookAdapterServerFaultpublic void onUpdated(BmContext context, ItemValue<Domain> previousValue, ItemValue<Domain> domain) throws ServerFault
onUpdated in interface IDomainHookonUpdated in class DomainHookAdapterServerFaultpublic void onAliasesUpdated(BmContext context, ItemValue<Domain> domain, java.util.Set<java.lang.String> previousAliases) throws ServerFault
onAliasesUpdated in interface IDomainHookonAliasesUpdated in class DomainHookAdapterServerFaultCopyright © 2024. All Rights Reserved.