org.pentaho.platform.engine.services.audit
Class AuditFileEntry
java.lang.Object
   org.pentaho.platform.engine.services.audit.AuditFileEntry
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:
- auditAllin interface- IAuditEntry
 
- 
- Parameters:
- jobId- the id that ties together audit messages from the same
            execution
- instId- id to be handed to the runtime repository
- objId- the unique id for this instance of this object
- objType- class name of the component that is being audited
- actor- the username associated with the session this auditEntry is
            requested in
- messageType- the messageType as defined in the MessageType constants class
- Throws:
- AuditException
- See Also:
- MessageTypes