org.pentaho.platform.engine.services.audit
Class AuditFileEntry
java.lang.Object
org.pentaho.platform.engine.services.audit.AuditFileEntry
- All Implemented Interfaces:
- IAuditEntry
public class AuditFileEntry
- extends java.lang.Object
- implements IAuditEntry
- Author:
- mbatchel
TODO To change the template for this generated type comment go to Window -
Preferences - Java - Code Style - Code Templates
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 |
AuditFileEntry
public AuditFileEntry()
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