org.pentaho.platform.engine.services.audit
Class AuditSQLEntry
java.lang.Object
org.pentaho.platform.engine.services.audit.AuditSQLEntry
- All Implemented Interfaces:
- IAuditEntry
public class AuditSQLEntry
- extends java.lang.Object
- implements IAuditEntry
- Author:
- mbatchel
Method Summary |
void |
auditAll(java.lang.String jobId,
java.lang.String instId,
java.lang.String objId,
java.lang.String objType,
java.lang.String actor,
java.lang.String messageType,
java.lang.String messageName,
java.lang.String messageTxtValue,
java.math.BigDecimal messageNumValue,
double duration)
This method will save the information passed as parameters to the audit
storage location. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuditSQLEntry
public AuditSQLEntry()
auditAll
public void auditAll(java.lang.String jobId,
java.lang.String instId,
java.lang.String objId,
java.lang.String objType,
java.lang.String actor,
java.lang.String messageType,
java.lang.String messageName,
java.lang.String messageTxtValue,
java.math.BigDecimal messageNumValue,
double duration)
throws AuditException
- Description copied from interface:
IAuditEntry
- This method will save the information passed as parameters to the audit
storage location. One call to this method represents one entry in the
audit system.
- Specified by:
auditAll
in interface IAuditEntry
- Parameters:
jobId
- the id that ties together audit messages from the same
executioninstId
- id to be handed to the runtime repositoryobjId
- the unique id for this instance of this objectobjType
- class name of the component that is being auditedactor
- the username associated with the session this auditEntry is
requested inmessageType
- the messageType as defined in the MessageType constants class
- Throws:
AuditException
- See Also:
MessageTypes