public class NotificationTriggerImpl
extends eu.dnetlib.xml.database.LoggingTrigger
| Constructor and Description |
|---|
NotificationTriggerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
created(String file,
String collection,
Document newDoc) |
void |
deleted(String file,
String collection,
Document oldDoc) |
ResourceStateNotificationDetector<eu.dnetlib.enabling.tools.OpaqueResource> |
getDetector() |
void |
setDetector(ResourceStateNotificationDetector<eu.dnetlib.enabling.tools.OpaqueResource> detector) |
void |
updated(String file,
String collection,
Document oldDoc,
Document newDoc) |
public void created(String file, String collection, Document newDoc)
created in interface eu.dnetlib.xml.database.Triggercreated in class eu.dnetlib.xml.database.LoggingTriggerLoggingTrigger.created(java.lang.String, java.lang.String, org.w3c.dom.Document)public void deleted(String file, String collection, Document oldDoc)
deleted in interface eu.dnetlib.xml.database.Triggerdeleted in class eu.dnetlib.xml.database.LoggingTriggerLoggingTrigger.deleted(java.lang.String, java.lang.String, org.w3c.dom.Document)public void updated(String file, String collection, Document oldDoc, Document newDoc)
updated in interface eu.dnetlib.xml.database.Triggerupdated in class eu.dnetlib.xml.database.LoggingTriggerLoggingTrigger.updated(java.lang.String, java.lang.String, org.w3c.dom.Document, org.w3c.dom.Document)public ResourceStateNotificationDetector<eu.dnetlib.enabling.tools.OpaqueResource> getDetector()
public void setDetector(ResourceStateNotificationDetector<eu.dnetlib.enabling.tools.OpaqueResource> detector)
Copyright © 2017. All rights reserved.