An array of high-level actions that resulted in this resource.
getIngredients()
public final XmpResourceRef[] getIngredients()
Gets the references to resources that were incorporated, by inclusion or reference, into this resource.
Returns:
com.groupdocs.metadata.core.XmpResourceRef[] - The references to resources that were incorporated, by inclusion or reference, into this resource.
setIngredients(XmpResourceRef[] value)
public final void setIngredients(XmpResourceRef[] value)
Sets the references to resources that were incorporated, by inclusion or reference, into this resource.
The reference to the document as it was prior to becoming managed.
getManager()
public final String getManager()
Gets the name of the asset management system that manages this resource.
Returns:
java.lang.String - The name of the asset management system that manages this resource.
setManager(String value)
public final void setManager(String value)
Sets the name of the asset management system that manages this resource.
Parameters:
Parameter
Type
Description
value
java.lang.String
The name of the asset management system that manages this resource.
getManageTo()
public final String getManageTo()
Gets the URI identifying the managed resource to the asset management system
Returns:
java.lang.String - The URI identifying the managed resource to the asset management system.
setManageTo(String value)
public final void setManageTo(String value)
Sets the URI identifying the managed resource to the asset management system
Parameters:
Parameter
Type
Description
value
java.lang.String
The URI identifying the managed resource to the asset management system.
getManageUI()
public final String getManageUI()
Gets the URI that can be used to access information about the managed resource through a web browser.
Returns:
java.lang.String - The URI that can be used to access information about the managed resource through a web browser.
setManageUI(String value)
public final void setManageUI(String value)
Sets the URI that can be used to access information about the managed resource through a web browser.
Parameters:
Parameter
Type
Description
value
java.lang.String
The URI that can be used to access information about the managed resource through a web browser.
getManagerVariant()
public final String getManagerVariant()
Gets the particular variant of the asset management system.
Returns:
java.lang.String - The particular variant of the asset management system. The format of this property is private to the specific asset management system.
setManagerVariant(String value)
public final void setManagerVariant(String value)
Sets the particular variant of the asset management system.
Parameters:
Parameter
Type
Description
value
java.lang.String
The particular variant of the asset management system. The format of this property is private to the specific asset management system.
getOriginalDocumentID()
public final String getOriginalDocumentID()
Gets the common identifier for the original resource from which the current resource is derived.
Returns:
java.lang.String - The common identifier for the original resource from which the current resource is derived
setOriginalDocumentID(String value)
public final void setOriginalDocumentID(String value)
Sets the common identifier for the original resource from which the current resource is derived.
Parameters:
Parameter
Type
Description
value
java.lang.String
The common identifier for the original resource from which the current resource is derived
getRenditionClass()
public final String getRenditionClass()
Gets the rendition class name for this resource.
Returns:
java.lang.String - The rendition class name for this resource. This property should be absent or set to default for a resource that is not a derived rendition.
setRenditionClass(String value)
public final void setRenditionClass(String value)
Sets the rendition class name for this resource.
Parameters:
Parameter
Type
Description
value
java.lang.String
The rendition class name for this resource. This property should be absent or set to default for a resource that is not a derived rendition.
getRenditionParams()
public final String getRenditionParams()
Gets the value that is used to provide additional rendition parameters that are too complex or verbose to encode in xmpMM:RenditionClass.
Returns:
java.lang.String - The value that is used to provide additional rendition parameters.
setRenditionParams(String value)
public final void setRenditionParams(String value)
Sets the value that is used to provide additional rendition parameters that are too complex or verbose to encode in xmpMM:RenditionClass.
Parameters:
Parameter
Type
Description
value
java.lang.String
The value that is used to provide additional rendition parameters.
getVersionID()
public final String getVersionID()
Gets the document version identifier for this resource.
Returns:
java.lang.String - The document version identifier for this resource.
setVersionID(String value)
public final void setVersionID(String value)
Sets the document version identifier for this resource.
Parameters:
Parameter
Type
Description
value
java.lang.String
The document version identifier for this resource.
getVersions()
public final XmpVersion[] getVersions()
Gets the version history associated with this resource.
Returns:
com.groupdocs.metadata.core.XmpVersion[] - The version history associated with this resource. Entry [0] is the oldest known version for this document, entry [Versions.Length - 1] is the most recent version.
setVersions(XmpVersion[] value)
public final void setVersions(XmpVersion[] value)
Sets the version history associated with this resource.
The version history associated with this resource. Entry [0] is the oldest known version for this document, entry [Versions.Length - 1] is the most recent version.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.