Uses of Class
org.opencms.file.CmsFolder
-
Packages that use CmsFolder Package Description org.opencms.db Low-level database connection and access functionality.org.opencms.db.generic Generic (ANSI-SQL) implementation of the OpenCms database connector.org.opencms.file This important package provides the methods to access the OpenCms VFS repository with the permissions of an authenticated user.org.opencms.file.history This package contains the classes to deal with the OpenCms VFS history archive. -
-
Uses of CmsFolder in org.opencms.db
Methods in org.opencms.db that return CmsFolder Modifier and Type Method Description protected CmsFolderCmsDriverManager. convertResourceToFolder(CmsResource resource)Converts a resource to a folder (if possible).CmsFolderI_CmsVfsDriver. createFolder(java.sql.ResultSet res, CmsUUID projectId, boolean hasProjectIdInResultSet)Creates aCmsFolderinstance from a JDBC ResultSet.CmsFolderCmsSecurityManager. readAncestor(CmsRequestContext context, CmsResource resource, CmsResourceFilter filter)Returns the first ancestor folder matching the filter criteria.CmsFolderCmsDriverManager. readFolder(CmsDbContext dbc, java.lang.String resourcename, CmsResourceFilter filter)Reads a folder from the VFS, using the specified resource filter.protected CmsFolderCmsSecurityManager. readFolder(CmsDbContext dbc, java.lang.String resourcename, CmsResourceFilter filter)Reads a folder from the VFS, using the specified resource filter.CmsFolderCmsSecurityManager. readFolder(CmsRequestContext context, java.lang.String resourcename, CmsResourceFilter filter)Reads a folder resource from the VFS, using the specified resource filter.CmsFolderI_CmsVfsDriver. readFolder(CmsDbContext dbc, CmsUUID projectId, java.lang.String foldername)Reads a folder specified by it's resource name.CmsFolderI_CmsVfsDriver. readFolder(CmsDbContext dbc, CmsUUID projectId, CmsUUID folderId)Reads a folder specified by it's structure ID.CmsFolderI_CmsVfsDriver. readParentFolder(CmsDbContext dbc, CmsUUID projectId, CmsUUID structureId)Reads the parent folder of a resource specified by it's structure ID.Methods in org.opencms.db with parameters of type CmsFolder Modifier and Type Method Description voidI_CmsProjectDriver. publishDeletedFolder(CmsDbContext dbc, I_CmsReport report, int m, int n, CmsProject onlineProject, CmsFolder offlineFolder, CmsUUID publishHistoryId, int publishTag)Publishes a deleted folder.voidI_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
Methods in org.opencms.db.generic that return CmsFolder Modifier and Type Method Description CmsFolderCmsVfsDriver. createFolder(java.sql.ResultSet res, CmsUUID projectId, boolean hasProjectIdInResultSet)CmsFolderCmsVfsDriver. readFolder(CmsDbContext dbc, CmsUUID projectId, java.lang.String folderPath)CmsFolderCmsVfsDriver. readFolder(CmsDbContext dbc, CmsUUID projectId, CmsUUID folderId)CmsFolderCmsVfsDriver. readParentFolder(CmsDbContext dbc, CmsUUID projectId, CmsUUID structureId)Methods in org.opencms.db.generic with parameters of type CmsFolder Modifier and Type Method Description voidCmsProjectDriver. publishDeletedFolder(CmsDbContext dbc, I_CmsReport report, int m, int n, CmsProject onlineProject, CmsFolder currentFolder, CmsUUID publishHistoryId, int publishTag)voidCmsProjectDriver. 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
Methods in org.opencms.file that return CmsFolder Modifier and Type Method Description CmsFolderCmsObject. readAncestor(java.lang.String resourcename, int type)Returns the first ancestor folder matching the resource type.CmsFolderCmsObject. readAncestor(java.lang.String resourcename, CmsResourceFilter filter)Returns the first ancestor folder matching the filter criteria.CmsFolderCmsObject. readFolder(java.lang.String resourcename)Reads a folder resource from the VFS, using thefilter.CmsResourceFilter.DEFAULTCmsFolderCmsObject. readFolder(java.lang.String resourcename, CmsResourceFilter filter)Reads a folder resource from the VFS, using the specified resource filter. -
Uses of CmsFolder in org.opencms.file.history
Subclasses of CmsFolder in org.opencms.file.history Modifier and Type Class Description classCmsHistoryFolderA historical version of a file in the OpenCms VFS resource history.
-