| Package | Description |
|---|---|
| eu.dnetlib.xml.database | |
| eu.dnetlib.xml.database.exist |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTrigger
most trigger will hold the trigger name in an instance variable.
|
class |
LoggingTrigger
This trigger simply logs all xmldb CRUDE events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLDatabase.registerTrigger(Trigger trigger,
String collection)
register a new trigger on a collection.
|
| Modifier and Type | Method and Description |
|---|---|
protected Trigger |
DelegatingDiffTrigger.getTrigger()
find the trigger instance associated with this delegation.
|
Trigger |
ExistTriggerRegistry.getTrigger(String triggerId)
get a trigger for a given id.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Trigger> |
ExistDatabase.getTriggerConf() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExistTriggerRegistry.registerTrigger(String name,
Trigger trigger)
associate a new trigger.
|
void |
ExistDatabase.registerTrigger(Trigger trigger,
String collection)
register a new trigger on a collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExistDatabase.setTriggerConf(Map<String,Trigger> triggerConf) |
Copyright © 2026. All rights reserved.