Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-867

Domain service to automatically maintain lastUpdatedAt and lastUpdatedBy on any entity.

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • core-1.6.0
    • 1.10.0
    • Core
    • None

    Description

      using ISIS-865.

      Define:
      interface Updateable {
      @Programmatic
      public void updatedBy(String userName);
      @Programmatic
      publc void updatedAt(DateTime dt);
      }

      Install a JDO StoreLifecycleListener on the PersistenceManager when request starts, call in preStore.

      Should double-check plays well with auditing service. (Should be ok, since even if this listener and Isis' global listener are called in indeterminate order, even then we only hit the auditing service just prior to committing the transaction. Until that point we are just capturing the fact that entities have been enlisted in the xactn).

      Attachments

        Activity

          People

            Unassigned Unassigned
            danhaywood Daniel Keir Haywood
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: