Package com.lowagie.text.xml.xmp
Class XmpMMSchema
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
com.lowagie.text.xml.xmp.XmpSchema
com.lowagie.text.xml.xmp.XmpMMSchema
- All Implemented Interfaces:
Serializable,Cloneable,Map<Object,Object>
An implementation of an XmpSchema.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringdefault namespace identifierstatic final Stringdefault namespace uristatic final StringA reference to the original document from which this one is derived.static final StringThe common identifier for all versions and renditions of a document.static final StringAn ordered array of high-level user actions that resulted in this resource.static final StringA reference to the document as it was prior to becoming managed.static final StringThe name of the asset management system that manages this resource.static final StringSpecifies a particular variant of the asset management system.static final StringA 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 final StringA URI that can be used to access information about the managed resource through a web browser.static final StringThe rendition class name for this resource.static final StringCan be used to provide additional rendition parameters that are too complex or verbose to encode in xmpMM: RenditionClass.static final StringThe document version identifier for this resource.static final StringThe version history associated with this resource.Fields inherited from class java.util.Properties
defaults -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.lowagie.text.xml.xmp.XmpSchema
addProperty, escape, getXmlns, process, setProperty, setProperty, setProperty, toStringMethods 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 Details
-
DEFAULT_XPATH_ID
default namespace identifier- See Also:
-
DEFAULT_XPATH_URI
default namespace uri- See Also:
-
DERIVEDFROM
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:
-
DOCUMENTID
The common identifier for all versions and renditions of a document.- See Also:
-
HISTORY
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:
-
MANAGEDFROM
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:
-
MANAGER
The name of the asset management system that manages this resource.- See Also:
-
MANAGETO
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:
-
MANAGEUI
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:
-
MANAGERVARIANT
Specifies a particular variant of the asset management system. The format of this property is private to the specific asset management system.- See Also:
-
RENDITIONCLASS
The rendition class name for this resource.- See Also:
-
RENDITIONPARAMS
Can be used to provide additional rendition parameters that are too complex or verbose to encode in xmpMM: RenditionClass.- See Also:
-
VERSIONID
The document version identifier for this resource.- See Also:
-
VERSIONS
The version history associated with this resource.- See Also:
-
-
Constructor Details
-
XmpMMSchema
public XmpMMSchema()
-