Uses of Interface
org.opencms.file.I_CmsResource
Packages that use 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
Classes in org.opencms.file that implement I_CmsResourceModifier and TypeClassDescriptionclass
A file resource in the OpenCms VFS.class
A folder resource in the OpenCms VFS.class
Fields in org.opencms.file with type parameters of type I_CmsResourceModifier 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.Methods in org.opencms.file with parameters of type I_CmsResourceModifier 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
Methods in org.opencms.file.collectors with parameters of type I_CmsResourceModifier and TypeMethodDescriptionint
ComparatorInverter.compare
(I_CmsResource o1, I_CmsResource o2) Constructor parameters in org.opencms.file.collectors with type arguments of type I_CmsResourceModifierConstructorDescriptionComparatorInverter
(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
Subinterfaces of I_CmsResource in org.opencms.file.historyModifier and TypeInterfaceDescriptioninterface
A historical version of a resource in the OpenCms VFS resource history.Classes in org.opencms.file.history that implement I_CmsResourceModifier 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
Classes in org.opencms.jsp that implement I_CmsResourceModifier and TypeClassDescriptionclass
Wrapper subclass of CmsResource with some convenience methods. -
Uses of I_CmsResource in org.opencms.search
Classes in org.opencms.search that implement I_CmsResourceModifier and TypeClassDescriptionclass
A resource implementation that combines the Solr document together with a OpenCms VFS resource.