public class ESMailboxHook extends DefaultMailboxHook
| Constructor and Description | 
|---|
ESMailboxHook()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
onMailboxCreated(BmContext context,
                java.lang.String domainUid,
                ItemValue<Mailbox> value)  | 
void | 
onMailboxDeleted(BmContext context,
                java.lang.String domainUid,
                ItemValue<Mailbox> value)  | 
void | 
onMailboxUpdated(BmContext context,
                java.lang.String domainUid,
                ItemValue<Mailbox> previousValue,
                ItemValue<Mailbox> value)  | 
onDomainMailFilterChanged, onMailFilterChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostMailboxMoved, preMailboxCreated, preMailboxDeleted, preMailboxMoved, preMailboxUpdatepublic void onMailboxCreated(BmContext context, java.lang.String domainUid, ItemValue<Mailbox> value) throws ServerFault
onMailboxCreated in interface IMailboxHookonMailboxCreated in class DefaultMailboxHookServerFaultpublic void onMailboxUpdated(BmContext context, java.lang.String domainUid, ItemValue<Mailbox> previousValue, ItemValue<Mailbox> value) throws ServerFault
onMailboxUpdated in interface IMailboxHookonMailboxUpdated in class DefaultMailboxHookServerFaultpublic void onMailboxDeleted(BmContext context, java.lang.String domainUid, ItemValue<Mailbox> value) throws ServerFault
onMailboxDeleted in interface IMailboxHookonMailboxDeleted in class DefaultMailboxHookServerFaultCopyright © 2023. All Rights Reserved.