Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.platform.ec.placeful.Annotation

Packages that use Annotation
org.nuxeo.ecm.platform.ec.notification   
org.nuxeo.ecm.platform.ec.placeful   
org.nuxeo.ecm.platform.ec.placeful.interfaces   
 

Uses of Annotation in org.nuxeo.ecm.platform.ec.notification
 

Subclasses of Annotation in org.nuxeo.ecm.platform.ec.notification
 class UserSubscription
           
 

Uses of Annotation in org.nuxeo.ecm.platform.ec.placeful
 

Subclasses of Annotation in org.nuxeo.ecm.platform.ec.placeful
 class SubscriptionConfig
           
 

Fields in org.nuxeo.ecm.platform.ec.placeful with type parameters of type Annotation
 List<Class<? extends Annotation>> AnnotationDescriptor.annotationClasses
           
 

Methods in org.nuxeo.ecm.platform.ec.placeful that return Annotation
 Annotation PlacefulServiceImpl.getAnnotation(EntityManager em, String id, String name)
           
 Annotation PlacefulServiceImpl.getAnnotation(String uuid, String name)
           
 

Methods in org.nuxeo.ecm.platform.ec.placeful that return types with arguments of type Annotation
 List<Annotation> PlacefulServiceImpl.getAllAnnotations(EntityManager em, String name)
           
 List<Annotation> PlacefulServiceImpl.getAllAnnotations(String name)
           
 List<Annotation> PlacefulServiceImpl.getAnnotationListByParamMap(EntityManager em, Map<String,Object> paramMap, String name)
           
 List<Annotation> PlacefulServiceImpl.getAnnotationListByParamMap(Map<String,Object> paramMap, String name)
           
 

Methods in org.nuxeo.ecm.platform.ec.placeful with parameters of type Annotation
 void PlacefulServiceImpl.removeAnnotation(Annotation annotation)
           
 void PlacefulServiceImpl.removeAnnotation(EntityManager em, Annotation annotation)
           
 void PlacefulServiceImpl.setAnnotation(Annotation annotation)
           
 void PlacefulServiceImpl.setAnnotation(EntityManager em, Annotation annotation)
           
 

Uses of Annotation in org.nuxeo.ecm.platform.ec.placeful.interfaces
 

Methods in org.nuxeo.ecm.platform.ec.placeful.interfaces that return Annotation
 Annotation PlacefulService.getAnnotation(String uuid, String name)
           
 

Methods in org.nuxeo.ecm.platform.ec.placeful.interfaces that return types with arguments of type Annotation
 List<Annotation> PlacefulService.getAnnotationListByParamMap(Map<String,Object> paramMap, String name)
           
 

Methods in org.nuxeo.ecm.platform.ec.placeful.interfaces with parameters of type Annotation
 void PlacefulService.removeAnnotation(Annotation annotation)
           
 void PlacefulService.setAnnotation(Annotation annotation)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.