org.pentaho.platform.engine.core.audit
Class AuditEntry

java.lang.Object
  extended by org.pentaho.platform.engine.core.audit.AuditEntry

public class AuditEntry
extends Object

Author:
mbatchel TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates TODO merge this into AuditHelper

Constructor Summary
AuditEntry()
           
 
Method Summary
static void auditAll(String jobId, String instId, String objId, String objType, String actor, String messageType, String messageName, String messageTxtValue, BigDecimal messageNumValue, float duration)
           
static void auditJobDuration(String jobId, String instId, String objId, String objType, String actor, String messageType, String messageName, String messageTxtValue, float duration)
           
static void auditJobNumValue(String jobId, String instId, String objId, String objType, String actor, String messageType, String messageName, BigDecimal messageNumValue)
           
static void auditJobTxtValue(String jobId, String instId, String objId, String objType, String actor, String messageType, String messageName, String messageTxtValue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditEntry

public AuditEntry()
Method Detail

auditJobDuration

public static void auditJobDuration(String jobId,
                                    String instId,
                                    String objId,
                                    String objType,
                                    String actor,
                                    String messageType,
                                    String messageName,
                                    String messageTxtValue,
                                    float duration)
                             throws AuditException
Throws:
AuditException

auditAll

public static void auditAll(String jobId,
                            String instId,
                            String objId,
                            String objType,
                            String actor,
                            String messageType,
                            String messageName,
                            String messageTxtValue,
                            BigDecimal messageNumValue,
                            float duration)
                     throws AuditException
Throws:
AuditException

auditJobTxtValue

public static void auditJobTxtValue(String jobId,
                                    String instId,
                                    String objId,
                                    String objType,
                                    String actor,
                                    String messageType,
                                    String messageName,
                                    String messageTxtValue)
                             throws AuditException
Throws:
AuditException

auditJobNumValue

public static void auditJobNumValue(String jobId,
                                    String instId,
                                    String objId,
                                    String objType,
                                    String actor,
                                    String messageType,
                                    String messageName,
                                    BigDecimal messageNumValue)
                             throws AuditException
Throws:
AuditException