Uses of Interface
org.opencastproject.annotation.api.Annotation
Packages that use Annotation
-
Uses of Annotation in org.opencastproject.annotation.api
Methods in org.opencastproject.annotation.api that return AnnotationModifier and TypeMethodDescriptionAnnotationService.addAnnotation(Annotation a) Adds a new annotation to the database and returns the event with an updated annotationId, to make sure the annotationId stays uniqueAnnotationService.changeAnnotation(Annotation a) Changes an annotation in the database it uses the annotationId to overwrite the value.AnnotationService.getAnnotation(long id) Gets an annotation by its identifier.Methods in org.opencastproject.annotation.api that return types with arguments of type AnnotationMethods in org.opencastproject.annotation.api with parameters of type AnnotationModifier and TypeMethodDescriptionAnnotationService.addAnnotation(Annotation a) Adds a new annotation to the database and returns the event with an updated annotationId, to make sure the annotationId stays uniqueAnnotationService.changeAnnotation(Annotation a) Changes an annotation in the database it uses the annotationId to overwrite the value.booleanAnnotationService.removeAnnotation(Annotation a) Remove a given annotation from database -
Uses of Annotation in org.opencastproject.annotation.impl
Classes in org.opencastproject.annotation.impl that implement AnnotationMethods in org.opencastproject.annotation.impl that return AnnotationModifier and TypeMethodDescriptionAnnotationServiceJpaImpl.addAnnotation(Annotation a) AnnotationServiceJpaImpl.changeAnnotation(Annotation a) AnnotationServiceJpaImpl.getAnnotation(long id) Methods in org.opencastproject.annotation.impl that return types with arguments of type AnnotationMethods in org.opencastproject.annotation.impl with parameters of type AnnotationModifier and TypeMethodDescriptionvoidAnnotationListImpl.add(Annotation annotation) AnnotationServiceJpaImpl.addAnnotation(Annotation a) AnnotationServiceJpaImpl.changeAnnotation(Annotation a) booleanAnnotationServiceJpaImpl.removeAnnotation(Annotation a)