Class DashboardRecentlyUpdatedQueryEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.plugins.macros.dashboard.recentupdates.events.DashboardRecentlyUpdatedQueryEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionDashboardRecentlyUpdatedQueryEvent
(Object src, long durationMillis, int totalHits) -
Method Summary
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
DashboardRecentlyUpdatedQueryEvent
-
-
Method Details
-
getDurationMillis
public long getDurationMillis() -
getTotalHits
public long getTotalHits()- Returns:
- The total result hits found for the search query.
-