eu.planets_project.services.compare
Interface Compare
- All Superinterfaces:
- PlanetsService
- All Known Implementing Classes:
- JavaImageIOCompare
@MTOM
@StreamingAttachment(parseEagerly=true,
memoryThreshold=10485760L)
public interface Compare
- extends PlanetsService
Comparison of digital objects.
- Author:
- Fabian Steeg (fabian.steeg@uni-koeln.de)
NAME
static final String NAME
- See Also:
- Constant Field Values
QNAME
static final QName QNAME
compare
@RequestWrapper(className="eu.planets_project.services.compare.CompareRequest")
@ResponseWrapper(className="eu.planets_project.services.compare.CompareResponse")
CompareResult compare(DigitalObject first,
DigitalObject second,
List<Parameter> config)
- Parameters:
first
- The first of the two digital objects to comparesecond
- The second of the two digital objects to compareconfig
- A configuration parameter list
- Returns:
- A list of result properties, the result of comparing the given
digital object, wrapped in a result object
convert
List<Parameter> convert(DigitalObject configFile)
- Convert a tool-specific configuration file to the generic format of a
list of properties. Use this method to pass your configuration file to
compare(DigitalObject, DigitalObject, List)
.
- Parameters:
configFile
- The tool-specific configuration file
- Returns:
- A list of parameters containing the configuration values
Copyright © 2013 Open Planets Foundation. All Rights Reserved.