Package org.apache.tika.metadata
Interface XMPMM
- 
 public interface XMPMM
- 
- 
Field SummaryFields Modifier and Type Field Description static PropertyDERIVED_FROM_DOCUMENTIDDocument id for the document that this document was derived fromstatic PropertyDERIVED_FROM_INSTANCEIDInstance id for the document instance that this document was derived fromstatic PropertyDOCUMENTIDThe common identifier for all versions and renditions of a resource.static PropertyHISTORY_ACTIONAction in the XMPMM's history sectionstatic PropertyHISTORY_EVENT_INSTANCEIDInstance id in the XMPMM's history sectionstatic PropertyHISTORY_SOFTWARE_AGENTSoftware agent that created the action in the XMPMM's history sectionstatic PropertyHISTORY_WHENWhen the action occurred in the XMPMM's history sectionstatic PropertyINSTANCEIDAn identifier for a specific incarnation of a resource, updated each time a file is saved.static StringNAMESPACE_URIstatic PropertyORIGINAL_DOCUMENTIDThe common identifier for the original resource from which the current resource is derived.static StringPREFIXstatic StringPREFIX_The xmpMM prefix followed by the colon delimiterstatic PropertyRENDITION_CLASSThe rendition class name for this resource.static PropertyRENDITION_PARAMSCan be used to provide additional rendition parameters that are too complex or verbose to encode in xmpMM:RenditionClass
 
- 
- 
- 
Field Detail- 
NAMESPACE_URIstatic final String NAMESPACE_URI - See Also:
- Constant Field Values
 
 - 
PREFIXstatic 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
 
 - 
DOCUMENTIDstatic final Property DOCUMENTID The common identifier for all versions and renditions of a resource.
 - 
INSTANCEIDstatic final Property INSTANCEID An identifier for a specific incarnation of a resource, updated each time a file is saved.
 - 
ORIGINAL_DOCUMENTIDstatic 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_CLASSstatic 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_PARAMSstatic final Property RENDITION_PARAMS Can be used to provide additional rendition parameters that are too complex or verbose to encode in xmpMM:RenditionClass
 - 
HISTORY_EVENT_INSTANCEIDstatic final Property HISTORY_EVENT_INSTANCEID Instance id in the XMPMM's history section
 - 
HISTORY_ACTIONstatic final Property HISTORY_ACTION Action in the XMPMM's history section
 - 
HISTORY_WHENstatic final Property HISTORY_WHEN When the action occurred in the XMPMM's history section
 - 
HISTORY_SOFTWARE_AGENTstatic final Property HISTORY_SOFTWARE_AGENT Software agent that created the action in the XMPMM's history section
 - 
DERIVED_FROM_DOCUMENTIDstatic final Property DERIVED_FROM_DOCUMENTID Document id for the document that this document was derived from
 - 
DERIVED_FROM_INSTANCEIDstatic final Property DERIVED_FROM_INSTANCEID Instance id for the document instance that this document was derived from
 
- 
 
-