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 TypeClassDescriptionclassA file resource in the OpenCms VFS.classA folder resource in the OpenCms VFS.classFields in org.opencms.file with type parameters of type I_CmsResourceModifier and TypeFieldDescriptionstatic final Comparator<I_CmsResource> I_CmsResource.COMPARE_DATE_LAST_MODIFIEDA comparator for the date last modified of two resources.static final Comparator<I_CmsResource> I_CmsResource.COMPARE_DATE_RELEASEDA comparator for the release date of two resources.static final Comparator<I_CmsResource> I_CmsResource.COMPARE_ROOT_PATHA comparator for the root path of two resources.static final Comparator<I_CmsResource> I_CmsResource.COMPARE_ROOT_PATH_IGNORE_CASEA comparator for the root path of two resources ignoring case differences.static final Comparator<I_CmsResource> I_CmsResource.COMPARE_ROOT_PATH_IGNORE_CASE_FOLDERS_FIRSTA 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 TypeMethodDescriptionintCmsResource.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 TypeMethodDescriptionintComparatorInverter.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 TypeInterfaceDescriptioninterfaceA historical version of a resource in the OpenCms VFS resource history.Classes in org.opencms.file.history that implement I_CmsResourceModifier and TypeClassDescriptionclassA historical version of a file in the OpenCms VFS resource history.classA 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 TypeClassDescriptionclassWrapper 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 TypeClassDescriptionclassA resource implementation that combines the Solr document together with a OpenCms VFS resource.