Uses of Class
org.opencms.file.history.CmsHistoryPrincipal
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 CmsHistoryPrincipal in org.opencms.db
Modifier and TypeMethodDescriptionCmsDriverManager.readHistoricalPrincipal
(CmsDbContext dbc, CmsUUID principalId) Reads a principal (an user or group) from the historical archive based on its ID.CmsSecurityManager.readHistoricalPrincipal
(CmsRequestContext context, CmsUUID principalId) Reads a principal (an user or group) from the historical archive based on its ID.I_CmsHistoryDriver.readPrincipal
(CmsDbContext dbc, CmsUUID principalId) Reads an historical principal entry. -
Uses of CmsHistoryPrincipal in org.opencms.db.generic
Modifier and TypeMethodDescriptionCmsHistoryDriver.readPrincipal
(CmsDbContext dbc, CmsUUID principalId) -
Uses of CmsHistoryPrincipal in org.opencms.file
Modifier and TypeMethodDescriptionCmsObject.readHistoryPrincipal
(CmsUUID principalId) Reads a principal (an user or group) from the historical archive based on its ID.