Package com.itextpdf.text.xml.xmp
Class XmpMMSchema
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<java.lang.Object,java.lang.Object>
-
- java.util.Properties
-
- com.itextpdf.text.xml.xmp.XmpSchema
-
- com.itextpdf.text.xml.xmp.XmpMMSchema
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<java.lang.Object,java.lang.Object>
@Deprecated public class XmpMMSchema extends XmpSchema
Deprecated.An implementation of an XmpSchema.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_XPATH_ID
Deprecated.default namespace identifierstatic java.lang.String
DEFAULT_XPATH_URI
Deprecated.default namespace uristatic java.lang.String
DERIVEDFROM
Deprecated.A reference to the original document from which this one is derived.static java.lang.String
DOCUMENTID
Deprecated.The common identifier for all versions and renditions of a document.static java.lang.String
HISTORY
Deprecated.An ordered array of high-level user actions that resulted in this resource.static java.lang.String
MANAGEDFROM
Deprecated.A reference to the document as it was prior to becoming managed.static java.lang.String
MANAGER
Deprecated.The name of the asset management system that manages this resource.static java.lang.String
MANAGERVARIANT
Deprecated.Specifies a particular variant of the asset management system.static java.lang.String
MANAGETO
Deprecated.A URI identifying the managed resource to the asset management system; the presence of this property is the formal indication that this resource is managed.static java.lang.String
MANAGEUI
Deprecated.A URI that can be used to access information about the managed resource through a web browser.static java.lang.String
RENDITIONCLASS
Deprecated.The rendition class name for this resource.static java.lang.String
RENDITIONPARAMS
Deprecated.Can be used to provide additional rendition parameters that are too complex or verbose to encode in xmpMM: RenditionClass.private static long
serialVersionUID
Deprecated.static java.lang.String
VERSIONID
Deprecated.The document version identifier for this resource.static java.lang.String
VERSIONS
Deprecated.The version history associated with this resource.
-
Constructor Summary
Constructors Constructor Description XmpMMSchema()
Deprecated.
-
Method Summary
-
Methods inherited from class com.itextpdf.text.xml.xmp.XmpSchema
addProperty, escape, getXmlns, process, setProperty, setProperty, setProperty, toString
-
Methods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, values
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
DEFAULT_XPATH_ID
public static final java.lang.String DEFAULT_XPATH_ID
Deprecated.default namespace identifier- See Also:
- Constant Field Values
-
DEFAULT_XPATH_URI
public static final java.lang.String DEFAULT_XPATH_URI
Deprecated.default namespace uri- See Also:
- Constant Field Values
-
DERIVEDFROM
public static final java.lang.String DERIVEDFROM
Deprecated.A reference to the original document from which this one is derived. It is a minimal reference; missing components can be assumed to be unchanged. For example, a new version might only need to specify the instance ID and version number of the previous version, or a rendition might only need to specify the instance ID and rendition class of the original.- See Also:
- Constant Field Values
-
DOCUMENTID
public static final java.lang.String DOCUMENTID
Deprecated.The common identifier for all versions and renditions of a document.- See Also:
- Constant Field Values
-
HISTORY
public static final java.lang.String HISTORY
Deprecated.An ordered array of high-level user actions that resulted in this resource. It is intended to give human readers a general indication of the steps taken to make the changes from the previous version to this one. The list should be at an abstract level; it is not intended to be an exhaustive keystroke or other detailed history.- See Also:
- Constant Field Values
-
MANAGEDFROM
public static final java.lang.String MANAGEDFROM
Deprecated.A reference to the document as it was prior to becoming managed. It is set when a managed document is introduced to an asset management system that does not currently own it. It may or may not include references to different management systems.- See Also:
- Constant Field Values
-
MANAGER
public static final java.lang.String MANAGER
Deprecated.The name of the asset management system that manages this resource.- See Also:
- Constant Field Values
-
MANAGETO
public static final java.lang.String MANAGETO
Deprecated.A URI identifying the managed resource to the asset management system; the presence of this property is the formal indication that this resource is managed. The form and content of this URI is private to the asset management system.- See Also:
- Constant Field Values
-
MANAGEUI
public static final java.lang.String MANAGEUI
Deprecated.A URI that can be used to access information about the managed resource through a web browser. It might require a custom browser plugin.- See Also:
- Constant Field Values
-
MANAGERVARIANT
public static final java.lang.String MANAGERVARIANT
Deprecated.Specifies a particular variant of the asset management system. The format of this property is private to the specific asset management system.- See Also:
- Constant Field Values
-
RENDITIONCLASS
public static final java.lang.String RENDITIONCLASS
Deprecated.The rendition class name for this resource.- See Also:
- Constant Field Values
-
RENDITIONPARAMS
public static final java.lang.String RENDITIONPARAMS
Deprecated.Can be used to provide additional rendition parameters that are too complex or verbose to encode in xmpMM: RenditionClass.- See Also:
- Constant Field Values
-
VERSIONID
public static final java.lang.String VERSIONID
Deprecated.The document version identifier for this resource.- See Also:
- Constant Field Values
-
VERSIONS
public static final java.lang.String VERSIONS
Deprecated.The version history associated with this resource.- See Also:
- Constant Field Values
-
-