public interface IAuditEntry
Modifier and Type | Method and Description |
---|---|
void |
auditAll(String jobId,
String instId,
String objId,
String objType,
String actor,
String messageType,
String messageName,
String messageTxtValue,
BigDecimal messageNumValue,
double duration)
This method will save the information passed as parameters to the audit storage location.
|
void auditAll(String jobId, String instId, String objId, String objType, String actor, String messageType, String messageName, String messageTxtValue, BigDecimal messageNumValue, double duration) throws AuditException
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 classmessageName
- messageTxtValue
- messageNumValue
- duration
- AuditException
org.pentaho.platform.engine.core.audit.MessageTypes
Copyright © 2020 Hitachi Vantara. All rights reserved.