#1680 closed task (fixed)
Define extension points for item overview validators
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.2 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
For some projects it can be useful to be able to add more validation rules to the item overview.
Change History (4)
comment:1 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 12 years ago
Note:
See TracTickets
for help on using tickets.
(In [6047]) References #1680: Define extension points for item overview validators
Add 'net.sf.basedb.util.overview.validator' and 'net.sf.basedb.util.overview.validationrule' as an extension points.
NodeValidatorAction
is the action interface that should be impemented validtion code andValidationRuleAction
should be implemented by validation rule definitions. A side-effect is that most places that use aValidator
item now should use aValidationRuleAction
instead.