程序包 | 说明 |
---|---|
org.opencms.db |
Low-level database connection and access functionality.
|
org.opencms.file |
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
|
org.opencms.staticexport |
Contains the functionality for the static HTML page export.
|
org.opencms.workplace.commons |
Contains often used OpenCms Workplace dialogs, for example
for file operations, user preferences and project based operations like publishing.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsSecurityManager.checkPermissions(CmsRequestContext context,
CmsResource resource,
CmsPermissionSet requiredPermissions,
I_CmsPermissionHandler.CmsPermissionCheckResult permissions)
Applies the permission check result of a previous call
to
CmsSecurityManager.hasPermissions(CmsRequestContext, CmsResource, CmsPermissionSet, boolean, CmsResourceFilter) . |
protected CmsFolder |
CmsDriverManager.convertResourceToFolder(CmsResource resource)
Converts a resource to a folder (if possible).
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsHistoryResource |
CmsObject.readResource(CmsUUID structureID,
int version)
Reads the historical resource with the given version for the resource given
the given structure id.
|
限定符和类型 | 方法和说明 |
---|---|
CmsStaticExportData |
CmsStaticExportManager.getVfsNameInternal(CmsObject cms,
java.lang.String rfsName)
Returns the VFS name from a given RFS name.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsDisplayResource.autoTimeWarp(CmsResource resource)
Performs a timewarp for resources that are expired or not released yet to always allow a
preview of a page out of the workplace.
|