public interface AuditTrailIterator
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Indicates whether there are more audit trail entries in this iterator.
|
AuditTrailEntry |
next()
Returns the next audit trail entry in this iterator.
|
long |
size()
Returns the total number of audit trail entries available to this iterator
throughout this iterator object's lifetime.
|
boolean hasNext() throws EngineException
EngineException
- If a system error occurs.AuditTrailEntry next() throws EngineException
EngineException
- If the next audit trail entry could not be
retrieved.long size() throws EngineException
EngineException
- If the total number of audit trail entries
could not be retrieved.© 2000-2025 Flux Corporation. All rights reserved.