eu.planets_project.services.identify
Interface Identify

All Superinterfaces:
PlanetsService

@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.


Field Summary
static java.lang.String NAME
          The interface name
static javax.xml.namespace.QName QNAME
          The qualified name
 
Method Summary
 IdentifyResult identify(DigitalObject digitalObject, java.util.List<Parameter> parameters)
           
 
Methods inherited from interface eu.planets_project.services.PlanetsService
describe
 

Field Detail

NAME

static final java.lang.String NAME
The interface name

See Also:
Constant Field Values

QNAME

static final javax.xml.namespace.QName QNAME
The qualified name

Method Detail

identify

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


Copyright © 2007-2010 The Planets Consortium. All Rights Reserved.