Uses of Class
org.opencms.db.CmsVisitedByFilter
Packages that use CmsVisitedByFilter
Package
Description
Low-level database connection and access functionality.
Generic (ANSI-SQL) implementation of the OpenCms database connector.
Collectors allow to gather lists of OpenCms resources from the OpenCms VFS using specific rules.
-
Uses of CmsVisitedByFilter in org.opencms.db
Subclasses of CmsVisitedByFilter in org.opencms.dbModifier and TypeClassDescriptionclass
Provides filters for getting resources subscribed by a user or group in a specified time range.Methods in org.opencms.db with parameters of type CmsVisitedByFilterModifier and TypeMethodDescriptionCmsDriverManager.readResourcesVisitedBy
(CmsDbContext dbc, String poolName, CmsVisitedByFilter filter) Returns the resources that were visited by a user set in the filter.CmsSecurityManager.readResourcesVisitedBy
(CmsRequestContext context, String poolName, CmsVisitedByFilter filter) Returns the resources that were visited by a user set in the filter.CmsSubscriptionManager.readResourcesVisitedBy
(CmsObject cms, CmsVisitedByFilter filter) Returns the resources that were visited by a user set in the filter.I_CmsSubscriptionDriver.readResourcesVisitedBy
(CmsDbContext dbc, String poolName, CmsVisitedByFilter filter) Returns the resources that were visited by a user set in the filter. -
Uses of CmsVisitedByFilter in org.opencms.db.generic
Methods in org.opencms.db.generic with parameters of type CmsVisitedByFilterModifier and TypeMethodDescriptionCmsSubscriptionDriver.readResourcesVisitedBy
(CmsDbContext dbc, String poolName, CmsVisitedByFilter filter) -
Uses of CmsVisitedByFilter in org.opencms.file.collectors
Methods in org.opencms.file.collectors that return CmsVisitedByFilterModifier and TypeMethodDescriptionprotected CmsVisitedByFilter
CmsSubscriptionCollector.getVisitedByFilter
(CmsObject cms, String param) Returns the configured visited by filter to use.