Uses of Class
wt.workflow.engine.WfEventAudit

Packages that use WfEventAudit
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
 

Uses of WfEventAudit in wt.workflow.engine
 

Subclasses of WfEventAudit in wt.workflow.engine
 class WfAssignmentEventAudit
          WfAssignmentEventAudit specializes WfEventAudit for assignment change events.
 class WfCreateProcessEventAudit
          WfCreateProcessEventAudit specializes WfEventAudit by adding information related to creation of a WfProcess.
 class WfDataEventAudit
          WfDataEventAudit specializes WfEventAudit for data change events.
 class WfExceptionEventAudit
          WfExceptionrEventAudit specializes WfEventAudit for execution error events.
 class WfStateEventAudit
          This class specializes WfEventAudit by adding state change information.
 class WfVotingEventAudit
           Use the newWfVotingEventAudit static factory method(s), not the WfVotingEventAudit constructor, to construct instances of this class.
 

Fields in wt.workflow.engine declared as WfEventAudit
private  WfEventAudit WfEventHelper.SaveEventAudit.eventAudit
           
private  WfEventAudit WfEventHelper.SaveEventAudit.eventAudit
           
 

Methods in wt.workflow.engine that return WfEventAudit
 WfEventAudit SourceHistoryLink.getHistory()
          Gets the object for the association that plays role: HISTORY_ROLE.
 WfEventAudit SourceHistoryLink.getHistory()
          Gets the object for the association that plays role: HISTORY_ROLE.
 

Methods in wt.workflow.engine with parameters of type WfEventAudit
private static String WfMonitor.eventToString(WfEventAudit evt)
           
private static void WfEventHelper.setIdentificationAttributes(WfEventAudit event_audit, WfExecutionObject exec_obj)
          Sets identication attribute values in the event.
private static void WfEventHelper.startEventAuditRecording(WfEventAudit event_audit)
          Saves an audit event.
protected  boolean WfEventAudit.readVersion(WfEventAudit thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void SourceHistoryLink.setHistory(WfEventAudit history)
          Sets the object for the association that plays role: HISTORY_ROLE.
static SourceHistoryLink SourceHistoryLink.newSourceHistoryLink(WfExecutionObject source, WfEventAudit history)
          Default factory for the class.
private static String WfMonitor.eventToString(WfEventAudit evt)
           
private static void WfEventHelper.setIdentificationAttributes(WfEventAudit event_audit, WfExecutionObject exec_obj)
          Sets identication attribute values in the event.
private static void WfEventHelper.startEventAuditRecording(WfEventAudit event_audit)
          Saves an audit event.
protected  boolean WfEventAudit.readVersion(WfEventAudit thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void SourceHistoryLink.setHistory(WfEventAudit history)
          Sets the object for the association that plays role: HISTORY_ROLE.
static SourceHistoryLink SourceHistoryLink.newSourceHistoryLink(WfExecutionObject source, WfEventAudit history)
          Default factory for the class.
 

Constructors in wt.workflow.engine with parameters of type WfEventAudit
WfEventHelper.SaveEventAudit(WfEventAudit event_audit)
           
WfEventHelper.SaveEventAudit(WfEventAudit event_audit)