| Package | Description |
|---|---|
| org.opencms.db |
Low-level database connection and access functionality.
|
| org.opencms.db.generic |
Generic (ANSI-SQL) implementation of the OpenCms database connector.
|
| org.opencms.db.urlname | |
| org.opencms.file |
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsVfsDriver.deleteUrlNameMappingEntries(CmsDbContext dbc,
boolean online,
CmsUrlNameMappingFilter filter)
Deletes the URL name mapping entries which match a given filter.
|
java.util.List<CmsUrlNameMappingEntry> |
CmsDriverManager.readUrlNameMappingEntries(CmsDbContext dbc,
boolean online,
CmsUrlNameMappingFilter filter)
Reads URL name mapping entries which match the given filter.
|
java.util.List<CmsUrlNameMappingEntry> |
I_CmsVfsDriver.readUrlNameMappingEntries(CmsDbContext dbc,
boolean online,
CmsUrlNameMappingFilter filter)
Reads the URL name mapping entries which match a given filter.
|
java.util.List<CmsUrlNameMappingEntry> |
CmsDriverManager.readUrlNameMappings(CmsDbContext dbc,
CmsUrlNameMappingFilter filter)
Reads the URL name mappings matching the given filter.
|
java.util.List<CmsUrlNameMappingEntry> |
CmsSecurityManager.readUrlNameMappings(CmsRequestContext context,
CmsUrlNameMappingFilter filter)
Reads the URL name mappings matching a given filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsVfsDriver.deleteUrlNameMappingEntries(CmsDbContext dbc,
boolean online,
CmsUrlNameMappingFilter filter) |
static CmsPair<java.lang.String,java.util.List<I_CmsPreparedStatementParameter>> |
CmsVfsDriver.prepareUrlNameMappingConditions(CmsUrlNameMappingFilter filter)
This method prepares the SQL conditions for mapping entries for a given URL name mapping filter.
|
java.util.List<CmsUrlNameMappingEntry> |
CmsVfsDriver.readUrlNameMappingEntries(CmsDbContext dbc,
boolean online,
CmsUrlNameMappingFilter filter)
Reads the URL name mapping entries which match a given filter.
|
| Modifier and Type | Field and Description |
|---|---|
static CmsUrlNameMappingFilter |
CmsUrlNameMappingFilter.ALL
Base filter which matches all URL name mapping entries.
|
| Modifier and Type | Method and Description |
|---|---|
CmsUrlNameMappingFilter |
CmsUrlNameMappingFilter.filterLocale(java.lang.String locale)
Returns a new url name mapping filter based on the current one which also has to match a given locale.
|
CmsUrlNameMappingFilter |
CmsUrlNameMappingFilter.filterName(java.lang.String name)
Creates a new filter from the current filter which also has to match a given name.
|
CmsUrlNameMappingFilter |
CmsUrlNameMappingFilter.filterNamePattern(java.lang.String namePattern)
Creates a new filter from the current filter which also has to match a given name pattern.
|
CmsUrlNameMappingFilter |
CmsUrlNameMappingFilter.filterRejectStructureId(CmsUUID id)
Creates a new filter from the current filter which also must not match a given structure id.
|
CmsUrlNameMappingFilter |
CmsUrlNameMappingFilter.filterStates(int... states)
Creates a new filter from the current filter which also has to match a given state.
|
CmsUrlNameMappingFilter |
CmsUrlNameMappingFilter.filterStructureId(CmsUUID structureId)
Creates a new filter from the current filter which also has to match a given structure id.
|
| Constructor and Description |
|---|
CmsUrlNameMappingFilter(CmsUrlNameMappingFilter filter)
The copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsUrlNameMappingEntry> |
CmsObject.readUrlNameMappings(CmsUrlNameMappingFilter filter)
Reads the URL name mappings matching a given filter.
|