Package org.apache.tika.metadata
Interface XMP
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyDeprecated.Unordered text strings of advisories.static final PropertyDeprecated.Unordered text strings of advisories.static final PropertyDeprecated.The date and time the resource was created.static final PropertyDeprecated.The name of the first known tool used to create the resource.static final PropertyDeprecated.An unordered array of text strings that unambiguously identify the resource within a given context.static final PropertyDeprecated.A word or short phrase that identifies a resource as a member of a userdefined collection.static final PropertyDeprecated.The date and time that any metadata for this resource was last changed.static final PropertyDeprecated.The date and time the resource was last modified.static final StringDeprecated.static final PropertyDeprecated.A word or short phrase that represents the nick name fo the filestatic final StringDeprecated.static final StringDeprecated.The xmp prefix followed by the colon delimiterstatic final PropertyDeprecated.A user-assigned rating for this file.
-
Field Details
-
NAMESPACE_URI
Deprecated.- See Also:
-
PREFIX
Deprecated.- See Also:
-
PREFIX_
Deprecated.The xmp prefix followed by the colon delimiter- See Also:
-
ABOUT
Deprecated.Unordered text strings of advisories. -
ADVISORY
Deprecated.Unordered text strings of advisories. -
CREATE_DATE
Deprecated.The date and time the resource was created. For a digital file, this need not match a file-system creation time. For a freshly created resource, it should be close to that time, modulo the time taken to write the file. Later file transfer, copying, and so on, can make the file-system time arbitrarily different. -
CREATOR_TOOL
Deprecated.The name of the first known tool used to create the resource. -
IDENTIFIER
Deprecated.An unordered array of text strings that unambiguously identify the resource within a given context. An array item may be qualified with xmpidq:Scheme (see 8.7, “xmpidq namespace”) to denote the formal identification system to which that identifier conforms. -
LABEL
Deprecated.A word or short phrase that identifies a resource as a member of a userdefined collection. -
METADATA_DATE
Deprecated.The date and time that any metadata for this resource was last changed. It should be the same as or more recent than xmp:ModifyDate -
MODIFY_DATE
Deprecated.The date and time the resource was last modified. -
NICKNAME
Deprecated.A word or short phrase that represents the nick name fo the file -
RATING
Deprecated.A user-assigned rating for this file. The value shall be -1 or in the range [0..5], where -1 indicates “rejected” and 0 indicates “unrated”. If xmp:Rating is not present, a value of 0 should be assumed.
-