Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can define your own validators for objects by writing Java classes that implement the org.fcrepo.server.validation.DOObjectValidator interface, and then adding these to the doobjectvalidator.xml Spring configuration file.

Note
titleExtra validation will impair performance

Although performing validation of Fedora objects on every modification can be used to help ensure the integrity of your repository, adding such validation operations will incur an overhead every time an object is modified.