Uses of Class
com.scivicslab.turingworkflow.plugins.logdb.SessionSummary
Packages that use SessionSummary
-
Uses of SessionSummary in com.scivicslab.turingworkflow.plugins.logdb
Methods in com.scivicslab.turingworkflow.plugins.logdb that return SessionSummaryModifier and TypeMethodDescriptionDistributedLogStore.getSummary(long sessionId) Gets a summary of the session.H2LogReader.getSummary(long sessionId) Gets a summary of the specified session.H2LogStore.getSummary(long sessionId) Methods in com.scivicslab.turingworkflow.plugins.logdb that return types with arguments of type SessionSummaryModifier and TypeMethodDescriptionDistributedLogStore.listSessions(int limit) Lists all sessions.H2LogReader.listSessions(int limit) Lists recent sessions.H2LogStore.listSessions(int limit) H2LogReader.listSessionsFiltered(String workflowName, String overlayName, String inventoryName, LocalDateTime startedAfter, int limit) Lists sessions filtered by criteria.H2LogReader.listSessionsFiltered(String workflowName, String overlayName, String inventoryName, LocalDateTime startedAfter, LocalDateTime endedAfter, int limit) Lists sessions filtered by criteria including end time.