Interface NotificationService
- All Known Implementing Classes:
NotificationServiceImpl
public interface NotificationService
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRecentEntities
(String entityName, String searchFilter, org.joda.time.DateTime timestamp) Returns the newest entities for the specified key from the specified timestamp.
-
Method Details
-
getRecentEntities
NotificationService.Message[] getRecentEntities(String entityName, String searchFilter, org.joda.time.DateTime timestamp) Returns the newest entities for the specified key from the specified timestamp. The entities are converted intoNotificationService.Message
objects where the title is the resolved entity name and the text is the evaluatedDefaultDisplay
.
-