Package org.apache.tika.metadata
Interface XMPMM
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyDeprecated.Document id for the document that this document was derived fromstatic final PropertyDeprecated.Instance id for the document instance that this document was derived fromstatic final PropertyDeprecated.The common identifier for all versions and renditions of a resource.static final PropertyDeprecated.Action in the XMPMM's history sectionstatic final PropertyDeprecated.Instance id in the XMPMM's history sectionstatic final PropertyDeprecated.Software agent that created the action in the XMPMM's history sectionstatic final PropertyDeprecated.When the action occurred in the XMPMM's history sectionstatic final PropertyDeprecated.An identifier for a specific incarnation of a resource, updated each time a file is saved.static final StringDeprecated.static final PropertyDeprecated.The common identifier for the original resource from which the current resource is derived.static final StringDeprecated.static final StringDeprecated.The xmpMM prefix followed by the colon delimiterstatic final PropertyDeprecated.The rendition class name for this resource.static final PropertyDeprecated.Can be used to provide additional rendition parameters that are too complex or verbose to encode in xmpMM:RenditionClass
-
Field Details
-
NAMESPACE_URI
Deprecated.- See Also:
-
PREFIX
Deprecated.- See Also:
-
PREFIX_
Deprecated.The xmpMM prefix followed by the colon delimiter- See Also:
-
DOCUMENTID
Deprecated.The common identifier for all versions and renditions of a resource. -
INSTANCEID
Deprecated.An identifier for a specific incarnation of a resource, updated each time a file is saved. -
ORIGINAL_DOCUMENTID
Deprecated.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
Deprecated.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
Deprecated.Can be used to provide additional rendition parameters that are too complex or verbose to encode in xmpMM:RenditionClass -
HISTORY_EVENT_INSTANCEID
Deprecated.Instance id in the XMPMM's history section -
HISTORY_ACTION
Deprecated.Action in the XMPMM's history section -
HISTORY_WHEN
Deprecated.When the action occurred in the XMPMM's history section -
HISTORY_SOFTWARE_AGENT
Deprecated.Software agent that created the action in the XMPMM's history section -
DERIVED_FROM_DOCUMENTID
Deprecated.Document id for the document that this document was derived from -
DERIVED_FROM_INSTANCEID
Deprecated.Instance id for the document instance that this document was derived from
-