ResourceEvent

Inheritance: java.lang.Object, com.aspose.imaging.xmp.types.XmpTypeBase, com.aspose.imaging.xmp.types.complex.ComplexTypeBase

public final class ResourceEvent extends ComplexTypeBase

Containing dimensions for a drawn object.

Constructors

ConstructorDescription
ResourceEvent()Initializes a new instance of the ResourceEvent class.

Methods

MethodDescription
getAction()Gets action.
setAction(String value)Sets action.
getChanged()Gets the semicolon-delimited list of the parts of the resource that were changed since the previous event history.
setChanged(String value)Sets the semicolon-delimited list of the parts of the resource that were changed since the previous event history.
getInstanceId()Gets value of the xmpMM:InstanceId.
setInstanceId(UUID value)Gets or sets value of the xmpMM:InstanceId.
getParameters()Gets or sets the additional description of the action.
setParameters(String value)Gets or sets the additional description of the action.
getSofwareAgentName()Gets or sets the software agent name.
setSofwareAgentName(String value)Gets or sets the software agent name.
getActionDate()Gets or sets the action date.
setActionDate(Date value)Gets or sets the action date.
getXmpRepresentation()Gets the string contained value in XMP format.

ResourceEvent()

public ResourceEvent()

Initializes a new instance of the ResourceEvent class.

getAction()

public String getAction()

Gets action.

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.

Returns: java.lang.String - The action.

setAction(String value)

public void setAction(String value)

Sets action.

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.

Parameters:

ParameterTypeDescription
valuejava.lang.StringThe action.

getChanged()

public String getChanged()

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

Returns: java.lang.String - The semicolon-delimited list of the parts of the resource that were changed since the previous event history.

setChanged(String value)

public void setChanged(String value)

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

Parameters:

ParameterTypeDescription
valuejava.lang.StringThe semicolon-delimited list of the parts of the resource that were changed since the previous event history.

getInstanceId()

public UUID getInstanceId()

Gets value of the xmpMM:InstanceId.

Returns: java.util.UUID - The value of the xmpMM:InstanceId.

setInstanceId(UUID value)

public void setInstanceId(UUID value)

Gets or sets value of the xmpMM:InstanceId.

Parameters:

ParameterTypeDescription
valuejava.util.UUIDThe value of the xmpMM:InstanceId.

getParameters()

public String getParameters()

Gets or sets the additional description of the action.

Value: The additional description of the action.

Returns: java.lang.String

setParameters(String value)

public void setParameters(String value)

Gets or sets the additional description of the action.

Parameters:

ParameterTypeDescription
valuejava.lang.StringThe additional description of the action.

getSofwareAgentName()

public String getSofwareAgentName()

Gets or sets the software agent name.

Returns: java.lang.String - The software agent name.

setSofwareAgentName(String value)

public void setSofwareAgentName(String value)

Gets or sets the software agent name.

Parameters:

ParameterTypeDescription
valuejava.lang.StringThe software agent name.

getActionDate()

public Date getActionDate()

Gets or sets the action date.

Returns: java.util.Date - The action date.

setActionDate(Date value)

public void setActionDate(Date value)

Gets or sets the action date.

Parameters:

ParameterTypeDescription
valuejava.util.DateThe action date.

getXmpRepresentation()

public String getXmpRepresentation()

Gets the string contained value in XMP format.

Returns: java.lang.String - Returns the string contained value in XMP format.