Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- activate() - Method in class org.opencastproject.annotation.impl.AnnotationServiceJpaImpl
- activate(ComponentContext) - Method in class org.opencastproject.annotation.impl.AnnotationRestService
-
The method that is called, when the service is activated
- add(String, int, int, String, String, boolean, HttpServletRequest) - Method in class org.opencastproject.annotation.impl.AnnotationRestService
- add(Annotation) - Method in class org.opencastproject.annotation.impl.AnnotationListImpl
- addAnnotation(Annotation) - Method in class org.opencastproject.annotation.impl.AnnotationServiceJpaImpl
- AnnotationImpl - Class in org.opencastproject.annotation.impl
-
A JAXB-annotated implementation of
Annotation - AnnotationImpl() - Constructor for class org.opencastproject.annotation.impl.AnnotationImpl
-
A no-arg constructor needed by JAXB
- AnnotationListImpl - Class in org.opencastproject.annotation.impl
-
A
ListofAnnotationLists - AnnotationListImpl() - Constructor for class org.opencastproject.annotation.impl.AnnotationListImpl
-
A no-arg constructor needed by JAXB
- AnnotationRestService - Class in org.opencastproject.annotation.impl
-
The REST endpoint for the annotation service.
- AnnotationRestService() - Constructor for class org.opencastproject.annotation.impl.AnnotationRestService
- annotations - Variable in class org.opencastproject.annotation.impl.AnnotationListImpl
- AnnotationServiceJpaImpl - Class in org.opencastproject.annotation.impl
-
JPA-based implementation of the
AnnotationService - AnnotationServiceJpaImpl() - Constructor for class org.opencastproject.annotation.impl.AnnotationServiceJpaImpl
C
- change(String, String, HttpServletRequest) - Method in class org.opencastproject.annotation.impl.AnnotationRestService
- changeAnnotation(Annotation) - Method in class org.opencastproject.annotation.impl.AnnotationServiceJpaImpl
D
- db - Variable in class org.opencastproject.annotation.impl.AnnotationServiceJpaImpl
- dbSessionFactory - Variable in class org.opencastproject.annotation.impl.AnnotationServiceJpaImpl
- deactivate() - Method in class org.opencastproject.annotation.impl.AnnotationServiceJpaImpl
E
- emf - Variable in class org.opencastproject.annotation.impl.AnnotationServiceJpaImpl
-
The factory used to generate the entity manager
G
- getAnnotation(long) - Method in class org.opencastproject.annotation.impl.AnnotationServiceJpaImpl
- getAnnotationAsJson(String) - Method in class org.opencastproject.annotation.impl.AnnotationRestService
- getAnnotationAsXml(String) - Method in class org.opencastproject.annotation.impl.AnnotationRestService
- getAnnotationId() - Method in class org.opencastproject.annotation.impl.AnnotationImpl
- getAnnotations() - Method in class org.opencastproject.annotation.impl.AnnotationListImpl
- getAnnotations(int, int) - Method in class org.opencastproject.annotation.impl.AnnotationServiceJpaImpl
- getAnnotationsAsJson(String, String, String, int, int) - Method in class org.opencastproject.annotation.impl.AnnotationRestService
- getAnnotationsAsXml(String, String, String, int, int) - Method in class org.opencastproject.annotation.impl.AnnotationRestService
- getAnnotationsByDay(String, int, int) - Method in class org.opencastproject.annotation.impl.AnnotationServiceJpaImpl
- getAnnotationsByMediapackageId(String, int, int) - Method in class org.opencastproject.annotation.impl.AnnotationServiceJpaImpl
- getAnnotationsByType(String, int, int) - Method in class org.opencastproject.annotation.impl.AnnotationServiceJpaImpl
- getAnnotationsByTypeAndDay(String, String, int, int) - Method in class org.opencastproject.annotation.impl.AnnotationServiceJpaImpl
- getAnnotationsByTypeAndMediapackageId(String, String, int, int) - Method in class org.opencastproject.annotation.impl.AnnotationServiceJpaImpl
- getCreated() - Method in class org.opencastproject.annotation.impl.AnnotationImpl
- getInpoint() - Method in class org.opencastproject.annotation.impl.AnnotationImpl
- getLength() - Method in class org.opencastproject.annotation.impl.AnnotationImpl
- getLimit() - Method in class org.opencastproject.annotation.impl.AnnotationListImpl
- getMediapackageId() - Method in class org.opencastproject.annotation.impl.AnnotationImpl
- getOffset() - Method in class org.opencastproject.annotation.impl.AnnotationListImpl
- getOutpoint() - Method in class org.opencastproject.annotation.impl.AnnotationImpl
- getPrivate() - Method in class org.opencastproject.annotation.impl.AnnotationImpl
- getSessionId() - Method in class org.opencastproject.annotation.impl.AnnotationImpl
- getTotal() - Method in class org.opencastproject.annotation.impl.AnnotationListImpl
- getType() - Method in class org.opencastproject.annotation.impl.AnnotationImpl
- getUserId() - Method in class org.opencastproject.annotation.impl.AnnotationImpl
- getValue() - Method in class org.opencastproject.annotation.impl.AnnotationImpl
L
- limit - Variable in class org.opencastproject.annotation.impl.AnnotationListImpl
O
- offset - Variable in class org.opencastproject.annotation.impl.AnnotationListImpl
- org.opencastproject.annotation.impl - package org.opencastproject.annotation.impl
P
- PERSISTENCE_UNIT - Static variable in class org.opencastproject.annotation.impl.AnnotationServiceJpaImpl
-
JPA persistence unit name
R
- removeAnnotation(String) - Method in class org.opencastproject.annotation.impl.AnnotationRestService
- removeAnnotation(Annotation) - Method in class org.opencastproject.annotation.impl.AnnotationServiceJpaImpl
S
- securityService - Variable in class org.opencastproject.annotation.impl.AnnotationServiceJpaImpl
-
Opencast's security service
- serverUrl - Variable in class org.opencastproject.annotation.impl.AnnotationRestService
-
This server's base URL
- serviceUrl - Variable in class org.opencastproject.annotation.impl.AnnotationRestService
-
The REST endpoint's base URL
- setAnnotationId(Long) - Method in class org.opencastproject.annotation.impl.AnnotationImpl
- setCreated(Date) - Method in class org.opencastproject.annotation.impl.AnnotationImpl
- setDBSessionFactory(DBSessionFactory) - Method in class org.opencastproject.annotation.impl.AnnotationServiceJpaImpl
- setInpoint(int) - Method in class org.opencastproject.annotation.impl.AnnotationImpl
- setLimit(int) - Method in class org.opencastproject.annotation.impl.AnnotationListImpl
- setMediapackageId(String) - Method in class org.opencastproject.annotation.impl.AnnotationImpl
- setOffset(int) - Method in class org.opencastproject.annotation.impl.AnnotationListImpl
- setOutpoint(int) - Method in class org.opencastproject.annotation.impl.AnnotationImpl
- setPrivate(Boolean) - Method in class org.opencastproject.annotation.impl.AnnotationImpl
- setSecurityService(SecurityService) - Method in class org.opencastproject.annotation.impl.AnnotationServiceJpaImpl
-
Sets the opencast security service
- setService(AnnotationService) - Method in class org.opencastproject.annotation.impl.AnnotationRestService
-
Method to set the service this REST endpoint uses
- setSessionId(String) - Method in class org.opencastproject.annotation.impl.AnnotationImpl
- setTotal(int) - Method in class org.opencastproject.annotation.impl.AnnotationListImpl
- setType(String) - Method in class org.opencastproject.annotation.impl.AnnotationImpl
- setUserId(String) - Method in class org.opencastproject.annotation.impl.AnnotationImpl
- setValue(String) - Method in class org.opencastproject.annotation.impl.AnnotationImpl
T
- total - Variable in class org.opencastproject.annotation.impl.AnnotationListImpl
All Classes and Interfaces|All Packages|Constant Field Values