public class ClearShallowCopyAction extends java.lang.Object implements DBEventActionPlugin
| Constructor and Description | 
|---|
ClearShallowCopyAction()  | 
| 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 
 | 
public void process(MutableDataSource mds, DBEvent event, DBObject base) throws java.lang.Exception
DBEventActionPluginprocess in interface DBEventActionPluginmds - - 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 errorpublic java.lang.String getSummary(DBEvent event, java.lang.String summary)
DBEventActionPlugingetSummary in interface DBEventActionPluginevent - - The event that the validation is forsummary - - The system generated sumarystSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.