Class AuditInfo

java.lang.Object
com.appiancorp.suiteapi.process.history.AuditInfo

public class AuditInfo extends Object
AuditInfo Information about the audit history returned.
  • Constructor Details

    • AuditInfo

      public AuditInfo()
  • Method Details

    • isReadTimedOut

      public boolean isReadTimedOut()
      Returns:
      if the read timed out, so not necessarily all information returned
    • setReadTimedOut

      public void setReadTimedOut(boolean state)
    • getErrorCount

      public long getErrorCount()
      Returns:
      the count of errors that did not prevent the read from completing (see log)
    • setErrorCount

      public void setErrorCount(long errorCount)