Interface NodeValidatorAction<I>
-
- All Superinterfaces:
Action
,NodeValidator<I>
public interface NodeValidatorAction<I> extends Action, NodeValidator<I>
The same as a NodeValidator. The Action interface provides the possibility to link with the extension system.- Since:
- 3.2
- Author:
- nicklas
-
-
Method Summary
-
Methods inherited from interface net.sf.basedb.util.overview.validator.NodeValidator
postDeniedItem, postMissingItem, postValidate, postValidateFolder, preDeniedItem, preMissingItem, preValidate
-
-