Uses of Class
org.opencms.file.history.CmsHistoryProject
Package
Description
Low-level database connection and access functionality.
Generic (ANSI-SQL) implementation of the OpenCms database connector.
MS SQL implementation of the OpenCms database connector.
MySQL4+ implementation of the OpenCms database connector.
Oracle9+ implementation of the OpenCms database connector.
PostgreSql 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 CmsHistoryProject in org.opencms.db
Modifier and TypeMethodDescriptionCmsDriverManager.readHistoryProject
(CmsDbContext dbc, int publishTag) Returns a historical project entry.CmsDriverManager.readHistoryProject
(CmsDbContext dbc, CmsUUID projectId) Returns the latest historical project entry with the given id.CmsSecurityManager.readHistoryProject
(CmsRequestContext context, int publishTag) Returns a historical project entry.CmsSecurityManager.readHistoryProject
(CmsRequestContext context, CmsUUID projectId) Returns the latest historical project entry with the given id.I_CmsHistoryDriver.readProject
(CmsDbContext dbc, int publishTag) Reads an historical project version.I_CmsHistoryDriver.readProject
(CmsDbContext dbc, CmsUUID projectId) Reads the latest historical project version with the given id.Modifier and TypeMethodDescriptionCmsDriverManager.getAllHistoricalProjects
(CmsDbContext dbc) Returns a list with all projects from history.CmsSecurityManager.getAllHistoricalProjects
(CmsRequestContext context) Returns a list with all projects from history.I_CmsHistoryDriver.readProjects
(CmsDbContext dbc) Returns all projects from the history. -
Uses of CmsHistoryProject in org.opencms.db.generic
Modifier and TypeMethodDescriptionprotected CmsHistoryProject
CmsHistoryDriver.internalCreateProject
(ResultSet res, List<String> resources) Creates a historical project from the given result set and resources.CmsHistoryDriver.readProject
(CmsDbContext dbc, int publishTag) CmsHistoryDriver.readProject
(CmsDbContext dbc, CmsUUID projectId) -
Uses of CmsHistoryProject in org.opencms.db.mssql
-
Uses of CmsHistoryProject in org.opencms.db.mysql
-
Uses of CmsHistoryProject in org.opencms.db.oracle
-
Uses of CmsHistoryProject in org.opencms.db.postgresql
-
Uses of CmsHistoryProject in org.opencms.file
Modifier and TypeMethodDescriptionCmsObject.readHistoryProject
(int publishTag) Returns a historical project entry.CmsObject.readHistoryProject
(CmsUUID projectId) Returns the latest historical project entry with the given id.Modifier and TypeMethodDescriptionCmsObject.getAllHistoricalProjects()
Returns a list with all projects from history.