Uses of Class
org.opencms.db.generic.CmsPublishHistoryCleanupFilter
Packages that use 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
Methods in org.opencms.db with parameters of type CmsPublishHistoryCleanupFilterModifier and TypeMethodDescriptionintCmsDriverManager.cleanupPublishHistory(CmsDbContext dbc, CmsPublishHistoryCleanupFilter filter) Cleans up the publish history entries according to the given filter.intCmsSecurityManager.cleanupPublishHistory(CmsRequestContext context, CmsPublishHistoryCleanupFilter filter) Cleans up publish history entries according to the given filter object.intI_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
Methods in org.opencms.db.generic that return CmsPublishHistoryCleanupFilterModifier 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.Methods in org.opencms.db.generic with parameters of type CmsPublishHistoryCleanupFilterModifier and TypeMethodDescriptionintCmsProjectDriver.cleanupPublishHistory(CmsDbContext dbc, CmsPublishHistoryCleanupFilter filter)