public interface DBEventValidationPlugin
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSummary(DBEvent event)
Returns a summary of the validation
|
boolean |
matches(DBEvent event,
DBObject base)
Determines if the base object details matches a custom validation
|
boolean matches(DBEvent event, DBObject base) throws java.lang.Exception
event
- - The event that has been raisedbase
- - Base object to validatejava.lang.Exception
- - A serious errorjava.lang.String getSummary(DBEvent event)
event
- - The event that the validation is forstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.