Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.platform.annotations.repository.service.AnnotatedDocumentEventListener

Packages that use AnnotatedDocumentEventListener
org.nuxeo.ecm.platform.annotations.repository.descriptor   
org.nuxeo.ecm.platform.annotations.repository.service   
 

Uses of AnnotatedDocumentEventListener in org.nuxeo.ecm.platform.annotations.repository.descriptor
 

Methods in org.nuxeo.ecm.platform.annotations.repository.descriptor that return types with arguments of type AnnotatedDocumentEventListener
 java.lang.Class<? extends AnnotatedDocumentEventListener> DocumentEventListenerDescriptor.getListener()
           
 

Method parameters in org.nuxeo.ecm.platform.annotations.repository.descriptor with type arguments of type AnnotatedDocumentEventListener
 void DocumentEventListenerDescriptor.setListener(java.lang.Class<? extends AnnotatedDocumentEventListener> listener)
           
 

Uses of AnnotatedDocumentEventListener in org.nuxeo.ecm.platform.annotations.repository.service
 

Classes in org.nuxeo.ecm.platform.annotations.repository.service that implement AnnotatedDocumentEventListener
 class AnnotatedDocumentEventListenerImpl
           
 

Methods in org.nuxeo.ecm.platform.annotations.repository.service that return types with arguments of type AnnotatedDocumentEventListener
 java.util.List<AnnotatedDocumentEventListener> AnnotationsRepositoryConfigurationServiceImpl.getEventListeners()
           
 java.util.List<AnnotatedDocumentEventListener> AnnotationsRepositoryConfigurationService.getEventListeners()
           
 

Methods in org.nuxeo.ecm.platform.annotations.repository.service with parameters of type AnnotatedDocumentEventListener
 void AnnotationsRepositoryConfigurationServiceImpl.addEventListener(java.lang.String listenerName, AnnotatedDocumentEventListener listener)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.