Open GoogleCodeExporter opened 9 years ago
I've been looking for a mechanism to add occurrences to topics when they are
modified, e.g., added by user xyz at datetime, modified by user..., deleted by
user...
The last one (deleted by user...) is more complex, of course.
Original comment by dan.sp...@gmail.com
on 18 Nov 2010 at 9:19
Here is a sample of how you can listen for changes in a topicmap. This specific
case will add or update last-modified-at occurrences for changed topics.
Ontopia does not recognize users internally, so you have to find another way to
store last-modified-by.
When it comes to deleted-by-user: this is completely domain specific. It would
require you to *not* delete the topic, but flag it as deleted. Any query would
then need to take this flag into account.
Original comment by qsieb...@gmail.com
on 29 May 2011 at 1:20
Attachments:
Original issue reported on code.google.com by
lar...@gmail.com
on 23 Sep 2010 at 1:37