Interface PreInsertEventListener
- All Known Implementing Classes:
BeanValidationEventListener
public interface PreInsertEventListener
Called before inserting an item in the datastore
-
Method Summary
Modifier and TypeMethodDescriptionbooleanonPreInsert(PreInsertEvent event) Return true if the operation should be vetoed
-
Method Details
-
onPreInsert
Return true if the operation should be vetoed
-