Uses of Interface
org.xwiki.extension.repository.search.AdvancedSearchable
-
Packages that use AdvancedSearchable Package Description org.xwiki.extension.index org.xwiki.extension.repository -
-
Uses of AdvancedSearchable in org.xwiki.extension.index
Subinterfaces of AdvancedSearchable in org.xwiki.extension.index Modifier and Type Interface Description interface
ExtensionIndex
A local index of extensions coming from various repositories. -
Uses of AdvancedSearchable in org.xwiki.extension.repository
Subinterfaces of AdvancedSearchable in org.xwiki.extension.repository Modifier and Type Interface Description interface
CoreExtensionRepository
Virtual extension repository containing core extensions.interface
ExtensionRepositoryManager
Proxy repository in to make easier to search in all remote extension repositories.interface
InstalledExtensionRepository
A repository containing installed extension.interface
LocalExtensionRepository
A repository containing local extension.Classes in org.xwiki.extension.repository that implement AdvancedSearchable Modifier and Type Class Description class
AbstractAdvancedSearchableExtensionRepository
A base class to use for a repository proxy searching in all remote extension repositories but filtering the result on provided criteria.class
AbstractFilteredExtensionRepository
A base class to use for a repository proxy searching in all remote extension repositories but filtering the result on provided criteria.
-