|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.workflow.model.ExecutionEntity
Class that provides management capabilities for an executable object within the workflow engine, such as processes and activities.
Constructor Summary | |
---|---|
ExecutionEntity()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExecutionEntity()
Method Detail |
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |