Interface ModificationRecorder

  • All Known Implementing Classes:
    ModelContextRecordingMetadata

    public interface ModificationRecorder
    Define the interface for recording and retrieving the last modification times for propertysets.
    • Method Detail

      • modifiedPropertyset

        void modifiedPropertyset​(Propertyset propertyset)
        Set a timestamp for the propertyset given as an argument
        Parameters:
        propertyset - the Propertyset to set a timestamp for
      • getLastmodifieddate

        Date getLastmodifieddate​(Propertyset propertyset)
        Retrieve the last modified date and time for a propertyset.
        Parameters:
        propertyset - the Propertyset to find the last modification date and time for
        Returns:
        the last modification date and time for the propertyset in the argument