Package | Description |
---|---|
org.nuxeo.ecm.platform.ec.notification | |
org.nuxeo.ecm.platform.ec.placeful | |
org.nuxeo.ecm.platform.ec.placeful.interfaces |
Modifier and Type | Class and Description |
---|---|
class |
UserSubscription |
Modifier and Type | Field and Description |
---|---|
List<Class<? extends Annotation>> |
AnnotationDescriptor.annotationClasses |
Modifier and Type | Method and Description |
---|---|
Annotation |
PlacefulServiceImpl.getAnnotation(javax.persistence.EntityManager em,
String id,
String name) |
Annotation |
PlacefulServiceImpl.getAnnotation(String uuid,
String name) |
Modifier and Type | Method and Description |
---|---|
List<Annotation> |
PlacefulServiceImpl.getAllAnnotations(javax.persistence.EntityManager em,
String name) |
List<Annotation> |
PlacefulServiceImpl.getAllAnnotations(String name) |
List<Annotation> |
PlacefulServiceImpl.getAnnotationListByParamMap(javax.persistence.EntityManager em,
Map<String,Object> paramMap,
String name) |
List<Annotation> |
PlacefulServiceImpl.getAnnotationListByParamMap(Map<String,Object> paramMap,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
PlacefulServiceImpl.removeAnnotation(Annotation annotation) |
void |
PlacefulServiceImpl.removeAnnotation(javax.persistence.EntityManager em,
Annotation annotation) |
void |
PlacefulServiceImpl.setAnnotation(Annotation annotation) |
void |
PlacefulServiceImpl.setAnnotation(javax.persistence.EntityManager em,
Annotation annotation) |
Modifier and Type | Method and Description |
---|---|
Annotation |
PlacefulService.getAnnotation(String uuid,
String name) |
Modifier and Type | Method and Description |
---|---|
List<Annotation> |
PlacefulService.getAnnotationListByParamMap(Map<String,Object> paramMap,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
PlacefulService.removeAnnotation(Annotation annotation) |
void |
PlacefulService.setAnnotation(Annotation annotation) |
Copyright © 2015 Nuxeo SA. All rights reserved.