Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.annotations.repository.service
Class AnnotationsRepositoryConfigurationServiceImpl

java.lang.Object
  extended by org.nuxeo.ecm.platform.annotations.repository.service.AnnotationsRepositoryConfigurationServiceImpl
All Implemented Interfaces:
AnnotationsRepositoryConfigurationService

public class AnnotationsRepositoryConfigurationServiceImpl
extends java.lang.Object
implements AnnotationsRepositoryConfigurationService

Author:
Alexandre Russel

Constructor Summary
AnnotationsRepositoryConfigurationServiceImpl()
           
 
Method Summary
 void addEventId(java.lang.String eventId)
           
 void addEventListener(java.lang.String listenerName, AnnotatedDocumentEventListener listener)
           
 java.util.List<java.lang.String> getEventIds()
           
 java.util.List<AnnotatedDocumentEventListener> getEventListeners()
           
 GraphManagerEventListener getGraphManagerEventListener()
           
 void setGraphManagerEventListener(GraphManagerEventListener graphManagerEventListener)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationsRepositoryConfigurationServiceImpl

public AnnotationsRepositoryConfigurationServiceImpl()
Method Detail

getGraphManagerEventListener

public GraphManagerEventListener getGraphManagerEventListener()
Specified by:
getGraphManagerEventListener in interface AnnotationsRepositoryConfigurationService

setGraphManagerEventListener

public void setGraphManagerEventListener(GraphManagerEventListener graphManagerEventListener)

addEventListener

public void addEventListener(java.lang.String listenerName,
                             AnnotatedDocumentEventListener listener)

getEventListeners

public java.util.List<AnnotatedDocumentEventListener> getEventListeners()
Specified by:
getEventListeners in interface AnnotationsRepositoryConfigurationService

getEventIds

public java.util.List<java.lang.String> getEventIds()
Specified by:
getEventIds in interface AnnotationsRepositoryConfigurationService

addEventId

public void addEventId(java.lang.String eventId)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.