public interface Audit
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getCaller()Answer the caller string given to the API method that ultimately causes this audit record to
  be created | 
| int | getJobSequence()Answer the sequence number of the job associated with an audir record | 
| int | getLevel()Ge the level of this record | 
| long | getLogged()Answer the epoch that relates to the receiver's creation time | 
| java.lang.String | getMessage()Answer the message in the audit record | 
| int | getNodeEnactmentSequence()Answer the sequence number of the node enactment associated with an audir record | 
| java.lang.String | getProcessName()Answer the name of the process associated with an audir record | 
| int | getProcessVersion()Answer the version of the process associated with an audir record | 
| java.lang.String | getReason()Answer the reason given to the API method that ultimately causes this audit record to
  be created | 
| java.lang.String | getSource()Answer a test string describing the source of the audit record | 
java.lang.String getProcessName()
int getProcessVersion()
int getJobSequence()
int getNodeEnactmentSequence()
long getLogged()
java.lang.String getSource()
java.lang.String getMessage()
java.lang.String getReason()
WorkflowManagementjava.lang.String getCaller()
WorkflowManagementint getLevel()