Package | Description |
---|---|
org.xwiki.extension | |
org.xwiki.extension.repository | |
org.xwiki.extension.repository.result | |
org.xwiki.extension.repository.search | |
org.xwiki.extension.wrap |
Modifier and Type | Method and Description |
---|---|
default IterableResult<Extension> |
ExtensionManager.searchAccessibleExtensions(Namespace namespace,
ExtensionQuery query)
Search accessible (i.e.
|
Modifier and Type | Method and Description |
---|---|
IterableResult<Version> |
ExtensionRepository.resolveVersions(String id,
int offset,
int nb)
Return ordered (ascendent) versions for the provided extension id.
|
IterableResult<Version> |
AbstractFilteredExtensionRepository.resolveVersions(String id,
int offset,
int nb) |
IterableResult<Version> |
ExtensionRepositoryManager.resolveVersions(String id,
int offset,
int nb)
Return ordered (ascendent) versions for the provided extension id.
|
IterableResult<Extension> |
AbstractFilteredExtensionRepository.search(ExtensionQuery inputQuery) |
IterableResult<Extension> |
ExtensionRepositoryManager.search(ExtensionQuery query)
Search among all repositories implementing
AdvancedSearchable
interface. |
IterableResult<Extension> |
AbstractAdvancedSearchableExtensionRepository.search(String pattern,
int offset,
int nb) |
IterableResult<Extension> |
ExtensionRepositoryManager.search(String pattern,
int offset,
int nb)
Search among all repositories implementing
Searchable interface. |
default IterableResult<InstalledExtension> |
InstalledExtensionRepository.searchInstalledExtensions(Collection<String> namespaces,
ExtensionQuery query)
Search installed extensions based of the provided query and only in the passed namespaces.
|
default IterableResult<InstalledExtension> |
InstalledExtensionRepository.searchInstalledExtensions(ExtensionQuery query)
Search installed extensions based of the provided query.
|
IterableResult<InstalledExtension> |
InstalledExtensionRepository.searchInstalledExtensions(String namespace,
ExtensionQuery query)
Search installed extensions based of the provided query and only in the passed namespace.
|
IterableResult<InstalledExtension> |
InstalledExtensionRepository.searchInstalledExtensions(String pattern,
String namespace,
int offset,
int nb)
Search installed extensions based of the provided pattern and only in the passed namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSearchResult<T>
Utility base class for
IterableResult implementations. |
class |
AggregatedIterableResult<T>
Make several iterable results look like one.
|
class |
CollectionIterableResult<T>
A simple collection based
IterableResult . |
Modifier and Type | Method and Description |
---|---|
void |
AggregatedIterableResult.addSearchResult(IterableResult<T> result) |
Modifier and Type | Method and Description |
---|---|
IterableResult<Extension> |
AdvancedSearchable.search(ExtensionQuery query)
Search extension based of the provided query.
|
IterableResult<Extension> |
Searchable.search(String pattern,
int offset,
int nb)
Search extension based of the provided pattern.
|
Modifier and Type | Class and Description |
---|---|
class |
WrappingIterableResult<E extends Extension>
Provide a public script access to a iterable result.
|
Modifier and Type | Method and Description |
---|---|
IterableResult<Version> |
WrappingExtensionRepository.resolveVersions(String id,
int offset,
int nb) |
Constructor and Description |
---|
WrappingIterableResult(IterableResult<E> result,
org.xwiki.script.internal.safe.ScriptSafeProvider<?> safeProvider) |
Copyright © 2004–2021 XWiki. All rights reserved.