Package org.apache.tika.metadata
Interface XMPRights
- 
public interface XMPRightsXMP 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:
 - XMP Photoshop
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static PropertyCERTIFICATEA Web URL for a rights management certificate.static PropertyMARKEDWhen true, indicates that this is a rights-managed resource.static java.lang.StringNAMESPACE_URI_XMP_RIGHTSstatic PropertyOWNERA list of legal owners of the resource.static java.lang.StringPREFIX_The xmpRights prefix followed by the colon delimiterstatic java.lang.StringPREFIX_XMP_RIGHTSstatic PropertyUSAGE_TERMSA word or short phrase that identifies a resource as a member of a userdefined collection.static PropertyWEB_STATEMENTA Web URL for a statement of the ownership and usage rights for this resource. 
 - 
 
- 
- 
Field Detail
- 
NAMESPACE_URI_XMP_RIGHTS
static final java.lang.String NAMESPACE_URI_XMP_RIGHTS
- See Also:
 - Constant Field Values
 
 
- 
PREFIX_XMP_RIGHTS
static final java.lang.String PREFIX_XMP_RIGHTS
- See Also:
 - Constant Field Values
 
 
- 
PREFIX_
static final java.lang.String PREFIX_
The xmpRights prefix followed by the colon delimiter- See Also:
 - Constant Field Values
 
 
- 
CERTIFICATE
static final Property CERTIFICATE
A Web URL for a rights management certificate. 
- 
MARKED
static final Property 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
static final Property OWNER
A list of legal owners of the resource. 
- 
USAGE_TERMS
static final Property 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
static final Property WEB_STATEMENT
A Web URL for a statement of the ownership and usage rights for this resource. 
 - 
 
 -