Uses of Class
org.opencms.file.CmsVfsResourceNotFoundException
Packages that use 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
Methods in org.opencms.db that throw CmsVfsResourceNotFoundExceptionModifier 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
Methods in org.opencms.file that throw CmsVfsResourceNotFoundExceptionModifier 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
Methods in org.opencms.staticexport that throw CmsVfsResourceNotFoundExceptionModifier and TypeMethodDescriptionCmsStaticExportManager.getVfsNameInternal
(CmsObject cms, String rfsName) Returns the VFS name from a given RFS name.