Class AuditInfo
java.lang.Object
com.appiancorp.suiteapi.process.history.AuditInfo
AuditInfo
Information about the audit history returned.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
boolean
void
setErrorCount
(long errorCount) void
setReadTimedOut
(boolean state)
-
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)
-