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.voidmodifiedPropertyset(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- thePropertysetto set a timestamp for
-
getLastmodifieddate
Retrieve the last modified date and time for a propertyset.- Parameters:
propertyset- thePropertysetto find the last modification date and time for- Returns:
- the last modification date and time for the propertyset in the argument
-