public class AnnotationsRepositoryConfigurationServiceImpl extends Object implements AnnotationsRepositoryConfigurationService
| Constructor and Description |
|---|
AnnotationsRepositoryConfigurationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEventId(String eventId) |
void |
addEventListener(String listenerName,
AnnotatedDocumentEventListener listener) |
List<String> |
getEventIds() |
List<AnnotatedDocumentEventListener> |
getEventListeners() |
GraphManagerEventListener |
getGraphManagerEventListener() |
void |
setGraphManagerEventListener(GraphManagerEventListener graphManagerEventListener) |
public AnnotationsRepositoryConfigurationServiceImpl()
public GraphManagerEventListener getGraphManagerEventListener()
getGraphManagerEventListener in interface AnnotationsRepositoryConfigurationServicepublic void setGraphManagerEventListener(GraphManagerEventListener graphManagerEventListener)
public void addEventListener(String listenerName, AnnotatedDocumentEventListener listener)
public List<AnnotatedDocumentEventListener> getEventListeners()
getEventListeners in interface AnnotationsRepositoryConfigurationServicepublic List<String> getEventIds()
getEventIds in interface AnnotationsRepositoryConfigurationServicepublic void addEventId(String eventId)
Copyright © 2019 Nuxeo. All rights reserved.