Uses of Interface
org.opencastproject.usertracking.api.UserAction
Packages that use UserAction
Package
Description
Feedback service.
User Tracking service implementation classes
-
Uses of UserAction in org.opencastproject.usertracking.api
Methods in org.opencastproject.usertracking.api that return UserActionModifier 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 uniqueUserTrackingService.getUserAction(Long id) Get a single user action by its identifier.Methods in org.opencastproject.usertracking.api that return types with arguments of type UserActionModifier and TypeMethodDescriptionUserActionList.getUserActions()Return a list of the UserActions in this Collection.Methods in org.opencastproject.usertracking.api with parameters of type UserActionModifier and TypeMethodDescriptionvoidUserActionList.add(UserAction annotation) Add a single UserAction to this collection.UserTrackingService.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 uniqueMethod parameters in org.opencastproject.usertracking.api with type arguments of type UserActionModifier and TypeMethodDescriptionvoidUserActionList.add(Collection<UserAction> userActions) Add a complete Collection of UserActions to this collection. -
Uses of UserAction in org.opencastproject.usertracking.impl
Classes in org.opencastproject.usertracking.impl that implement UserActionMethods in org.opencastproject.usertracking.impl that return UserActionModifier and TypeMethodDescriptionUserTrackingServiceImpl.addUserFootprint(UserAction action, UserSession session) UserTrackingServiceImpl.addUserTrackingEvent(UserAction a, UserSession session) UserTrackingServiceImpl.getUserAction(Long id) Get a single user action by its identifier.Methods in org.opencastproject.usertracking.impl that return types with arguments of type UserActionMethods in org.opencastproject.usertracking.impl with parameters of type UserActionModifier and TypeMethodDescriptionvoidUserActionListImpl.add(UserAction annotation) UserTrackingServiceImpl.addUserFootprint(UserAction action, UserSession session) UserTrackingServiceImpl.addUserTrackingEvent(UserAction a, UserSession session) Method parameters in org.opencastproject.usertracking.impl with type arguments of type UserActionModifier and TypeMethodDescriptionvoidUserActionListImpl.add(Collection<UserAction> userActions)