Class 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 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 org.pentaho.platform.api.engine.AuditException
        Throws:
        org.pentaho.platform.api.engine.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 org.pentaho.platform.api.engine.AuditException
        Throws:
        org.pentaho.platform.api.engine.AuditException
      • auditJobTxtValue

        public static void auditJobTxtValue​(String jobId,
                                            String instId,
                                            String objId,
                                            String objType,
                                            String actor,
                                            String messageType,
                                            String messageName,
                                            String messageTxtValue)
                                     throws org.pentaho.platform.api.engine.AuditException
        Throws:
        org.pentaho.platform.api.engine.AuditException
      • auditJobNumValue

        public static void auditJobNumValue​(String jobId,
                                            String instId,
                                            String objId,
                                            String objType,
                                            String actor,
                                            String messageType,
                                            String messageName,
                                            BigDecimal messageNumValue)
                                     throws org.pentaho.platform.api.engine.AuditException
        Throws:
        org.pentaho.platform.api.engine.AuditException
      • clearCounts

        public static void clearCounts()
      • getCounterResetDateTime

        public static Date getCounterResetDateTime()