Index
All Classes and Interfaces|All Packages
A
- addAnnotation(Annotation) - Method in interface org.opencastproject.annotation.api.AnnotationService
-
Adds a new annotation to the database and returns the event with an updated annotationId, to make sure the annotationId stays unique
- Annotation - Interface in org.opencastproject.annotation.api
-
A class that represents an annotation
- AnnotationList - Interface in org.opencastproject.annotation.api
-
A List of
Annotations - AnnotationService - Interface in org.opencastproject.annotation.api
-
Manages user annotations within media.
C
- changeAnnotation(Annotation) - Method in interface org.opencastproject.annotation.api.AnnotationService
-
Changes an annotation in the database it uses the annotationId to overwrite the value.
G
- getAnnotation(long) - Method in interface org.opencastproject.annotation.api.AnnotationService
-
Gets an annotation by its identifier.
- getAnnotationId() - Method in interface org.opencastproject.annotation.api.Annotation
- getAnnotations() - Method in interface org.opencastproject.annotation.api.AnnotationList
- getAnnotations(int, int) - Method in interface org.opencastproject.annotation.api.AnnotationService
-
Returns annotations
- getAnnotationsByDay(String, int, int) - Method in interface org.opencastproject.annotation.api.AnnotationService
-
Returns annotations of a given day (YYYYMMDD)
- getAnnotationsByMediapackageId(String, int, int) - Method in interface org.opencastproject.annotation.api.AnnotationService
-
Returns annotations of a given mediapackage ID
- getAnnotationsByType(String, int, int) - Method in interface org.opencastproject.annotation.api.AnnotationService
-
Returns annotations of a given type
- getAnnotationsByTypeAndDay(String, String, int, int) - Method in interface org.opencastproject.annotation.api.AnnotationService
-
Returns annotations of a given type and day
- getAnnotationsByTypeAndMediapackageId(String, String, int, int) - Method in interface org.opencastproject.annotation.api.AnnotationService
-
Returns annotations of a given type and mediapackage id
- getCreated() - Method in interface org.opencastproject.annotation.api.Annotation
- getInpoint() - Method in interface org.opencastproject.annotation.api.Annotation
- getLength() - Method in interface org.opencastproject.annotation.api.Annotation
- getLimit() - Method in interface org.opencastproject.annotation.api.AnnotationList
- getMediapackageId() - Method in interface org.opencastproject.annotation.api.Annotation
- getOffset() - Method in interface org.opencastproject.annotation.api.AnnotationList
- getOutpoint() - Method in interface org.opencastproject.annotation.api.Annotation
- getPrivate() - Method in interface org.opencastproject.annotation.api.Annotation
- getSessionId() - Method in interface org.opencastproject.annotation.api.Annotation
- getTotal() - Method in interface org.opencastproject.annotation.api.AnnotationList
- getType() - Method in interface org.opencastproject.annotation.api.Annotation
- getUserId() - Method in interface org.opencastproject.annotation.api.Annotation
- getValue() - Method in interface org.opencastproject.annotation.api.Annotation
O
- org.opencastproject.annotation.api - package org.opencastproject.annotation.api
R
- removeAnnotation(Annotation) - Method in interface org.opencastproject.annotation.api.AnnotationService
-
Remove a given annotation from database
S
- setAnnotationId(Long) - Method in interface org.opencastproject.annotation.api.Annotation
- setCreated(Date) - Method in interface org.opencastproject.annotation.api.Annotation
- setInpoint(int) - Method in interface org.opencastproject.annotation.api.Annotation
- setLimit(int) - Method in interface org.opencastproject.annotation.api.AnnotationList
- setMediapackageId(String) - Method in interface org.opencastproject.annotation.api.Annotation
- setOffset(int) - Method in interface org.opencastproject.annotation.api.AnnotationList
- setOutpoint(int) - Method in interface org.opencastproject.annotation.api.Annotation
- setPrivate(Boolean) - Method in interface org.opencastproject.annotation.api.Annotation
- setSessionId(String) - Method in interface org.opencastproject.annotation.api.Annotation
- setTotal(int) - Method in interface org.opencastproject.annotation.api.AnnotationList
- setType(String) - Method in interface org.opencastproject.annotation.api.Annotation
- setUserId(String) - Method in interface org.opencastproject.annotation.api.Annotation
- setValue(String) - Method in interface org.opencastproject.annotation.api.Annotation
All Classes and Interfaces|All Packages