Package org.apache.tika.metadata
Interface XMPRights
public interface XMPRights
XMP Rights management schema.
A collection of property constants for the rights management properties defined in the XMP standard.
- Since:
- Apache Tika 1.2
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Property
A Web URL for a rights management certificate.static final Property
When true, indicates that this is a rights-managed resource.static final String
static final Property
A list of legal owners of the resource.static final String
The xmpRights prefix followed by the colon delimiterstatic final String
static final Property
A word or short phrase that identifies a resource as a member of a userdefined collection.static final Property
A Web URL for a statement of the ownership and usage rights for this resource.
-
Field Details
-
NAMESPACE_URI_XMP_RIGHTS
- See Also:
-
PREFIX_XMP_RIGHTS
- See Also:
-
PREFIX_
The xmpRights prefix followed by the colon delimiter- See Also:
-
CERTIFICATE
A Web URL for a rights management certificate. -
MARKED
When true, indicates that this is a rights-managed resource. When false, indicates that this is a public-domain resource. Omit if the state is unknown. -
OWNER
A list of legal owners of the resource. -
USAGE_TERMS
A word or short phrase that identifies a resource as a member of a userdefined collection. TODO This is actually a language alternative property -
WEB_STATEMENT
A Web URL for a statement of the ownership and usage rights for this resource.
-