Issue 11268

Add created & modified timestamps to NetworkEntity

11268
Reporter: mdoering
Type: Improvement
Summary: Add created & modified timestamps to NetworkEntity
Description: The readable network entities are missing a created and modified timestamp which is set by the persistence layer only and not accessible via the Writable classes. As its shared by all concrete entity classes we could add this to the NetworkEntityComponentSupport which already holds all other readonly properties like contacts
Priority: Major
Resolution: Fixed
Status: Closed
Created: 2012-05-31 13:56:07.5
Updated: 2013-12-16 17:50:49.405
Resolved: 2012-05-31 22:14:34.733


Author: fmendez@gbif.org
Comment: we have to be clear that those fields mean: created/modified in GBIF DB, not in the source (in case of datasets)
Created: 2012-05-31 14:30:25.938
Updated: 2012-05-31 14:30:25.938


Author: mdoering@gbif.org
Comment: yes exactly. Created becomes the registration date and modified should be updated any time a writable entity gets updated, ignoring its EML or linked data.
Created: 2012-05-31 14:35:58.086
Updated: 2012-05-31 14:35:58.086


Author: mdoering@gbif.org
Comment: API change done. Persistency and factories still needed to be done
Created: 2012-05-31 15:45:40.685
Updated: 2012-05-31 15:45:40.685


Author: mdoering@gbif.org
Comment: Agent class in persistence layer already contained a created/modified field. Updated factories and client ITests
Created: 2012-05-31 22:14:34.764
Updated: 2012-05-31 22:14:34.764