|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.apps.workflow.WorkflowExecutionMO
Abstract base class that provides management capabilities for an executable object within the workflow engine of the platform, such as processes and activities.
Constructor Summary | |
---|---|
WorkflowExecutionMO()
|
Method Summary | |
---|---|
abstract 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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WorkflowExecutionMO()
Method Detail |
public long getID()
public abstract java.util.List getHistory() throws java.rmi.RemoteException, ApplicationException
EventAudit objects that represent the object's history.
- Throws:
java.rmi.RemoteException
- Thrown if unable to communicate with platform.
ApplicationException
- Thrown if an error was encountered trying
to retrieve the history.
public abstract void auditEvent(EventAudit event) throws java.rmi.RemoteException, ApplicationException
event
- EventAudit representing the audited event.
java.rmi.RemoteException
- Thrown if unable to communicate with platform.
ApplicationException
- Thrown if an error was encountered trying
to retrieve the history.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |