| 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.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 |
|---|---|
CmsHistoryPrincipal |
CmsDriverManager.readHistoricalPrincipal(CmsDbContext dbc,
CmsUUID principalId)
Reads a principal (an user or group) from the historical archive based on its ID.
|
CmsHistoryPrincipal |
CmsSecurityManager.readHistoricalPrincipal(CmsRequestContext context,
CmsUUID principalId)
Reads a principal (an user or group) from the historical archive based on its ID.
|
CmsHistoryPrincipal |
I_CmsHistoryDriver.readPrincipal(CmsDbContext dbc,
CmsUUID principalId)
Reads an historical principal entry.
|
| Modifier and Type | Method and Description |
|---|---|
CmsHistoryPrincipal |
CmsHistoryDriver.readPrincipal(CmsDbContext dbc,
CmsUUID principalId) |
| Modifier and Type | Method and Description |
|---|---|
CmsHistoryPrincipal |
CmsObject.readHistoryPrincipal(CmsUUID principalId)
Reads a principal (an user or group) from the historical archive based on its ID.
|