| Package | Description |
|---|---|
| org.xwiki.extension.repository | |
| org.xwiki.extension.repository.result | |
| org.xwiki.extension.repository.search | |
| org.xwiki.extension.wrap |
| 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> |
ExtensionRepositoryManager.resolveVersions(String id,
int offset,
int nb)
Return ordered (ascendent) versions for the provided extension id.
|
IterableResult<Extension> |
ExtensionRepositoryManager.search(String pattern,
int offset,
int nb)
Search among all repository implementing
Searchable interface. |
IterableResult<Extension> |
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> |
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.extension.internal.safe.ScriptSafeProvider<?> safeProvider) |
Copyright © 2004–2014 XWiki. All rights reserved.