Uses of Class
org.opencms.repository.CmsRepositoryFilter
Packages that use CmsRepositoryFilter
Package
Description
Package contains all classes and interfaces needed to create or use a repository to
access the resources in the VFS.
-
Uses of CmsRepositoryFilter in org.opencms.cmis
Methods in org.opencms.cmis that return CmsRepositoryFilterMethods in org.opencms.cmis with parameters of type CmsRepositoryFilter -
Uses of CmsRepositoryFilter in org.opencms.jlan
Methods in org.opencms.jlan that return CmsRepositoryFilterMethods in org.opencms.jlan with parameters of type CmsRepositoryFilter -
Uses of CmsRepositoryFilter in org.opencms.repository
Methods in org.opencms.repository that return CmsRepositoryFilterModifier and TypeMethodDescriptionA_CmsRepository.getFilter()Returns the filter.A_CmsRepositorySession.getFilter()Returns the filter.I_CmsRepository.getFilter()Gets the repository filter.Methods in org.opencms.repository with parameters of type CmsRepositoryFilterModifier and TypeMethodDescriptionvoidA_CmsRepository.setFilter(CmsRepositoryFilter filter) Sets the filter.voidA_CmsRepositorySession.setFilter(CmsRepositoryFilter filter) Sets the filter.voidI_CmsRepository.setFilter(CmsRepositoryFilter filter) Sets the repository filter.Constructors in org.opencms.repository with parameters of type CmsRepositoryFilterModifierConstructorDescriptionCmsRepositorySession(CmsObjectWrapper cms, CmsRepositoryFilter filter, CmsResourceTranslator translation) Constructor with an initializedCmsObjectWrapperand aCmsRepositoryFilterto use.