| |
|
| org.obe.spi.event.ApplicationEvent org.obe.spi.event.WorkflowEvent org.obe.spi.event.AttributeInstanceEvent
AttributeInstanceEvent | final public class AttributeInstanceEvent extends WorkflowEvent (Code) | | Delivers attribute instance event notifications.
author: Adrian Price |
Field Summary | |
final public static int | CREATED The attribute was created. | final public static int | DELETED The attribute was deleted. | final public static int | UPDATED The attribute was updated. |
CREATED | final public static int CREATED(Code) | | The attribute was created.
|
DELETED | final public static int DELETED(Code) | | The attribute was deleted.
|
UPDATED | final public static int UPDATED(Code) | | The attribute was updated.
|
getAttributeInstance | public AttributeInstance getAttributeInstance()(Code) | | Returns the source attribute instance entity.
The attribute instance that fired the event. |
getDataField | public DataField getDataField()(Code) | | Returns the definition of the source attribute.
The data field definition from the workflow process definitionor package. |
getNewValue | public Object getNewValue()(Code) | | Returns the new value of the attribute.
New attribute value. |
getPreviousValue | public Object getPreviousValue()(Code) | | Returns the value of the attribute prior to this update.
Old attribute value. |
|
|
|