All Known Implementing Classes:
SamplePostPersistHook

@Deprecated(since="2205", forRemoval=true) public interface PostPersistHook
Deprecated, for removal: This API element is subject to removal in a future version.
use PostPersistHook instead
A 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

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Executes this hook after persisting the given item.
  • Method Details

    • execute

      void execute(ItemModel item)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Executes this hook after persisting the given item.
      Parameters:
      item - an item to execute this hook with