public abstract class ExecutionEntity
extends java.lang.Object
| Constructor and Description |
|---|
ExecutionEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
auditEvent(EventAudit event)
Places the given event in the audit trail (history) of the execution
object.
|
abstract java.util.List |
getHistory()
Returns the history, or the audit trail for this execution object.
|
long |
getId()
Returns the ID of the object.
|
ExecutionObject |
getValueObject()
Returns the value object holding details about this entity.
|
void |
setValueObject(ExecutionObject valueObject)
Changes the value object holding details about this entity.
|
public long getId()
public abstract java.util.List getHistory()
throws WorkflowException
WorkflowException - Thrown if an error was encountered trying
to retrieve the history.public void auditEvent(EventAudit event) throws WorkflowException
event - EventAudit representing the audited event.WorkflowException - Thrown if an error was encountered trying
to audit the event.public ExecutionObject getValueObject()
public void setValueObject(ExecutionObject valueObject)
valueObject - ExecutionObject value object.