Interface UserEventMaintenanceDao
- All Known Implementing Classes:
JdbcUserEventDao
public interface UserEventMaintenanceDao
Maintenance operations for user events.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceFilter criteria for purging events. -
Method Summary
Modifier and TypeMethodDescriptionlongPurge events matching the given filter.
-
Method Details
-
purgeEvents
Purge events matching the given filter.- Parameters:
filter- the criteria of the events to purge- Returns:
- the number of tasks deleted
-