Initializes a new instance of the XmpResourceEvent class.
getAction()
public final String getAction()
Gets the action that occurred.
Returns:
java.lang.String - 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(String value)
public final void setAction(String value)
Sets the action that occurred.
Parameters:
Parameter
Type
Description
value
java.lang.String
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:
java.lang.String - A semicolon-delimited list of the parts of the resource that were changed since the previous event history.
setChanged(String value)
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:
Parameter
Type
Description
value
java.lang.String
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:
java.lang.String - The value of the xmpMM:InstanceID property for the modified (output) resource.
setInstanceID(String value)
public final void setInstanceID(String value)
Sets the value of the xmpMM:InstanceID property for the modified (output) resource.
Parameters:
Parameter
Type
Description
value
java.lang.String
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:
java.lang.String - The Additional description of the action.
setParameters(String value)
public final void setParameters(String value)
Sets the additional description of the action.
Parameters:
Parameter
Type
Description
value
java.lang.String
The Additional description of the action.
getSoftwareAgent()
public final String getSoftwareAgent()
Gets the software agent that performed the action.
Returns:
java.lang.String - The software agent that performed the action.
setSoftwareAgent(String value)
public final void setSoftwareAgent(String value)
Sets the software agent that performed the action.
Parameters:
Parameter
Type
Description
value
java.lang.String
The software agent that performed the action.
getWhen()
public final Date getWhen()
Gets the timestamp of when the action occurred.
Returns:
java.util.Date - 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(Date value)
public final void setWhen(Date value)
Sets the timestamp of when the action occurred.
Parameters:
Parameter
Type
Description
value
java.util.Date
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.
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.