Interface PostPersistHook
-
- All Known Implementing Classes:
SamplePostPersistHook,SapCpiInboundQuoteEntryPostPersistenceHook,SapRevenueCloudSubscriptionPricePlanPostPersistenceHook
public interface PostPersistHookA procedure to be executed after persisting an item model. Name of this procedure must be submitted with a POST request in request header named Post-Persist-Hook.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(ItemModel item)Executes this hook after persisting the given item.
-
-
-
Method Detail
-
execute
void execute(ItemModel item)
Executes this hook after persisting the given item.- Parameters:
item- an item to execute this hook with
-
-