eu.planets_project.services.validate
Interface Validate
- All Superinterfaces:
- PlanetsService
@MTOM
@StreamingAttachment(parseEagerly=true,
memoryThreshold=10485760L)
public interface Validate
- extends PlanetsService
Validation of a DigitalObject.
- Author:
- Fabian Steeg, Andrew Jackson, Asger Blekinge-Rasmussen
NAME
static final String NAME
- The interface name
- See Also:
- Constant Field Values
QNAME
static final QName QNAME
- The qualified name
validate
ValidateResult validate(DigitalObject digitalObject,
URI format,
List<Parameter> parameters)
- Parameters:
digitalObject
- The Digital Object to be validated.format
- The format that digital object purports to be inparameters
- a list of parameters to provide fine grained tool control
- Returns:
- Returns a ValidateResult object with the result of the validation
Copyright © 2013 Open Planets Foundation. All Rights Reserved.