Nuxeo ECM Projects 5.4.3-SNAPSHOT

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 Object
implements AnnotationsRepositoryConfigurationService

Author:
Alexandre Russel

Constructor Summary
AnnotationsRepositoryConfigurationServiceImpl()
           
 
Method Summary
 void addEventId(String eventId)
           
 void addEventListener(String listenerName, AnnotatedDocumentEventListener listener)
           
 List<String> getEventIds()
           
 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(String listenerName,
                             AnnotatedDocumentEventListener listener)

getEventListeners

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

getEventIds

public List<String> getEventIds()
Specified by:
getEventIds in interface AnnotationsRepositoryConfigurationService

addEventId

public void addEventId(String eventId)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.