ResourceEvent
Inheritance: java.lang.Object, com.aspose.psd.xmp.types.XmpTypeBase, com.aspose.psd.xmp.types.complex.ComplexTypeBase
public final class ResourceEvent extends ComplexTypeBase
Containing dimensions for a drawn object.
Constructors
Constructor | Description |
---|---|
ResourceEvent() | Initializes a new instance of the ResourceEvent class. |
Methods
Method | Description |
---|---|
add(String key, Object value) | Adds the specified key. |
equals(Object arg0) | |
getAction() | Gets action. |
getActionDate() | Gets or sets the action date. |
getChanged() | Gets the semicolon-delimited list of the parts of the resource that were changed since the previous event history. |
getClass() | |
getInstanceId() | Gets value of the xmpMM:InstanceId. |
getNamespaceUri() | Gets the default namespace URI. |
getParameters() | Gets or sets the additional description of the action. |
getPrefix() | Gets the prefix. |
getSofwareAgentName() | Gets or sets the software agent name. |
getXmpRepresentation() | Gets the string contained value in XMP format. |
hashCode() | |
notify() | |
notifyAll() | |
setAction(String value) | Sets action. |
setActionDate(Date value) | Gets or sets the action date. |
setChanged(String value) | Sets the semicolon-delimited list of the parts of the resource that were changed since the previous event history. |
setInstanceId(UUID value) | Gets or sets value of the xmpMM:InstanceId. |
setParameters(String value) | Gets or sets the additional description of the action. |
setSofwareAgentName(String value) | Gets or sets the software agent name. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
ResourceEvent()
public ResourceEvent()
Initializes a new instance of the ResourceEvent class.
add(String key, Object value)
public void add(String key, Object value)
Adds the specified key.
Parameters:
Parameter | Type | Description |
---|---|---|
key | java.lang.String | The string representation of key that is identified with added value. |
value | java.lang.Object | The value to add to. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
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.
getActionDate()
public Date getActionDate()
Gets or sets the action date.
Returns: java.util.Date - The action date.
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.
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getInstanceId()
public UUID getInstanceId()
Gets value of the xmpMM:InstanceId.
Returns: java.util.UUID - The value of the xmpMM:InstanceId.
getNamespaceUri()
public String getNamespaceUri()
Gets the default namespace URI.
Returns: java.lang.String - The default namespace URI.
getParameters()
public String getParameters()
Gets or sets the additional description of the action.
Value: The additional description of the action.
Returns: java.lang.String
getPrefix()
public String getPrefix()
Gets the prefix.
Returns: java.lang.String - The prefix.
getSofwareAgentName()
public String getSofwareAgentName()
Gets or sets the software agent name.
Returns: java.lang.String - The software agent name.
getXmpRepresentation()
public String getXmpRepresentation()
Gets the string contained value in XMP format.
Returns: java.lang.String - Returns the string contained value in XMP format.
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
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:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The action. |
setActionDate(Date value)
public void setActionDate(Date value)
Gets or sets the action date.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date | The action date. |
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:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The semicolon-delimited list of the parts of the resource that were changed since the previous event history. |
setInstanceId(UUID value)
public void setInstanceId(UUID value)
Gets or sets value of the xmpMM:InstanceId.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.UUID | The value of the xmpMM:InstanceId. |
setParameters(String value)
public void setParameters(String value)
Gets or sets the additional description of the action.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The additional description of the action. |
setSofwareAgentName(String value)
public void setSofwareAgentName(String value)
Gets or sets the software agent name.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The software agent name. |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |