Interface HistoryHook


  • public interface HistoryHook
    Change, or block, history requests. The HistoryHook may modify the requested primitive ids silently, it may display a warning message to the user or prevent the request altogether.
    Since:
    13947
    • Method Detail

      • modifyRequestedIds

        default void modifyRequestedIds​(java.util.List<PrimitiveId> ids)
        Modify the requested primitive ids before history request. The request is cancelled if the collection is cleared. Default implementation is to do no changes.
        Parameters:
        ids - The current ids to change
        Since:
        13948