Uses of Interface
org.opencastproject.usertracking.api.UserAction
-
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.