public interface DBEventActionPlugin
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSummary(DBEvent event,
java.lang.String summary)
Returns a summary of the validation
|
void |
process(MutableDataSource mds,
DBEvent event,
DBObject base)
Performs the custom action
|
void process(MutableDataSource mds, DBEvent event, DBObject base) throws java.lang.Exception
mds
- - The MutableDataSource that all actions should be applied toevent
- - The event that has been raisedbase
- - Base object that the event was raised forjava.lang.Exception
- - A serious errorjava.lang.String getSummary(DBEvent event, java.lang.String summary)
event
- - The event that the validation is forsummary
- - The system generated sumarystSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.