Uses of Class
org.opencms.db.generic.CmsPublishHistoryCleanupFilter
Package
Description
Low-level database connection and access functionality.
Generic (ANSI-SQL) implementation of the OpenCms database connector.
-
Uses of CmsPublishHistoryCleanupFilter in org.opencms.db
Modifier and TypeMethodDescriptionint
CmsDriverManager.cleanupPublishHistory
(CmsDbContext dbc, CmsPublishHistoryCleanupFilter filter) Cleans up the publish history entries according to the given filter.int
CmsSecurityManager.cleanupPublishHistory
(CmsRequestContext context, CmsPublishHistoryCleanupFilter filter) Cleans up publish history entries according to the given filter object.int
I_CmsProjectDriver.cleanupPublishHistory
(CmsDbContext dbc, CmsPublishHistoryCleanupFilter filter) Cleans up the publish history entries according to the given filter. -
Uses of CmsPublishHistoryCleanupFilter in org.opencms.db.generic
Modifier and TypeMethodDescriptionCmsPublishHistoryCleanupFilter.allUnreferencedExcept
(List<CmsUUID> exceptions) Creates a new filter for removing all unreferenced publish history entries, except the ones with the given history ids.CmsPublishHistoryCleanupFilter.forHistoryId
(CmsUUID publishJobId) Creates a filter for removing the publish history entries for a single history id.Modifier and TypeMethodDescriptionint
CmsProjectDriver.cleanupPublishHistory
(CmsDbContext dbc, CmsPublishHistoryCleanupFilter filter)