com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class XmpMediaManagementPackage

    • Constructor Detail

      • XmpMediaManagementPackage

        public XmpMediaManagementPackage()

        Initializes a new instance of the XmpMediaManagementPackage class.

    • Method Detail

      • getDerivedFrom

        public final XmpResourceRef getDerivedFrom()

        Gets the reference to the resource from which this one is derived.

        Returns:
        The the reference to the resource from which this one is derived.
      • setDerivedFrom

        public final void setDerivedFrom(XmpResourceRef value)

        Sets the reference to the resource from which this one is derived.

        Parameters:
        value - The the reference to the resource from which this one is derived.
      • getDocumentID

        public final String getDocumentID()

        Gets the common identifier for all versions and renditions of the resource.

        Returns:
        The common identifier for all versions and renditions of the resource.
      • setDocumentID

        public final void setDocumentID(String value)

        Sets the common identifier for all versions and renditions of the resource.

        Parameters:
        value - The common identifier for all versions and renditions of the resource.
      • getHistory

        public final XmpResourceEvent[] getHistory()

        Gets an array of high-level actions that resulted in this resource.

        Returns:
        An array of high-level actions that resulted in this resource.
      • setHistory

        public final void setHistory(XmpResourceEvent[] value)

        Sets an array of high-level actions that resulted in this resource.

        Parameters:
        value - 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:
        The references to resources that were incorporated, by inclusion or reference, into this resource.
      • setIngredients

        public final void setIngredients(XmpResourceRef[] value)

        Sets the references to resources that were incorporated, by inclusion or reference, into this resource.

        Parameters:
        value - The references to resources that were incorporated, by inclusion or reference, into this resource.
      • getInstanceID

        public final String getInstanceID()

        Gets the identifier for a specific incarnation of a resource, updated each time the file is saved.

        Returns:
        The identifier for a specific incarnation of a resource, updated each time a file is saved.
      • setInstanceID

        public final void setInstanceID(String value)

        Sets the identifier for a specific incarnation of a resource, updated each time the file is saved.

        Parameters:
        value - The identifier for a specific incarnation of a resource, updated each time a file is saved.
      • getManagedFrom

        public final XmpResourceRef getManagedFrom()

        Gets the reference to the document as it was prior to becoming managed.

        Returns:
        The reference to the document as it was prior to becoming managed.
      • setManagedFrom

        public final void setManagedFrom(XmpResourceRef value)

        Sets the reference to the document as it was prior to becoming managed.

        Parameters:
        value - 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:
        The name of the asset management system that manages this resource.
      • setManager

        public final void setManager(String value)

        Sets the name of the asset management system that manages this resource.

        Parameters:
        value - 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:
        The URI identifying the managed resource to the asset management system.
      • setManageTo

        public final void setManageTo(String value)

        Sets the URI identifying the managed resource to the asset management system

        Parameters:
        value - 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:
        The URI that can be used to access information about the managed resource through a web browser.
      • setManageUI

        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:
        value - 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:
        The particular variant of the asset management system. The format of this property is private to the specific asset management system.
      • setManagerVariant

        public final void setManagerVariant(String value)

        Sets the particular variant of the asset management system.

        Parameters:
        value - 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:
        The common identifier for the original resource from which the current resource is derived
      • setOriginalDocumentID

        public final void setOriginalDocumentID(String value)

        Sets the common identifier for the original resource from which the current resource is derived.

        Parameters:
        value - 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:
        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

        public final void setRenditionClass(String value)

        Sets the rendition class name for this resource.

        Parameters:
        value - 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:
        The value that is used to provide additional rendition parameters.
      • setRenditionParams

        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:
        value - The value that is used to provide additional rendition parameters.
      • getVersionID

        public final String getVersionID()

        Gets the document version identifier for this resource.

        Returns:
        The document version identifier for this resource.
      • setVersionID

        public final void setVersionID(String value)

        Sets the document version identifier for this resource.

        Parameters:
        value - The document version identifier for this resource.
      • getVersions

        public final XmpVersion[] getVersions()

        Gets the version history associated with this resource.

        Returns:
        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

        public final void setVersions(XmpVersion[] value)

        Sets the version history associated with this resource.

        Parameters:
        value - 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.