Interface ModificationRecorder
- All Known Implementing Classes:
ModelContextRecordingMetadata
public interface ModificationRecorder
Define the interface for recording and retrieving the last
modification times for propertysets.
-
Method Summary
Modifier and TypeMethodDescriptiongetLastmodifieddate
(Propertyset propertyset) Retrieve the last modified date and time for a propertyset.void
modifiedPropertyset
(Propertyset propertyset) Set a timestamp for the propertyset given as an argument
-
Method Details
-
modifiedPropertyset
Set a timestamp for the propertyset given as an argument- Parameters:
propertyset
- thePropertyset
to set a timestamp for
-
getLastmodifieddate
Retrieve the last modified date and time for a propertyset.- Parameters:
propertyset
- thePropertyset
to find the last modification date and time for- Returns:
- the last modification date and time for the propertyset in the argument
-