public interface TimestampsService
| Modifier and Type | Method and Description |
|---|---|
void |
enrichWithTimestamps(systems.dmx.core.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<systems.dmx.core.Assoc> |
getAssocsByCreationTime(long from,
long to) |
Collection<systems.dmx.core.Assoc> |
getAssocsByModificationTime(long from,
long to) |
long |
getCreationTime(long objectId) |
long |
getModificationTime(long objectId) |
Collection<systems.dmx.core.Topic> |
getTopicsByCreationTime(long from,
long to) |
Collection<systems.dmx.core.Topic> |
getTopicsByModificationTime(long from,
long to) |
void |
setModified(systems.dmx.core.DMXObject object) |
long getCreationTime(long objectId)
long getModificationTime(long objectId)
void setModified(systems.dmx.core.DMXObject object)
void enrichWithTimestamps(systems.dmx.core.DMXObject object)
dmx.timestamps.created and dmx.timestamps.modified).Collection<systems.dmx.core.Topic> getTopicsByCreationTime(long from, long to)
Collection<systems.dmx.core.Topic> getTopicsByModificationTime(long from, long to)
Collection<systems.dmx.core.Assoc> getAssocsByCreationTime(long from, long to)
Collection<systems.dmx.core.Assoc> getAssocsByModificationTime(long from, long to)
Copyright © 2023. All rights reserved.