Uses of Interface
org.opencastproject.annotation.api.AnnotationList
Packages that use AnnotationList
-
Uses of AnnotationList in org.opencastproject.annotation.api
Methods in org.opencastproject.annotation.api that return AnnotationListModifier and TypeMethodDescriptionAnnotationService.getAnnotations(int offset, int limit) Returns annotationsAnnotationService.getAnnotationsByDay(String day, int offset, int limit) Returns annotations of a given day (YYYYMMDD)AnnotationService.getAnnotationsByMediapackageId(String mediapackageId, int offset, int limit) Returns annotations of a given mediapackage IDAnnotationService.getAnnotationsByType(String type, int offset, int limit) Returns annotations of a given typeAnnotationService.getAnnotationsByTypeAndDay(String type, String day, int offset, int limit) Returns annotations of a given type and dayAnnotationService.getAnnotationsByTypeAndMediapackageId(String type, String mediapackageId, int offset, int limit) Returns annotations of a given type and mediapackage id -
Uses of AnnotationList in org.opencastproject.annotation.impl
Classes in org.opencastproject.annotation.impl that implement AnnotationListMethods in org.opencastproject.annotation.impl that return AnnotationListModifier and TypeMethodDescriptionAnnotationServiceJpaImpl.getAnnotations(int offset, int limit) AnnotationServiceJpaImpl.getAnnotationsByDay(String day, int offset, int limit) AnnotationServiceJpaImpl.getAnnotationsByMediapackageId(String mediapackageId, int offset, int limit) AnnotationServiceJpaImpl.getAnnotationsByType(String type, int offset, int limit) AnnotationServiceJpaImpl.getAnnotationsByTypeAndDay(String type, String day, int offset, int limit) AnnotationServiceJpaImpl.getAnnotationsByTypeAndMediapackageId(String type, String mediapackageId, int offset, int limit)