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