Uses of Class
org.opencms.file.CmsFolder
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.
This package contains the classes to deal with the OpenCms VFS history archive.
-
Uses of CmsFolder in org.opencms.db
Modifier and TypeMethodDescriptionprotected CmsFolder
CmsDriverManager.convertResourceToFolder
(CmsResource resource) Converts a resource to a folder (if possible).I_CmsVfsDriver.createFolder
(ResultSet res, CmsUUID projectId, boolean hasProjectIdInResultSet) Creates aCmsFolder
instance from a JDBC ResultSet.CmsSecurityManager.readAncestor
(CmsRequestContext context, CmsResource resource, CmsResourceFilter filter) Returns the first ancestor folder matching the filter criteria.CmsDriverManager.readFolder
(CmsDbContext dbc, String resourcename, CmsResourceFilter filter) Reads a folder from the VFS, using the specified resource filter.protected CmsFolder
CmsSecurityManager.readFolder
(CmsDbContext dbc, String resourcename, CmsResourceFilter filter) Reads a folder from the VFS, using the specified resource filter.CmsSecurityManager.readFolder
(CmsRequestContext context, String resourcename, CmsResourceFilter filter) Reads a folder resource from the VFS, using the specified resource filter.I_CmsVfsDriver.readFolder
(CmsDbContext dbc, CmsUUID projectId, String foldername) Reads a folder specified by it's resource name.I_CmsVfsDriver.readFolder
(CmsDbContext dbc, CmsUUID projectId, CmsUUID folderId) Reads a folder specified by it's structure ID.I_CmsVfsDriver.readParentFolder
(CmsDbContext dbc, CmsUUID projectId, CmsUUID structureId) Reads the parent folder of a resource specified by it's structure ID.Modifier and TypeMethodDescriptionvoid
I_CmsProjectDriver.publishDeletedFolder
(CmsDbContext dbc, I_CmsReport report, int m, int n, CmsProject onlineProject, CmsFolder offlineFolder, CmsUUID publishHistoryId, int publishTag) Publishes a deleted folder.void
I_CmsProjectDriver.publishFolder
(CmsDbContext dbc, I_CmsReport report, int m, int n, CmsProject onlineProject, CmsFolder currentFolder, CmsUUID publishHistoryId, int publishTag) Publishes a new or changed folder. -
Uses of CmsFolder in org.opencms.db.generic
Modifier and TypeMethodDescriptionCmsVfsDriver.createFolder
(ResultSet res, CmsUUID projectId, boolean hasProjectIdInResultSet) CmsVfsDriver.readFolder
(CmsDbContext dbc, CmsUUID projectId, String folderPath) CmsVfsDriver.readFolder
(CmsDbContext dbc, CmsUUID projectId, CmsUUID folderId) CmsVfsDriver.readParentFolder
(CmsDbContext dbc, CmsUUID projectId, CmsUUID structureId) Modifier and TypeMethodDescriptionvoid
CmsProjectDriver.publishDeletedFolder
(CmsDbContext dbc, I_CmsReport report, int m, int n, CmsProject onlineProject, CmsFolder currentFolder, CmsUUID publishHistoryId, int publishTag) void
CmsProjectDriver.publishFolder
(CmsDbContext dbc, I_CmsReport report, int m, int n, CmsProject onlineProject, CmsFolder offlineFolder, CmsUUID publishHistoryId, int publishTag) -
Uses of CmsFolder in org.opencms.file
Modifier and TypeMethodDescriptionCmsObject.readAncestor
(String resourcename, int type) Returns the first ancestor folder matching the resource type.CmsObject.readAncestor
(String resourcename, CmsResourceFilter filter) Returns the first ancestor folder matching the filter criteria.CmsObject.readFolder
(String resourcename) Reads a folder resource from the VFS, using the
filter.CmsResourceFilter.DEFAULT
CmsObject.readFolder
(String resourcename, CmsResourceFilter filter) Reads a folder resource from the VFS, using the specified resource filter. -
Uses of CmsFolder in org.opencms.file.history
Modifier and TypeClassDescriptionclass
A historical version of a file in the OpenCms VFS resource history.