eu.planets_project.services.compare
Interface CommonProperties

All Superinterfaces:
PlanetsService

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

Determine common properties of different file formats. Implementing services provide a lists of union or intersection of common file format properties given identifiers of file formats.


Field Summary
static java.lang.String NAME
          The interface name.
static javax.xml.namespace.QName QNAME
          The qualified name.
 
Method Summary
 CompareResult intersection(java.util.List<java.net.URI> formatIds)
           
 CompareResult union(java.util.List<java.net.URI> formatIds)
           
 
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

intersection

CompareResult intersection(java.util.List<java.net.URI> formatIds)
Parameters:
formatIds - File format IDs (PRONOM)
Returns:
Returns the intersection set of common properties of the specified file formats (in a compare result object)

union

CompareResult union(java.util.List<java.net.URI> formatIds)
Parameters:
formatIds - File format IDs (PRONOM)
Returns:
Returns the union set of common properties of the specified file formats (in a compare result object)


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