com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class XmpResourceEvent

    • Constructor Detail

      • XmpResourceEvent

        public XmpResourceEvent()

        Initializes a new instance of the XmpResourceEvent class.

    • Method Detail

      • getAction

        public final String getAction()

        Gets the action that occurred.

        Returns:
        The action that occurred. Defined values are: converted, copied, created, cropped, edited, filtered, formatted, version_updated, printed, published, managed, produced, resized, saved. New values should be verbs in the past tense.
      • setAction

        public final void setAction(String value)

        Sets the action that occurred.

        Parameters:
        value - The action that occurred. Defined values are: converted, copied, created, cropped, edited, filtered, formatted, version_updated, printed, published, managed, produced, resized, saved. New values should be verbs in the past tense.
      • getChanged

        public final String getChanged()

        Gets a semicolon-delimited list of the parts of the resource that were changed since the previous event history.

        Returns:
        A semicolon-delimited list of the parts of the resource that were changed since the previous event history.
      • setChanged

        public final void setChanged(String value)

        Sets a semicolon-delimited list of the parts of the resource that were changed since the previous event history.

        Parameters:
        value - A semicolon-delimited list of the parts of the resource that were changed since the previous event history.
      • getInstanceID

        public final String getInstanceID()

        Gets the value of the xmpMM:InstanceID property for the modified (output) resource.

        Returns:
        The value of the xmpMM:InstanceID property for the modified (output) resource.
      • setInstanceID

        public final void setInstanceID(String value)

        Sets the value of the xmpMM:InstanceID property for the modified (output) resource.

        Parameters:
        value - The value of the xmpMM:InstanceID property for the modified (output) resource.
      • getParameters

        public final String getParameters()

        Gets the additional description of the action.

        Returns:
        The Additional description of the action.
      • setParameters

        public final void setParameters(String value)

        Sets the additional description of the action.

        Parameters:
        value - The Additional description of the action.
      • getSoftwareAgent

        public final String getSoftwareAgent()

        Gets the software agent that performed the action.

        Returns:
        The software agent that performed the action.
      • setSoftwareAgent

        public final void setSoftwareAgent(String value)

        Sets the software agent that performed the action.

        Parameters:
        value - The software agent that performed the action.
      • getWhen

        public final Date getWhen()

        Gets the timestamp of when the action occurred.

        Returns:
        The timestamp of when the action occurred. For events that create or write to a file, this should be the approximate modification time of the file.
      • setWhen

        public final void setWhen(Date value)

        Sets the timestamp of when the action occurred.

        Parameters:
        value - The timestamp of when the action occurred. For events that create or write to a file, this should be the approximate modification time of the file.