Interface XMPRights


@Deprecated(since="2026-04-30") public interface XMPRights
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
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

    Fields
    Modifier and Type
    Field
    Description
    static final Property
    Deprecated.
    A Web URL for a rights management certificate.
    static final Property
    Deprecated.
    When true, indicates that this is a rights-managed resource.
    static final String
    Deprecated.
     
    static final Property
    Deprecated.
    A list of legal owners of the resource.
    static final String
    Deprecated.
    The xmpRights prefix followed by the colon delimiter
    static final String
    Deprecated.
     
    static final Property
    Deprecated.
    A word or short phrase that identifies a resource as a member of a userdefined collection.
    static final Property
    Deprecated.
    A Web URL for a statement of the ownership and usage rights for this resource.
  • Field Details

    • NAMESPACE_URI_XMP_RIGHTS

      static final String NAMESPACE_URI_XMP_RIGHTS
      Deprecated.
      See Also:
    • PREFIX_XMP_RIGHTS

      static final String PREFIX_XMP_RIGHTS
      Deprecated.
      See Also:
    • PREFIX_

      static final String PREFIX_
      Deprecated.
      The xmpRights prefix followed by the colon delimiter
      See Also:
    • CERTIFICATE

      static final Property CERTIFICATE
      Deprecated.
      A Web URL for a rights management certificate.
    • MARKED

      static final Property MARKED
      Deprecated.
      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

      static final Property OWNER
      Deprecated.
      A list of legal owners of the resource.
    • USAGE_TERMS

      static final Property USAGE_TERMS
      Deprecated.
      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

      static final Property WEB_STATEMENT
      Deprecated.
      A Web URL for a statement of the ownership and usage rights for this resource.