public interface PersistenceHookRegistry
| Modifier and Type | Method and Description |
|---|---|
PostPersistHook |
getPostPersistHook(java.lang.String hookName,
java.lang.String integrationKey)
Retrieves a
PostPersistHook by the hook name. |
PrePersistHook |
getPrePersistHook(java.lang.String hookName,
java.lang.String integrationKey)
Retrieves a
PrePersistHook by the hook name. |
PrePersistHook getPrePersistHook(java.lang.String hookName, java.lang.String integrationKey)
PrePersistHook by the hook name.hookName - name of the hook to retrieve. It's up to the implementation what that name means and how hooks are named.integrationKey - for the current item that is being created or updatedPostPersistHook getPostPersistHook(java.lang.String hookName, java.lang.String integrationKey)
PostPersistHook by the hook name.hookName - name of the hook to retrieve. It's up to implementation what that name means and how hooks are named.integrationKey - for the current item that is being created or updatedCopyright © 2018 SAP SE. All Rights Reserved.