org.apache.jempbox.xmp
public class ResourceRef extends Object implements Elementable
Version: $Revision: 1.3 $
Field Summary | |
---|---|
protected Element | parent
The DOM representation of this object. |
Constructor Summary | |
---|---|
ResourceRef(Element parentElement)
Create a resource reference based on a existing parent property set.
|
Method Summary | |
---|---|
String | getDocumentID()
Get the referenced resource's document id.
|
Element | getElement()
Get the underlying XML element.
|
String | getInstanceID()
Get the referenced resource's id.
|
String | getManager()
Get name of the asset management system that manages this resource.
|
String | getManagerTo()
URI identifying the managed resource.
|
String | getManagerUI()
URI to info about the managed resource.
|
String | getManagerVariant()
Get name of the variant of asset management system that manages this resource.
|
String | getRenditionClass()
Get the rendition class.
|
String | getRenditionParams()
Get the extra rendition params.
|
String | getVersionID()
Get the referenced resource's document version id.
|
void | setDocumentID(String id)
Set the referenced resource's document id.
|
void | setInstanceID(String id)
Set the referenced resource's id.
|
void | setMangager(String manager)
Set the name of the system that manages this resource.
|
void | setMangagerTo(String managerTo)
Set the URI to the managed resource.
|
void | setMangagerUI(String managerUI)
Set the URI to the info about the managed resource.
|
void | setMangagerVariant(String managerVariant)
Set the name of the variant of the system that manages this resource.
|
void | setRenditionClass(String renditionClass)
Set the rendition class. |
void | setRenditionParams(String params)
Set addition rendition params.
|
void | setVersionID(String id)
Set the referenced resource's version id.
|
Parameters: parentElement The parent element that will store the resource properties.
Returns: The id of the reference document.
Returns: The XML element that this object represents.
Returns: The id of the reference.
Returns: The name of a asset management system.
Returns: The URI to resource.
Returns: The URI to the resource info.
Returns: The name of a asset management system.
Returns: The value of the rendition class property.
See Also: ResourceRef
Returns: Additional rendition parameters.
Returns: The id of the reference document version.
Parameters: id The id of the reference document.
Parameters: id The id of the reference.
Parameters: manager The name of the management system.
Parameters: managerTo The URI to the managed resource.
Parameters: managerUI The URI to the managed resource information.
Parameters: managerVariant The name of the management system.
Token Name | Description |
default | Specifies master document, no additional tokens allowed |
thumbnail | A simplied preview. Recommended order is: thumbnailformat:size:colorspace |
screen | Screen resolution |
proof | A review proof |
draft | A review rendition |
low-res | A low resolution, full size stand-in |
Parameters: renditionClass The rendition class.
Parameters: params Additional rendition parameters that are too complex for the rendition class.
Parameters: id The id of the reference document version.