Interface ValidationHandler.PropertyResolver
-
- All Known Subinterfaces:
ValidationHandler.DateTimeResolver
- Enclosing interface:
- ValidationHandler
public static interface ValidationHandler.PropertyResolverInterface to resolve a Fedora 3 ObjectProperty in Fedora 6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default booleanequals(String source, String target)default Optional<String>fromModel(org.apache.jena.rdf.model.Model model, String ocflId, String property)Optional<String>resolve(org.fcrepo.storage.ocfl.ResourceHeaders headers)
-