Uses of Interface
org.xwiki.extension.repository.search.Searchable
-
Packages that use Searchable Package Description org.xwiki.extension.index org.xwiki.extension.repository org.xwiki.extension.repository.search -
-
Uses of Searchable in org.xwiki.extension.index
Subinterfaces of Searchable in org.xwiki.extension.index Modifier and Type Interface Description interface
ExtensionIndex
A local index of extensions coming from various repositories. -
Uses of Searchable in org.xwiki.extension.repository
Subinterfaces of Searchable 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 Searchable 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. -
Uses of Searchable in org.xwiki.extension.repository.search
Subinterfaces of Searchable in org.xwiki.extension.repository.search Modifier and Type Interface Description interface
AdvancedSearchable
A repository can implements it to provide search capabilities.interface
SearchableExtensionRepository
A combination ofExtensionRepository
andSearchable
interfaces.
-