| vqwiki.ChangeLog
All known Subclasses: vqwiki.file.FileChangeLog, vqwiki.db.DatabaseChangeLog,
ChangeLog | public interface ChangeLog (Code) | | |
getChanges | public Collection getChanges(String virtualWiki, Date d) throws Exception(Code) | | Gets the recent changes from the persistence.
Parameters: virtualWiki - the virtual wiki to get the recent changes. Parameters: d - the date of the recent changes. A collection of changes throws: Exception - See Also: vqwiki.Change |
logChange | public void logChange(Change change, HttpServletRequest request) throws Exception(Code) | | Logs a change of a topic in the persistence.
Parameters: change - The change made in the wiki. Parameters: request - the servletrequest to get some request specific config. throws: Exception - Throws exception if something goes wrong. |
removeChanges | public void removeChanges(String virtualwiki, Collection cl) throws Exception(Code) | | Removes some changes along with the topic name. This happens if someone
purges topics from the vqwiki.
Parameters: virtualwiki - the virtual wiki to delete the topics. Parameters: cl - a collection of the topics to be deleted. throws: Exception - |
|
|