Uses of Interface
org.opencms.file.I_CmsResource
Package
Description
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
Collectors allow to gather lists of OpenCms resources from the OpenCms VFS using specific rules.
This package contains the classes to deal with the OpenCms VFS history archive.
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
Implements the main full text search and indexing functions available in OpenCms.
-
Uses of I_CmsResource in org.opencms.file
Modifier and TypeClassDescriptionclass
A file resource in the OpenCms VFS.class
A folder resource in the OpenCms VFS.class
Modifier and TypeFieldDescriptionstatic final Comparator<I_CmsResource>
I_CmsResource.COMPARE_DATE_LAST_MODIFIED
A comparator for the date last modified of two resources.static final Comparator<I_CmsResource>
I_CmsResource.COMPARE_DATE_RELEASED
A comparator for the release date of two resources.static final Comparator<I_CmsResource>
I_CmsResource.COMPARE_ROOT_PATH
A comparator for the root path of two resources.static final Comparator<I_CmsResource>
I_CmsResource.COMPARE_ROOT_PATH_IGNORE_CASE
A comparator for the root path of two resources ignoring case differences.static final Comparator<I_CmsResource>
I_CmsResource.COMPARE_ROOT_PATH_IGNORE_CASE_FOLDERS_FIRST
A comparator for the root path of two resources ignoring case differences, putting folders before files.Modifier and TypeMethodDescriptionint
CmsResource.compareTo
(I_CmsResource obj) Uses the resource root path to compare two resources. -
Uses of I_CmsResource in org.opencms.file.collectors
Modifier and TypeMethodDescriptionint
ComparatorInverter.compare
(I_CmsResource o1, I_CmsResource o2) ModifierConstructorDescriptionComparatorInverter
(Comparator<I_CmsResource> toInvert) Creates a comparator that will invert the result of the given comparator. -
Uses of I_CmsResource in org.opencms.file.history
Modifier and TypeInterfaceDescriptioninterface
A historical version of a resource in the OpenCms VFS resource history.Modifier and TypeClassDescriptionclass
A historical version of a file in the OpenCms VFS resource history.class
A historical version of a file in the OpenCms VFS resource history. -
Uses of I_CmsResource in org.opencms.jsp
Modifier and TypeClassDescriptionclass
Wrapper subclass of CmsResource with some convenience methods. -
Uses of I_CmsResource in org.opencms.search
Modifier and TypeClassDescriptionclass
A resource implementation that combines the Solr document together with a OpenCms VFS resource.