public interface TimestampsService
Modifier and Type | Method and Description |
---|---|
void |
enrichWithTimestamps(DMXObject object)
Retrieves the CREATED/MODIFIED timestamps and stores them in the given object's model (under synthetic child type
URIs
dmx.timestamps.created and dmx.timestamps.modified ). |
Collection<Assoc> |
getAssocsByCreationTime(long from,
long to) |
Collection<Assoc> |
getAssocsByModificationTime(long from,
long to) |
long |
getCreationTime(long objectId) |
long |
getModificationTime(long objectId) |
Collection<Topic> |
getTopicsByCreationTime(long from,
long to) |
Collection<Topic> |
getTopicsByModificationTime(long from,
long to) |
void |
setModified(DMXObject object) |
long getCreationTime(long objectId)
long getModificationTime(long objectId)
void setModified(DMXObject object)
void enrichWithTimestamps(DMXObject object)
dmx.timestamps.created
and dmx.timestamps.modified
).Collection<Topic> getTopicsByCreationTime(long from, long to)
Collection<Topic> getTopicsByModificationTime(long from, long to)
Collection<Assoc> getAssocsByCreationTime(long from, long to)
Collection<Assoc> getAssocsByModificationTime(long from, long to)
Copyright © 2023. All Rights Reserved.