|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Audit
Interface defining the contents of an audit record, as returned by the WorkflowManager
WorkflowManagement.getFilteredAuditRecords(String, String, String, Integer, String, String, String, java.util.Date, java.util.Date, int, String, String)
Method Summary | |
---|---|
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 |
Method Detail |
---|
java.lang.String getProcessName()
int getProcessVersion()
int getJobSequence()
int getNodeEnactmentSequence()
long getLogged()
java.lang.String getSource()
java.lang.String getMessage()
java.lang.String getReason()
WorkflowManagement
java.lang.String getCaller()
WorkflowManagement
int getLevel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |