Nuxeo Enterprise Platform 5.1

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.ejb   
org.nuxeo.ecm.platform.ec.placeful.ejb.interfaces   
org.nuxeo.ecm.webapp.theme.negotiation   
 

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.ejb
 

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

Methods in org.nuxeo.ecm.platform.ec.placeful.ejb that return Annotation
 Annotation PlacefulServiceBean.getAnnotation(String id, String name)
           
 

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

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

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

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

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

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

Uses of Annotation in org.nuxeo.ecm.webapp.theme.negotiation
 

Subclasses of Annotation in org.nuxeo.ecm.webapp.theme.negotiation
 class LocalThemeConfig
          Local theme configuration entity.
 


Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.