Uses of Interface
org.teamapps.uisession.statistics.UiSessionStats
-
Packages that use UiSessionStats Package Description org.teamapps.uisession org.teamapps.uisession.statistics org.teamapps.uisession.statistics.app org.teamapps.ux.session -
-
Uses of UiSessionStats in org.teamapps.uisession
Methods in org.teamapps.uisession that return types with arguments of type UiSessionStats Modifier and Type Method Description java.util.List<UiSessionStats>TeamAppsSessionManager. getClosedSessionsStatistics() -
Uses of UiSessionStats in org.teamapps.uisession.statistics
Classes in org.teamapps.uisession.statistics that implement UiSessionStats Modifier and Type Class Description classImmutableUiSessionStatsclassRunningUiSessionStatsMethods in org.teamapps.uisession.statistics that return types with arguments of type UiSessionStats Modifier and Type Method Description java.util.List<UiSessionStats>SessionStatsUpdatedEventData. getClosedSessionsStatistics() -
Uses of UiSessionStats in org.teamapps.uisession.statistics.app
Methods in org.teamapps.uisession.statistics.app that return UiSessionStats Modifier and Type Method Description UiSessionStatsSessionStatsTableRecord. getStatistics()UiSessionStatsUiSessionSessionStatsTableRecord. getStatistics()UiSessionStatsUiSessionStatsStatsTableRecord. getStatistics()Constructors in org.teamapps.uisession.statistics.app with parameters of type UiSessionStats Constructor Description UiSessionStatsStatsTableRecord(UiSessionStats uiSessionStats) -
Uses of UiSessionStats in org.teamapps.ux.session
Methods in org.teamapps.ux.session that return UiSessionStats Modifier and Type Method Description UiSessionStatsSessionContext. getUiSessionStats()
-