Uses of Class
org.opencms.db.log.CmsLogFilter
Packages that use CmsLogFilter
Package
Description
Low-level database connection and access functionality.
Generic (ANSI-SQL) implementation of the OpenCms database connector.
This package contains the implementation classes for the DB log.
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
-
Uses of CmsLogFilter in org.opencms.db
Methods in org.opencms.db with parameters of type CmsLogFilterModifier and TypeMethodDescriptionvoid
I_CmsProjectDriver.deleteLog
(CmsDbContext dbc, CmsLogFilter filter) Deletes log entries matching the given filter.void
CmsDriverManager.deleteLogEntries
(CmsDbContext dbc, CmsLogFilter filter) Deletes all log entries matching the given filter.void
CmsSecurityManager.deleteLogEntries
(CmsRequestContext context, CmsLogFilter filter) Deletes all log entries matching the given filter.CmsDriverManager.getLogEntries
(CmsDbContext dbc, CmsLogFilter filter) Returns all log entries matching the given filter.CmsSecurityManager.getLogEntries
(CmsRequestContext context, CmsLogFilter filter) Returns all log entries matching the given filter.I_CmsProjectDriver.readLog
(CmsDbContext dbc, CmsLogFilter filter) Reads log entries matching the given filter. -
Uses of CmsLogFilter in org.opencms.db.generic
Methods in org.opencms.db.generic with parameters of type CmsLogFilterModifier and TypeMethodDescriptionvoid
CmsProjectDriver.deleteLog
(CmsDbContext dbc, CmsLogFilter filter) protected CmsPair<String,
List<I_CmsPreparedStatementParameter>> CmsProjectDriver.prepareLogConditions
(CmsLogFilter filter) Build the whole WHERE SQL statement part for the given log entry filter.CmsProjectDriver.readLog
(CmsDbContext dbc, CmsLogFilter filter) -
Uses of CmsLogFilter in org.opencms.db.log
Fields in org.opencms.db.log declared as CmsLogFilterMethods in org.opencms.db.log that return CmsLogFilterModifier and TypeMethodDescriptionCmsLogFilter.excludeType
(CmsLogEntryType type) Returns an extended filter with the given type restriction.CmsLogFilter.filterFrom
(long from) Returns an extended filter with the starting date restriction.CmsLogFilter.filterResource
(CmsUUID structureId) Returns an extended filter with the given resource restriction.CmsLogFilter.filterTo
(long to) Returns an extended filter with the end date restriction.CmsLogFilter.filterUser
(CmsUUID userId) Returns an extended filter with the given user ID restriction.CmsLogFilter.includeType
(CmsLogEntryType type) Returns an extended filter with the given type restriction. -
Uses of CmsLogFilter in org.opencms.file
Methods in org.opencms.file with parameters of type CmsLogFilterModifier and TypeMethodDescriptionvoid
CmsObject.deleteLogEntries
(CmsLogFilter filter) Deletes the log entries matching the given filter.CmsObject.getLogEntries
(CmsLogFilter filter) Returns all log entries matching the given filter.