Uses of Class
fr.becpg.repo.audit.model.AuditQuery
Packages that use AuditQuery
Package
Description
-
Uses of AuditQuery in fr.becpg.repo.audit.model
Methods in fr.becpg.repo.audit.model that return AuditQueryModifier and TypeMethodDescriptionAuditQuery.asc(boolean asc) asc.AuditQuery.copy()copy.static AuditQueryAuditQuery.createQuery()createQuery.AuditQuery.dbAsc(boolean dbAsc) dbAsc.filter.filter.idRange.AuditQuery.maxResults(int maxResults) maxResults.sortBy.AuditQuery.startAfterId(Long startAfterId) startAfterId.timeRange. -
Uses of AuditQuery in fr.becpg.repo.audit.plugin
Methods in fr.becpg.repo.audit.plugin that return AuditQueryModifier and TypeMethodDescriptionExtraQueryDatabaseAuditPlugin.extraQuery(AuditQuery auditQuery) extraQuery.Methods in fr.becpg.repo.audit.plugin with parameters of type AuditQueryModifier and TypeMethodDescriptionExtraQueryDatabaseAuditPlugin.extraQuery(AuditQuery auditQuery) extraQuery. -
Uses of AuditQuery in fr.becpg.repo.audit.plugin.impl
Methods in fr.becpg.repo.audit.plugin.impl that return AuditQueryModifier and TypeMethodDescriptionActivityAuditPlugin.extraQuery(AuditQuery auditQuery) extraQuery.Methods in fr.becpg.repo.audit.plugin.impl with parameters of type AuditQueryModifier and TypeMethodDescriptionActivityAuditPlugin.extraQuery(AuditQuery auditQuery) extraQuery. -
Uses of AuditQuery in fr.becpg.repo.audit.service
Methods in fr.becpg.repo.audit.service with parameters of type AuditQueryModifier and TypeMethodDescriptionList<org.json.JSONObject> BeCPGAuditService.listAuditEntries(AuditType type, AuditQuery auditFilter) listAuditEntries.List<org.json.JSONObject> DatabaseAuditService.listAuditEntries(DatabaseAuditPlugin plugin, AuditQuery auditFilter) listAuditEntries.BeCPGAuditService.listAuditPage(AuditType type, AuditQuery auditFilter) listAuditPage.DatabaseAuditService.listAuditPage(DatabaseAuditPlugin plugin, AuditQuery auditFilter) listAuditPage. -
Uses of AuditQuery in fr.becpg.repo.audit.service.impl
Methods in fr.becpg.repo.audit.service.impl that return AuditQueryModifier and TypeMethodDescriptionprivate 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.Methods in fr.becpg.repo.audit.service.impl with parameters of type AuditQueryModifier and TypeMethodDescriptionprivate StringDatabaseAuditServiceImpl.buildWhereClause(DatabaseAuditPlugin plugin, AuditQuery auditFilter) buildWhereClause.private List<org.alfresco.rest.api.model.AuditEntry> DatabaseAuditServiceImpl.internalListAuditEntries(DatabaseAuditPlugin plugin, AuditQuery auditFilter) List the audit entries matching the given filter.private booleanDatabaseAuditServiceImpl.isScanInterrupted(DatabaseAuditServiceImpl.ScanResult scan, AuditQuery auditQuery, int pageSize) True when the scan spent its window budget without filling the page: the caller has to resume it to know whether further entries match.List<org.json.JSONObject> BeCPGAuditServiceImpl.listAuditEntries(AuditType type, AuditQuery auditQuery) listAuditEntries.List<org.json.JSONObject> DatabaseAuditServiceImpl.listAuditEntries(DatabaseAuditPlugin plugin, AuditQuery auditQuery) listAuditEntries.BeCPGAuditServiceImpl.listAuditPage(AuditType type, AuditQuery auditQuery) listAuditPage.DatabaseAuditServiceImpl.listAuditPage(DatabaseAuditPlugin plugin, AuditQuery auditQuery) listAuditPage.private List<org.alfresco.rest.api.model.AuditEntry> DatabaseAuditServiceImpl.queryAuditEntries(DatabaseAuditPlugin plugin, AuditQuery auditFilter) private LongDatabaseAuditServiceImpl.resumeId(DatabaseAuditServiceImpl.ScanResult scan, AuditQuery auditQuery, int pageSize) The identifier the next page starts after: the last entry of this page when the scan left matching entries behind it, the last identifier it read when it stopped earlier, and none when it reached the end of the audit application.private AuditPageDatabaseAuditServiceImpl.scanAuditPage(DatabaseAuditPlugin plugin, AuditQuery auditQuery) DatabaseAuditServiceImpl.scanFilters(DatabaseAuditPlugin plugin, AuditQuery auditQuery) The filters a scan queries the database with: the one of the request, plus the one an extra query plugin derives from it.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.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 voidDatabaseAuditServiceImpl.sortStatistics(DatabaseAuditPlugin plugin, AuditQuery auditQuery, List<org.json.JSONObject> statistics) private List<org.json.JSONObject> DatabaseAuditServiceImpl.toStatistics(DatabaseAuditPlugin plugin, AuditQuery auditQuery, Collection<org.alfresco.rest.api.model.AuditEntry> auditEntries) Turn audit entries into the statistics the callers expose, ordered on the requested column.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. -
Uses of AuditQuery in fr.becpg.repo.web.scripts.statistics
Methods in fr.becpg.repo.web.scripts.statistics that return AuditQueryModifier and TypeMethodDescriptionprivate AuditQueryGetStatisticsWebScript.buildAuditQuery(org.springframework.extensions.webscripts.WebScriptRequest req) buildAuditQuery.