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