Uses of Class
org.opencms.db.urlname.CmsUrlNameMappingFilter
Packages that use CmsUrlNameMappingFilter
Package
Description
Low-level database connection and access functionality.
Generic (ANSI-SQL) implementation of the OpenCms database connector.
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
-
Uses of CmsUrlNameMappingFilter in org.opencms.db
Methods in org.opencms.db with parameters of type CmsUrlNameMappingFilterModifier and TypeMethodDescriptionvoidI_CmsVfsDriver.deleteUrlNameMappingEntries(CmsDbContext dbc, boolean online, CmsUrlNameMappingFilter filter) Deletes the URL name mapping entries which match a given filter.CmsDriverManager.readUrlNameMappingEntries(CmsDbContext dbc, boolean online, CmsUrlNameMappingFilter filter) Reads URL name mapping entries which match the given filter.I_CmsVfsDriver.readUrlNameMappingEntries(CmsDbContext dbc, boolean online, CmsUrlNameMappingFilter filter) Reads the URL name mapping entries which match a given filter.CmsDriverManager.readUrlNameMappings(CmsDbContext dbc, CmsUrlNameMappingFilter filter) Reads the URL name mappings matching the given filter.CmsSecurityManager.readUrlNameMappings(CmsRequestContext context, CmsUrlNameMappingFilter filter) Reads the URL name mappings matching a given filter. -
Uses of CmsUrlNameMappingFilter in org.opencms.db.generic
Methods in org.opencms.db.generic with parameters of type CmsUrlNameMappingFilterModifier and TypeMethodDescriptionvoidCmsVfsDriver.deleteUrlNameMappingEntries(CmsDbContext dbc, boolean online, CmsUrlNameMappingFilter filter) static CmsPair<String, List<I_CmsPreparedStatementParameter>> CmsVfsDriver.prepareUrlNameMappingConditions(CmsUrlNameMappingFilter filter) This method prepares the SQL conditions for mapping entries for a given URL name mapping filter.CmsVfsDriver.readUrlNameMappingEntries(CmsDbContext dbc, boolean online, CmsUrlNameMappingFilter filter) Reads the URL name mapping entries which match a given filter. -
Uses of CmsUrlNameMappingFilter in org.opencms.db.urlname
Fields in org.opencms.db.urlname declared as CmsUrlNameMappingFilterModifier and TypeFieldDescriptionstatic final CmsUrlNameMappingFilterCmsUrlNameMappingFilter.ALLBase filter which matches all URL name mapping entries.Methods in org.opencms.db.urlname that return CmsUrlNameMappingFilterModifier and TypeMethodDescriptionCmsUrlNameMappingFilter.filterLocale(String locale) Returns a new url name mapping filter based on the current one which also has to match a given locale.CmsUrlNameMappingFilter.filterName(String name) Creates a new filter from the current filter which also has to match a given name.CmsUrlNameMappingFilter.filterNamePattern(String namePattern) Creates a new filter from the current filter which also has to match a given name pattern.CmsUrlNameMappingFilter.filterRejectStructureId(CmsUUID id) Creates a new filter from the current filter which also must not match a given structure id.CmsUrlNameMappingFilter.filterStates(int... states) Creates a new filter from the current filter which also has to match a given state.CmsUrlNameMappingFilter.filterStructureId(CmsUUID structureId) Creates a new filter from the current filter which also has to match a given structure id.Constructors in org.opencms.db.urlname with parameters of type CmsUrlNameMappingFilterModifierConstructorDescriptionprotectedThe copy constructor. -
Uses of CmsUrlNameMappingFilter in org.opencms.file
Methods in org.opencms.file with parameters of type CmsUrlNameMappingFilterModifier and TypeMethodDescriptionCmsObject.readUrlNameMappings(CmsUrlNameMappingFilter filter) Reads the URL name mappings matching a given filter.