#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 Changed 11 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 11 years ago by
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.