eu.planets_project.services.identify
Interface Identify

All Superinterfaces:
PlanetsService
All Known Implementing Classes:
JavaImageIOIdentify

@MTOM
@StreamingAttachment(parseEagerly=true,
                     memoryThreshold=10485760L)
public interface Identify
extends PlanetsService

Identification of a DigitalObject, returning a types object containing the identified Pronom URIs and the status resulting from the identification.

Author:
Fabian Steeg, Andrew Jackson

Field Summary
static String NAME
          The interface name
static QName QNAME
          The qualified name
 
Method Summary
 IdentifyResult identify(DigitalObject digitalObject, 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

identify

IdentifyResult identify(DigitalObject digitalObject,
                        List<Parameter> parameters)
Parameters:
digitalObject - The Digital Object to be identified.
Returns:
Returns a Types object containing the identification result


Copyright © 2013 Open Planets Foundation. All Rights Reserved.