Uses of Record Class
fr.becpg.repo.audit.service.impl.DatabaseAuditServiceImpl.IdRange
Packages that use DatabaseAuditServiceImpl.IdRange
-
Uses of DatabaseAuditServiceImpl.IdRange in fr.becpg.repo.audit.service.impl
Fields in fr.becpg.repo.audit.service.impl declared as DatabaseAuditServiceImpl.IdRangeModifier and TypeFieldDescriptionprivate static final DatabaseAuditServiceImpl.IdRangeDatabaseAuditServiceImpl.IdRange.EMPTYprivate final DatabaseAuditServiceImpl.IdRangeDatabaseAuditServiceImpl.ScanResult.remainingThe field for theremainingrecord component.Methods in fr.becpg.repo.audit.service.impl that return DatabaseAuditServiceImpl.IdRangeModifier and TypeMethodDescriptionprivate DatabaseAuditServiceImpl.IdRangeDatabaseAuditServiceImpl.applicationIdRange(DatabaseAuditPlugin plugin) The identifiers of the first and the last entry of the audit application.private DatabaseAuditServiceImpl.IdRangeDatabaseAuditServiceImpl.nextWindow(DatabaseAuditServiceImpl.IdRange remaining, long windowSize, boolean ascending) DatabaseAuditServiceImpl.ScanResult.remaining()Returns the value of theremainingrecord component.private DatabaseAuditServiceImpl.IdRangeDatabaseAuditServiceImpl.scanRange(DatabaseAuditPlugin plugin, AuditQuery auditQuery) The range of entry identifiers a scan walks through: the one of the audit application, narrowed to what a resumed scan has left to read.private DatabaseAuditServiceImpl.IdRangeDatabaseAuditServiceImpl.shrink(DatabaseAuditServiceImpl.IdRange remaining, DatabaseAuditServiceImpl.IdRange scanned, boolean ascending) Methods in fr.becpg.repo.audit.service.impl with parameters of type DatabaseAuditServiceImpl.IdRangeModifier and TypeMethodDescriptionprivate DatabaseAuditServiceImpl.IdRangeDatabaseAuditServiceImpl.nextWindow(DatabaseAuditServiceImpl.IdRange remaining, long windowSize, boolean ascending) DatabaseAuditServiceImpl.scanWindows(DatabaseAuditPlugin plugin, AuditQuery auditQuery, DatabaseAuditServiceImpl.IdRange range) Walk through the identifier range, window by window, until the page is filled, the range is exhausted or the window budget is spent.private DatabaseAuditServiceImpl.IdRangeDatabaseAuditServiceImpl.shrink(DatabaseAuditServiceImpl.IdRange remaining, DatabaseAuditServiceImpl.IdRange scanned, boolean ascending) private AuditQueryDatabaseAuditServiceImpl.windowQuery(AuditQuery auditQuery, String filter, DatabaseAuditServiceImpl.IdRange window) The query of one window: the filter it reads with, the identifiers it is bounded to, and one entry more than the page holds.Constructors in fr.becpg.repo.audit.service.impl with parameters of type DatabaseAuditServiceImpl.IdRangeModifierConstructorDescriptionprivateScanResult(List<org.alfresco.rest.api.model.AuditEntry> collected, DatabaseAuditServiceImpl.IdRange remaining) Creates an instance of aScanResultrecord class.