Uses of Class
org.opencms.file.CmsVfsResourceNotFoundException
Package
Description
Low-level database connection and access functionality.
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
Contains the functionality for the static HTML page export.
-
Uses of CmsVfsResourceNotFoundException in org.opencms.db
Modifier and TypeMethodDescriptionprotected void
CmsSecurityManager.checkPermissions
(CmsRequestContext context, CmsResource resource, CmsPermissionSet requiredPermissions, I_CmsPermissionHandler.CmsPermissionCheckResult permissions) Applies the permission check result of a previous call toCmsSecurityManager.hasPermissions(CmsRequestContext, CmsResource, CmsPermissionSet, boolean, CmsResourceFilter)
.protected CmsFolder
CmsDriverManager.convertResourceToFolder
(CmsResource resource) Converts a resource to a folder (if possible). -
Uses of CmsVfsResourceNotFoundException in org.opencms.file
Modifier and TypeMethodDescriptionCmsObject.readResource
(CmsUUID structureID, int version) Reads the historical resource with the given version for the resource given the given structure id. -
Uses of CmsVfsResourceNotFoundException in org.opencms.staticexport
Modifier and TypeMethodDescriptionCmsStaticExportManager.getVfsNameInternal
(CmsObject cms, String rfsName) Returns the VFS name from a given RFS name.