org.apache.tika.metadata
Interface XMPMM


public interface XMPMM


Field Summary
static Property DOCUMENTID
          The common identifier for all versions and renditions of a resource.
static Property INSTANCEID
          An identifier for a specific incarnation of a resource, updated each time a file is saved.
static String NAMESPACE_URI
           
static Property ORIGINAL_DOCUMENTID
          The common identifier for the original resource from which the current resource is derived.
static String PREFIX
           
static String PREFIX_
          The xmpMM prefix followed by the colon delimiter
static Property RENDITION_CLASS
          The rendition class name for this resource.
static Property RENDITION_PARAMS
          Can be used to provide additional rendition parameters that are too complex or verbose to encode in xmpMM:RenditionClass
 

Field Detail

NAMESPACE_URI

static final String NAMESPACE_URI
See Also:
Constant Field Values

PREFIX

static final String PREFIX
See Also:
Constant Field Values

PREFIX_

static final String PREFIX_
The xmpMM prefix followed by the colon delimiter

See Also:
Constant Field Values

DOCUMENTID

static final Property DOCUMENTID
The common identifier for all versions and renditions of a resource.


INSTANCEID

static final Property INSTANCEID
An identifier for a specific incarnation of a resource, updated each time a file is saved.


ORIGINAL_DOCUMENTID

static final Property ORIGINAL_DOCUMENTID
The common identifier for the original resource from which the current resource is derived. For example, if you save a resource to a different format, then save that one to another format, each save operation should generate a new xmpMM:DocumentID that uniquely identifies the resource in that format, but should retain the ID of the source file here.


RENDITION_CLASS

static final Property RENDITION_CLASS
The rendition class name for this resource. This property should be absent or set to default for a resource that is not a derived rendition


RENDITION_PARAMS

static final Property RENDITION_PARAMS
Can be used to provide additional rendition parameters that are too complex or verbose to encode in xmpMM:RenditionClass



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.