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

Field Summary
static String NAME
          The interface name
static QName QNAME
          The qualified name
 
Method Summary
 ValidateResult validate(DigitalObject digitalObject, URI format, List<Parameter> parameters)
           
 
Methods inherited from interface eu.planets_project.services.PlanetsService
describe
 

Field Detail

NAME

static final String NAME
The interface name

See Also:
Constant Field Values

QNAME

static final QName QNAME
The qualified name

Method Detail

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 in
parameters - 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.