Uses of Interface
org.opencastproject.usertracking.api.UserSession
Packages that use UserSession
Package
Description
Feedback service.
User Tracking service implementation classes
-
Uses of UserSession in org.opencastproject.usertracking.api
Methods in org.opencastproject.usertracking.api that return UserSessionMethods in org.opencastproject.usertracking.api with parameters of type UserSessionModifier and TypeMethodDescriptionUserTrackingService.addUserFootprint(UserAction a, UserSession session) Adds a new annotation to the database and returns the event with an updated annotationId, to make sure the annotationId stays uniqueUserTrackingService.addUserTrackingEvent(UserAction a, UserSession session) Adds a new tracking event to the database and returns the event with an updated annotationId, to make sure the annotationId stays uniquevoidUserAction.setSession(UserSession session) -
Uses of UserSession in org.opencastproject.usertracking.impl
Classes in org.opencastproject.usertracking.impl that implement UserSessionMethods in org.opencastproject.usertracking.impl that return UserSessionMethods in org.opencastproject.usertracking.impl with parameters of type UserSessionModifier and TypeMethodDescriptionUserTrackingServiceImpl.addUserFootprint(UserAction action, UserSession session) UserTrackingServiceImpl.addUserTrackingEvent(UserAction a, UserSession session) voidUserActionImpl.setSession(UserSession session)