Skip navigation links
A C D E F G H I J L M N O P Q R S T U V W 

A

AbstractAdvancedSearchableExtensionRepository - Class in org.xwiki.extension.repository
A base class to use for a repository proxy searching in all remote extension repositories but filtering the result on provided criteria.
AbstractAdvancedSearchableExtensionRepository() - Constructor for class org.xwiki.extension.repository.AbstractAdvancedSearchableExtensionRepository
 
AbstractExtension - Class in org.xwiki.extension
Base class for Extension implementations.
AbstractExtension(ExtensionRepository, ExtensionId, String) - Constructor for class org.xwiki.extension.AbstractExtension
 
AbstractExtension(ExtensionRepository, Extension) - Constructor for class org.xwiki.extension.AbstractExtension
Create new extension descriptor by copying provided one.
AbstractExtensionDependency - Class in org.xwiki.extension
Base class for ExtensionDependency implementations.
AbstractExtensionDependency(ExtensionDependency) - Constructor for class org.xwiki.extension.AbstractExtensionDependency
Create new instance by cloning the provided one.
AbstractExtensionDependency(ExtensionDependency, VersionConstraint) - Constructor for class org.xwiki.extension.AbstractExtensionDependency
Create new instance by cloning the provided one with different version constraint.
AbstractExtensionDependency(String, VersionConstraint) - Constructor for class org.xwiki.extension.AbstractExtensionDependency
 
AbstractExtensionDependency(String, VersionConstraint, boolean) - Constructor for class org.xwiki.extension.AbstractExtensionDependency
 
AbstractExtensionDependency(String, VersionConstraint, Map<String, Object>) - Constructor for class org.xwiki.extension.AbstractExtensionDependency
 
AbstractExtensionDependency(String, VersionConstraint, boolean, Map<String, Object>) - Constructor for class org.xwiki.extension.AbstractExtensionDependency
 
AbstractExtensionEvent - Class in org.xwiki.extension.event
Base class for all ExtensionEvent.
AbstractExtensionEvent() - Constructor for class org.xwiki.extension.event.AbstractExtensionEvent
Default constructor.
AbstractExtensionEvent(ExtensionId, String) - Constructor for class org.xwiki.extension.event.AbstractExtensionEvent
 
AbstractExtensionEvent(ExtensionId) - Constructor for class org.xwiki.extension.event.AbstractExtensionEvent
 
AbstractExtensionIssueManagement - Class in org.xwiki.extension
Base class for implementations of ExtensionIssueManagement.
AbstractExtensionIssueManagement(String, String) - Constructor for class org.xwiki.extension.AbstractExtensionIssueManagement
 
AbstractExtensionPattern - Class in org.xwiki.extension
Base class for ExtensionPattern implementations.
AbstractExtensionPattern(ExtensionPattern) - Constructor for class org.xwiki.extension.AbstractExtensionPattern
Create new instance by cloning the provided one.
AbstractExtensionPattern(Pattern) - Constructor for class org.xwiki.extension.AbstractExtensionPattern
Create new instance by cloning the provided one with different version constraint.
AbstractExtensionPattern(String) - Constructor for class org.xwiki.extension.AbstractExtensionPattern
 
AbstractExtensionRepository - Class in org.xwiki.extension.repository
Base class for ExtensionRepository implementations.
AbstractExtensionRepository() - Constructor for class org.xwiki.extension.repository.AbstractExtensionRepository
Default constructor.
AbstractExtensionRepository(ExtensionRepositoryDescriptor) - Constructor for class org.xwiki.extension.repository.AbstractExtensionRepository
 
AbstractExtensionRepository(ExtensionRepositoryId) - Constructor for class org.xwiki.extension.repository.AbstractExtensionRepository
AbstractExtensionRepositoryFactory - Class in org.xwiki.extension.repository
Base class for all implementations of ExtensionRepositoryFactory.
AbstractExtensionRepositoryFactory() - Constructor for class org.xwiki.extension.repository.AbstractExtensionRepositoryFactory
 
AbstractExtensionRepositorySource - Class in org.xwiki.extension.repository
Base class for ExtensionRepositorySource implementations.
AbstractExtensionRepositorySource() - Constructor for class org.xwiki.extension.repository.AbstractExtensionRepositorySource
 
AbstractExtensionRequest - Class in org.xwiki.extension.job
Base class for extension manipulation related Request implementations.
AbstractExtensionRequest() - Constructor for class org.xwiki.extension.job.AbstractExtensionRequest
Default constructor.
AbstractExtensionRequest(Request) - Constructor for class org.xwiki.extension.job.AbstractExtensionRequest
 
AbstractExtensionScm - Class in org.xwiki.extension
Base class or implementations of ExtensionScm.
AbstractExtensionScm(String, ExtensionScmConnection, ExtensionScmConnection) - Constructor for class org.xwiki.extension.AbstractExtensionScm
 
AbstractExtensionScmConnection - Class in org.xwiki.extension
Base class for implementations of ExtensionScmConnection.
AbstractExtensionScmConnection(String, String) - Constructor for class org.xwiki.extension.AbstractExtensionScmConnection
 
AbstractExtensionScmConnection(String) - Constructor for class org.xwiki.extension.AbstractExtensionScmConnection
 
AbstractFilteredExtensionRepository - Class in org.xwiki.extension.repository
A base class to use for a repository proxy searching in all remote extension repositories but filtering the result on provided criteria.
AbstractFilteredExtensionRepository() - Constructor for class org.xwiki.extension.repository.AbstractFilteredExtensionRepository
 
AbstractRatingExtension - Class in org.xwiki.extension
Base class for RatingExtension implementations.
AbstractRatingExtension(ExtensionRepository, ExtensionId, String) - Constructor for class org.xwiki.extension.AbstractRatingExtension
 
AbstractRatingExtension(ExtensionRepository, Extension) - Constructor for class org.xwiki.extension.AbstractRatingExtension
Create new extension descriptor by copying provided one.
AbstractRemoteExtension - Class in org.xwiki.extension
Base class for RatingExtension implementations.
AbstractRemoteExtension(ExtensionRepository, ExtensionId, String) - Constructor for class org.xwiki.extension.AbstractRemoteExtension
 
AbstractRemoteExtension(ExtensionRepository, Extension) - Constructor for class org.xwiki.extension.AbstractRemoteExtension
Create new extension descriptor by copying provided one.
AbstractSearchResult<T> - Class in org.xwiki.extension.repository.result
Utility base class for IterableResult implementations.
AbstractSearchResult(int, int) - Constructor for class org.xwiki.extension.repository.result.AbstractSearchResult
 
AbstractWrappingExtension<E extends Extension> - Class in org.xwiki.extension.wrap
Wrap an extension.
AbstractWrappingExtension(E) - Constructor for class org.xwiki.extension.wrap.AbstractWrappingExtension
 
AbstractWrappingExtension() - Constructor for class org.xwiki.extension.wrap.AbstractWrappingExtension
A default constructor allowing to set the wrapped object later.
AbstractWrappingObject<T> - Class in org.xwiki.extension.wrap
Deprecated.
since 7.2M1, use directly AbstractWrappingObject instead
AbstractWrappingObject(T) - Constructor for class org.xwiki.extension.wrap.AbstractWrappingObject
Deprecated.
 
AbstractWrappingObject() - Constructor for class org.xwiki.extension.wrap.AbstractWrappingObject
Deprecated.
A default constructor allowing to set the wrapped object later.
addAllowedNamespace(String) - Method in class org.xwiki.extension.AbstractExtension
 
addAllowedNamespace(String) - Method in interface org.xwiki.extension.MutableExtension
Add a new allowed namespace to the extension.
addAuthor(ExtensionAuthor) - Method in class org.xwiki.extension.AbstractExtension
 
addAuthor(ExtensionAuthor) - Method in interface org.xwiki.extension.MutableExtension
Add a new author to the extension.
addComponent(ExtensionComponent) - Method in class org.xwiki.extension.AbstractExtension
 
addComponent(ExtensionComponent) - Method in interface org.xwiki.extension.MutableExtension
Add a new component to the extension.
addDependency(ExtensionDependency) - Method in class org.xwiki.extension.AbstractExtension
 
addDependency(ExtensionDependency) - Method in interface org.xwiki.extension.MutableExtension
Add a new dependency to the extension.
addExcludedExtension(ExtensionId) - Method in class org.xwiki.extension.job.AbstractExtensionRequest
 
addExclusion(ExtensionPattern) - Method in class org.xwiki.extension.AbstractExtensionDependency
 
addExtension(ExtensionId) - Method in class org.xwiki.extension.job.AbstractExtensionRequest
 
addExtensionFeature(ExtensionId) - Method in class org.xwiki.extension.AbstractExtension
 
addExtensionFeature(ExtensionId) - Method in interface org.xwiki.extension.MutableExtension
Add a new feature to the extension.
addExtensionProperties(Map<String, Object>) - Method in class org.xwiki.extension.job.InstallRequest
Sets custom extension properties to be set on each of the extensions that are going to be installed from this request.
addFeature(String) - Method in class org.xwiki.extension.AbstractExtension
Deprecated.
addFeature(String) - Method in interface org.xwiki.extension.MutableExtension
Deprecated.
addFilter(String, Object, ExtensionQuery.COMPARISON) - Method in class org.xwiki.extension.repository.AbstractFilteredExtensionRepository
 
addFilter(String, Object, ExtensionQuery.COMPARISON) - Method in class org.xwiki.extension.repository.search.ExtensionQuery
 
addFilters(List<ExtensionQuery.Filter>) - Method in class org.xwiki.extension.repository.search.ExtensionQuery
 
addLicense(ExtensionLicense) - Method in class org.xwiki.extension.AbstractExtension
 
addLicense(ExtensionLicense) - Method in interface org.xwiki.extension.ExtensionLicenseManager
Add new license.
addLicense(ExtensionLicense) - Method in interface org.xwiki.extension.MutableExtension
Add a new license to the extension.
addManagedDependency(ExtensionDependency) - Method in class org.xwiki.extension.AbstractExtension
 
addManagedDependency(ExtensionDependency) - Method in interface org.xwiki.extension.MutableExtension
Add a new managed dependency to the extension.
addNamespace(String) - Method in class org.xwiki.extension.job.AbstractExtensionRequest
 
addRecord(ExtensionJobHistoryRecord) - Method in interface org.xwiki.extension.job.history.ExtensionJobHistory
Adds a new record to the history.
addRepository(ExtensionRepositoryDescriptor) - Method in class org.xwiki.extension.AbstractExtension
 
addRepository(ExtensionRepositoryDescriptor) - Method in class org.xwiki.extension.AbstractExtensionDependency
Add a new repository to the extension.
addRepository(ExtensionRepositoryDescriptor) - Method in interface org.xwiki.extension.MutableExtension
Add a new repository to the extension.
addRepository(ExtensionRepositoryId) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryManager
addRepository(ExtensionRepositoryDescriptor) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryManager
Create and add a new repository.
addRepository(ExtensionRepositoryDescriptor, int) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryManager
Create and add a new repository.
addRepository(ExtensionRepository) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryManager
 
addRepository(ExtensionRepository, int) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryManager
 
addSearchResult(IterableResult<T>) - Method in class org.xwiki.extension.repository.result.AggregatedIterableResult
 
addSort(String, ExtensionQuery.ORDER) - Method in class org.xwiki.extension.repository.search.ExtensionQuery
 
AdvancedSearchable - Interface in org.xwiki.extension.repository.search
A repository can implements it to provide search capabilities.
AggregatedIterableResult<T> - Class in org.xwiki.extension.repository.result
Make several iterable results look like one.
AggregatedIterableResult(int) - Constructor for class org.xwiki.extension.repository.result.AggregatedIterableResult
 
AggregatedIterator<T> - Class in org.xwiki.extension.repository.result
Deprecated.
since 8.4.6, 9.5, use IteratorChain instead
AggregatedIterator(Iterator<Iterator<T>>) - Constructor for class org.xwiki.extension.repository.result.AggregatedIterator
Deprecated.
 
allowedNamespaces - Variable in class org.xwiki.extension.AbstractExtension
 
append(ExtensionJobHistoryRecord, File) - Method in interface org.xwiki.extension.job.history.ExtensionJobHistorySerializer
Appends the serialization of a given history record to a specified partial history file.
authors - Variable in class org.xwiki.extension.AbstractExtension
 

C

category - Variable in class org.xwiki.extension.AbstractExtension
 
checkInstall(Extension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionHandler
Check if installing the passed extension is allowed.
checkInstall(Extension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionValidator
Check if installing the passed extension is allowed.
checkUninstall(InstalledExtension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionHandler
Check if uninstalling the passed extension is allowed.
checkUninstall(InstalledExtension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionValidator
Check if uninstalling the passed extension is allowed.
clone(List<ExtensionJobHistoryRecord>) - Method in interface org.xwiki.extension.job.history.ExtensionJobHistorySerializer
Clones a list of history records by serializing and deserializing it.
CollectionIterableResult<T> - Class in org.xwiki.extension.repository.result
A simple collection based IterableResult.
CollectionIterableResult(int, int, Collection<T>) - Constructor for class org.xwiki.extension.repository.result.CollectionIterableResult
 
compareTo(Extension) - Method in class org.xwiki.extension.AbstractExtension
 
compareTo(ExtensionId) - Method in class org.xwiki.extension.ExtensionId
 
compareTo(Extension) - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
components - Variable in class org.xwiki.extension.AbstractExtension
 
containsVersion(Version) - Method in interface org.xwiki.extension.version.VersionConstraint
Indicate if the provided Version satisfies the constraint.
containsVersion(Version) - Method in interface org.xwiki.extension.version.VersionRange
Indicate if the provided version is part of this range.
CoreExtension - Interface in org.xwiki.extension
Represent an extension which can't be modified (uninstalled, upgraded).
CoreExtensionFile - Interface in org.xwiki.extension
Extension ExtensionFile with some more informations related local extensions.
CoreExtensionRepository - Interface in org.xwiki.extension.repository
Virtual extension repository containing core extensions.
countExtensions() - Method in interface org.xwiki.extension.repository.CoreExtensionRepository
 
countExtensions() - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
 
countExtensions() - Method in interface org.xwiki.extension.repository.LocalExtensionRepository
 
createRepository(ExtensionRepositoryId) - Method in class org.xwiki.extension.repository.AbstractExtensionRepositoryFactory
 
createRepository(ExtensionRepositoryId) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryFactory
createRepository(ExtensionRepositoryDescriptor) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryFactory
Create a new ExtensionRepository.

D

DEFAULT_INDEX_INTERVAL - Static variable in interface org.xwiki.extension.ExtensionManagerConfiguration
The default interval between two extension indexing.
DEFAULT_PRIORITY - Static variable in interface org.xwiki.extension.repository.ExtensionRepositoryManager
The default priority for extension repository ordering.
DefaultExtensionAuthor - Class in org.xwiki.extension
Default implementation of ExtensionAuthor.
DefaultExtensionAuthor(String, URL) - Constructor for class org.xwiki.extension.DefaultExtensionAuthor
 
DefaultExtensionAuthor(String, String) - Constructor for class org.xwiki.extension.DefaultExtensionAuthor
 
DefaultExtensionComponent - Class in org.xwiki.extension
Default implementation of ExtensionComponent.
DefaultExtensionComponent(String, String) - Constructor for class org.xwiki.extension.DefaultExtensionComponent
 
DefaultExtensionDependency - Class in org.xwiki.extension
Default implementation of ExtensionDependency.
DefaultExtensionDependency(String, VersionConstraint) - Constructor for class org.xwiki.extension.DefaultExtensionDependency
 
DefaultExtensionDependency(String, VersionConstraint, boolean) - Constructor for class org.xwiki.extension.DefaultExtensionDependency
 
DefaultExtensionDependency(String, VersionConstraint, Map<String, Object>) - Constructor for class org.xwiki.extension.DefaultExtensionDependency
 
DefaultExtensionDependency(String, VersionConstraint, boolean, Map<String, Object>) - Constructor for class org.xwiki.extension.DefaultExtensionDependency
 
DefaultExtensionDependency(ExtensionDependency) - Constructor for class org.xwiki.extension.DefaultExtensionDependency
Create new instance by cloning the provided one.
DefaultExtensionDependency(ExtensionDependency, VersionConstraint) - Constructor for class org.xwiki.extension.DefaultExtensionDependency
Create new instance by cloning the provided one with different version constraint.
DefaultExtensionIssueManagement - Class in org.xwiki.extension
Default implementation of ExtensionIssueManagement.
DefaultExtensionIssueManagement(String, String) - Constructor for class org.xwiki.extension.DefaultExtensionIssueManagement
 
DefaultExtensionPattern - Class in org.xwiki.extension
Default implementation of ExtensionPattern.
DefaultExtensionPattern(ExtensionPattern) - Constructor for class org.xwiki.extension.DefaultExtensionPattern
Create new instance by cloning the provided one.
DefaultExtensionPattern(Pattern) - Constructor for class org.xwiki.extension.DefaultExtensionPattern
Create new instance by cloning the provided one with different version constraint.
DefaultExtensionPattern(String) - Constructor for class org.xwiki.extension.DefaultExtensionPattern
 
DefaultExtensionRating - Class in org.xwiki.extension.rating
Default implementation of ExtensionRating.
DefaultExtensionRating(int, float, RatableExtensionRepository) - Constructor for class org.xwiki.extension.rating.DefaultExtensionRating
 
DefaultExtensionRepositoryDescriptor - Class in org.xwiki.extension.repository
Default implementation of ExtensionRepositoryDescriptor.
DefaultExtensionRepositoryDescriptor(ExtensionRepositoryDescriptor) - Constructor for class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
 
DefaultExtensionRepositoryDescriptor(String) - Constructor for class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
Constructor to use only for "virtual" repositories having no storage like the ExtensionRepositoryManager.
DefaultExtensionRepositoryDescriptor(String, String, URI) - Constructor for class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
 
DefaultExtensionRepositoryDescriptor(String, String, URI, Map<String, String>) - Constructor for class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
 
DefaultExtensionScm - Class in org.xwiki.extension
Default implementation of AbstractExtensionScm.
DefaultExtensionScm(String, ExtensionScmConnection, ExtensionScmConnection) - Constructor for class org.xwiki.extension.DefaultExtensionScm
 
DefaultExtensionScmConnection - Class in org.xwiki.extension
Default implementation of ExtensionScmConnection.
DefaultExtensionScmConnection(String, String) - Constructor for class org.xwiki.extension.DefaultExtensionScmConnection
 
DefaultExtensionScmConnection(String) - Constructor for class org.xwiki.extension.DefaultExtensionScmConnection
 
dependencies - Variable in class org.xwiki.extension.AbstractExtension
 
description - Variable in class org.xwiki.extension.AbstractExtension
 
deserialize(String) - Method in interface org.xwiki.extension.job.history.ExtensionJobHistorySerializer
Deserializes a list of history records.

E

equalRoleType(String) - Method in class org.xwiki.extension.DefaultExtensionComponent
 
equalRoleType(String) - Method in interface org.xwiki.extension.ExtensionComponent
The same type can be represented as several different String so it's recommended to use this method when you want to compare a type name with this extension component type.
equals(Object) - Method in class org.xwiki.extension.AbstractExtension
 
equals(Object) - Method in class org.xwiki.extension.AbstractExtensionDependency
 
equals(Object) - Method in class org.xwiki.extension.AbstractExtensionIssueManagement
 
equals(Object) - Method in class org.xwiki.extension.AbstractExtensionPattern
 
equals(Object) - Method in class org.xwiki.extension.AbstractExtensionScm
 
equals(Object) - Method in class org.xwiki.extension.AbstractExtensionScmConnection
 
equals(Object) - Method in class org.xwiki.extension.DefaultExtensionAuthor
 
equals(Object) - Method in class org.xwiki.extension.DefaultExtensionComponent
 
equals(Object) - Method in class org.xwiki.extension.ExtensionId
 
equals(Object) - Method in class org.xwiki.extension.ExtensionLicense
 
equals(Object) - Method in class org.xwiki.extension.rating.DefaultExtensionRating
 
equals(Object) - Method in class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
 
exclusions - Variable in class org.xwiki.extension.AbstractExtensionDependency
 
exists(ExtensionId) - Method in interface org.xwiki.extension.ExtensionManager
 
exists(ExtensionId) - Method in class org.xwiki.extension.repository.AbstractExtensionRepository
 
exists(String) - Method in interface org.xwiki.extension.repository.CoreExtensionRepository
 
exists(ExtensionId) - Method in interface org.xwiki.extension.repository.ExtensionRepository
 
exists(ExtensionId) - Method in class org.xwiki.extension.wrap.WrappingExtensionRepository
 
Extension - Interface in org.xwiki.extension
Represent an extension.
ExtensionAuthor - Interface in org.xwiki.extension
Informations related to an author of the extension.
ExtensionComponent - Interface in org.xwiki.extension
Informations related to a component provided by an extension.
ExtensionContext - Interface in org.xwiki.extension
Manipulate extension specific contextual informations.
ExtensionDependency - Interface in org.xwiki.extension
An extension dependency.
ExtensionEvent - Interface in org.xwiki.extension.event
An extension related event.
ExtensionException - Exception in org.xwiki.extension
Any exception raised in the XWiki Extension Manager must raise an exception of this type.
ExtensionException(String) - Constructor for exception org.xwiki.extension.ExtensionException
Constructs a new exception with the specified detail message.
ExtensionException(Throwable) - Constructor for exception org.xwiki.extension.ExtensionException
 
ExtensionException(String, Throwable) - Constructor for exception org.xwiki.extension.ExtensionException
Constructs a new exception with the specified detail message and cause.
ExtensionFeaturesInjector - Interface in org.xwiki.extension
Allow injecting features in extensions whiles they are loaded from a repository.
ExtensionFile - Interface in org.xwiki.extension
Contains the actual file of the extensions and some informations like the size.
ExtensionHandler - Interface in org.xwiki.extension.handler
Handle extension related tasks depending of the type (install, uninstall, etc...).
ExtensionHandlerManager - Interface in org.xwiki.extension.handler
Used as proxy behind all extension handlers.
ExtensionId - Class in org.xwiki.extension
The combination of properties which makes an extension unique.
ExtensionId(String) - Constructor for class org.xwiki.extension.ExtensionId
 
ExtensionId(String, String) - Constructor for class org.xwiki.extension.ExtensionId
 
ExtensionId(String, Version) - Constructor for class org.xwiki.extension.ExtensionId
 
ExtensionIndex - Interface in org.xwiki.extension.index
A local index of extensions coming from various repositories.
ExtensionIndexStatus - Interface in org.xwiki.extension.index
The status of the currently running or last indexing process.
ExtensionInitializedEvent - Class in org.xwiki.extension.event
An event triggered when a extension has been initialized.
ExtensionInitializedEvent() - Constructor for class org.xwiki.extension.event.ExtensionInitializedEvent
Matches all extensions.
ExtensionInitializedEvent(ExtensionId, String) - Constructor for class org.xwiki.extension.event.ExtensionInitializedEvent
Matches only the specified extension id or/and version.
ExtensionInitializer - Interface in org.xwiki.extension.handler
Handle installed extensions initialization (during application startup, reinitialization...).
ExtensionInstalledEvent - Class in org.xwiki.extension.event
An event triggered when a extension has been installed.
ExtensionInstalledEvent() - Constructor for class org.xwiki.extension.event.ExtensionInstalledEvent
Matches all extensions.
ExtensionInstalledEvent(ExtensionId, String) - Constructor for class org.xwiki.extension.event.ExtensionInstalledEvent
Matches only the specified extension id or/and version.
ExtensionInstallFailedEvent - Class in org.xwiki.extension.event
An event triggered when a extension install has failed.
ExtensionInstallFailedEvent() - Constructor for class org.xwiki.extension.event.ExtensionInstallFailedEvent
Matches all extensions.
ExtensionInstallFailedEvent(ExtensionId, String) - Constructor for class org.xwiki.extension.event.ExtensionInstallFailedEvent
Matches only the specified extension id or/and version.
ExtensionInstallingEvent - Class in org.xwiki.extension.event
An event triggered when a extension is going to be installed.
ExtensionInstallingEvent() - Constructor for class org.xwiki.extension.event.ExtensionInstallingEvent
Matches all extensions.
ExtensionInstallingEvent(ExtensionId, String) - Constructor for class org.xwiki.extension.event.ExtensionInstallingEvent
Matches only the specified extension id or/and version.
ExtensionIssueManagement - Interface in org.xwiki.extension
Describe the issue management system used for this extension.
ExtensionJobHistory - Interface in org.xwiki.extension.job.history
The history of extension jobs.
ExtensionJobHistoryConfiguration - Interface in org.xwiki.extension.job.history
Configuration for ExtensionJobHistory.
ExtensionJobHistoryRecord - Class in org.xwiki.extension.job.history
A record in the ExtensionJobHistory.
ExtensionJobHistoryRecord(String, ExtensionRequest, Map<String, QuestionRecorder<Object>>, Date, Date) - Constructor for class org.xwiki.extension.job.history.ExtensionJobHistoryRecord
Creates a new unmodifiable history record.
ExtensionJobHistorySerializer - Interface in org.xwiki.extension.job.history
The interface used to serialize and deserialize the ExtensionJobHistory.
ExtensionLicense - Class in org.xwiki.extension
License of an extension.
ExtensionLicense(String, List<String>) - Constructor for class org.xwiki.extension.ExtensionLicense
 
ExtensionLicenseManager - Interface in org.xwiki.extension
Centralize known extension licenses.
ExtensionManager - Interface in org.xwiki.extension
Main entry point for some extensions management tasks.
ExtensionManagerConfiguration - Interface in org.xwiki.extension
Provide some general extension manager configuration.
ExtensionNode<E extends Extension> - Interface in org.xwiki.extension.tree
A node in the extension tree.
ExtensionNotFoundException - Exception in org.xwiki.extension
Extension could not be resolved because it does not exist.
ExtensionNotFoundException(String) - Constructor for exception org.xwiki.extension.ExtensionNotFoundException
Constructs a new exception with the specified detail message.
ExtensionNotFoundException(String, Throwable) - Constructor for exception org.xwiki.extension.ExtensionNotFoundException
Constructs a new exception with the specified detail message and cause.
ExtensionPattern - Interface in org.xwiki.extension
An extension exclusion.
ExtensionPlan - Interface in org.xwiki.extension.job.plan
A plan of extensions related actions to perform.
ExtensionPlanAction - Interface in org.xwiki.extension.job.plan
An action to perform as part of an extension plan.
ExtensionPlanAction.Action - Enum in org.xwiki.extension.job.plan
The action to execute.
ExtensionPlanNode - Interface in org.xwiki.extension.job.plan
A node in the extension plan tree.
ExtensionPlanTree - Interface in org.xwiki.extension.job.plan
The extension plan tree.
ExtensionQuery - Class in org.xwiki.extension.repository.search
A query to an extension repository.
ExtensionQuery() - Constructor for class org.xwiki.extension.repository.search.ExtensionQuery
No filtering.
ExtensionQuery(String) - Constructor for class org.xwiki.extension.repository.search.ExtensionQuery
 
ExtensionQuery(ExtensionQuery) - Constructor for class org.xwiki.extension.repository.search.ExtensionQuery
 
ExtensionQuery.COMPARISON - Enum in org.xwiki.extension.repository.search
The comparison to apply.
ExtensionQuery.Filter - Class in org.xwiki.extension.repository.search
A filter to apply on an extension field.
ExtensionQuery.ORDER - Enum in org.xwiki.extension.repository.search
The order in which extensions should be sorted.
ExtensionQuery.SortClause - Class in org.xwiki.extension.repository.search
The sort criteria.
ExtensionRating - Interface in org.xwiki.extension.rating
The rating information for a extension.
ExtensionRepository - Interface in org.xwiki.extension.repository
A repository containing extensions.
ExtensionRepositoryDescriptor - Interface in org.xwiki.extension.repository
Describe a repository.
ExtensionRepositoryException - Exception in org.xwiki.extension.repository
Error when creating a new extension repository.
ExtensionRepositoryException(String) - Constructor for exception org.xwiki.extension.repository.ExtensionRepositoryException
Constructs a new exception with the specified detail message.
ExtensionRepositoryException(String, Throwable) - Constructor for exception org.xwiki.extension.repository.ExtensionRepositoryException
Constructs a new exception with the specified detail message and cause.
ExtensionRepositoryFactory - Interface in org.xwiki.extension.repository
ExtensionRepositoryId - Class in org.xwiki.extension.repository
Deprecated.
ExtensionRepositoryId(ExtensionRepositoryId) - Constructor for class org.xwiki.extension.repository.ExtensionRepositoryId
Deprecated.
 
ExtensionRepositoryId(String, String, URI) - Constructor for class org.xwiki.extension.repository.ExtensionRepositoryId
Deprecated.
 
ExtensionRepositoryId(ExtensionRepositoryDescriptor) - Constructor for class org.xwiki.extension.repository.ExtensionRepositoryId
Deprecated.
 
ExtensionRepositoryManager - Interface in org.xwiki.extension.repository
Proxy repository in to make easier to search in all remote extension repositories.
ExtensionRepositorySource - Interface in org.xwiki.extension.repository
A repository identifiers source (for example xwiki.properties).
ExtensionRequest - Interface in org.xwiki.extension.job
Extension manipulation related Request.
ExtensionRewriter - Interface in org.xwiki.extension
Interface used to allow external service modify manipulated extensions (change allowed namespaces, dependencies, etc.).
ExtensionScm - Interface in org.xwiki.extension
Provide informations related to extensions's Source Control Management.
ExtensionScmConnection - Interface in org.xwiki.extension
Represent a connection to a source control management system.
ExtensionSession - Interface in org.xwiki.extension
A short lived container used to store extensions manipulations related data which can be disposed.
ExtensionUninstalledEvent - Class in org.xwiki.extension.event
An event triggered when a extension has been uninstalled.
ExtensionUninstalledEvent() - Constructor for class org.xwiki.extension.event.ExtensionUninstalledEvent
Matches all extensions.
ExtensionUninstalledEvent(ExtensionId, String) - Constructor for class org.xwiki.extension.event.ExtensionUninstalledEvent
Matches only the specified extension id or/and version.
ExtensionUninstallFailedEvent - Class in org.xwiki.extension.event
An event triggered when a extension uninstall has failed.
ExtensionUninstallFailedEvent() - Constructor for class org.xwiki.extension.event.ExtensionUninstallFailedEvent
Matches all extensions.
ExtensionUninstallFailedEvent(ExtensionId, String) - Constructor for class org.xwiki.extension.event.ExtensionUninstallFailedEvent
Matches only the specified extension id or/and version.
ExtensionUninstallingEvent - Class in org.xwiki.extension.event
An event triggered when a extension is going to be uninstalled.
ExtensionUninstallingEvent() - Constructor for class org.xwiki.extension.event.ExtensionUninstallingEvent
Matches all extensions.
ExtensionUninstallingEvent(ExtensionId, String) - Constructor for class org.xwiki.extension.event.ExtensionUninstallingEvent
Matches only the specified extension id or/and version.
ExtensionUpgradedEvent - Class in org.xwiki.extension.event
An event triggered when a extension has been upgraded.
ExtensionUpgradedEvent() - Constructor for class org.xwiki.extension.event.ExtensionUpgradedEvent
Matches all extensions.
ExtensionUpgradedEvent(ExtensionId, String) - Constructor for class org.xwiki.extension.event.ExtensionUpgradedEvent
Matches only the specified extension id or/and version.
ExtensionUpgradedEvent(ExtensionId) - Constructor for class org.xwiki.extension.event.ExtensionUpgradedEvent
Matches only the specified extension id or/and version on every namespaces.
ExtensionUpgradedEvent(String) - Constructor for class org.xwiki.extension.event.ExtensionUpgradedEvent
Matches only the specified extension id or/and version on every namespaces.
ExtensionUpgradeFailedEvent - Class in org.xwiki.extension.event
An event triggered when a extension upgrade has failed.
ExtensionUpgradeFailedEvent() - Constructor for class org.xwiki.extension.event.ExtensionUpgradeFailedEvent
Matches all extensions.
ExtensionUpgradeFailedEvent(ExtensionId, String) - Constructor for class org.xwiki.extension.event.ExtensionUpgradeFailedEvent
Matches only the specified extension id or/and version.
ExtensionUpgradeFailedEvent(ExtensionId) - Constructor for class org.xwiki.extension.event.ExtensionUpgradeFailedEvent
Matches only the specified extension id or/and version on every namespaces.
ExtensionUpgradeFailedEvent(String) - Constructor for class org.xwiki.extension.event.ExtensionUpgradeFailedEvent
Matches only the specified extension id or/and version on every namespaces.
ExtensionUpgradingEvent - Class in org.xwiki.extension.event
An event triggered when a extension is going to be upgraded.
ExtensionUpgradingEvent() - Constructor for class org.xwiki.extension.event.ExtensionUpgradingEvent
Matches all extensions.
ExtensionUpgradingEvent(ExtensionId, String) - Constructor for class org.xwiki.extension.event.ExtensionUpgradingEvent
Matches only the specified extension id or/and version.
ExtensionUpgradingEvent(ExtensionId) - Constructor for class org.xwiki.extension.event.ExtensionUpgradingEvent
Matches only the specified extension id or/and version on every namespaces.
ExtensionUpgradingEvent(String) - Constructor for class org.xwiki.extension.event.ExtensionUpgradingEvent
Matches only the specified extension id or/and version on every namespaces.
ExtensionValidator - Interface in org.xwiki.extension.handler
Check if executing a given action on a passed extension is allowed.

F

features - Variable in class org.xwiki.extension.AbstractExtension
Deprecated.
since 8.0M1, use AbstractExtension.featuresMap instead
featuresMap - Variable in class org.xwiki.extension.AbstractExtension
 
FIELD_ALLOWEDNAMESPACE - Static variable in interface org.xwiki.extension.Extension
 
FIELD_ALLOWEDNAMESPACES - Static variable in interface org.xwiki.extension.Extension
 
FIELD_AUTHOR - Static variable in interface org.xwiki.extension.Extension
 
FIELD_AUTHORS - Static variable in interface org.xwiki.extension.Extension
 
FIELD_AVERAGE_VOTE - Static variable in interface org.xwiki.extension.rating.RatingExtension
 
FIELD_CATEGORY - Static variable in interface org.xwiki.extension.Extension
 
FIELD_COMPONENT - Static variable in interface org.xwiki.extension.Extension
 
FIELD_COMPONENTS - Static variable in interface org.xwiki.extension.Extension
 
FIELD_DEPENDENCIES - Static variable in interface org.xwiki.extension.Extension
 
FIELD_DESCRIPTION - Static variable in interface org.xwiki.extension.Extension
 
FIELD_EXTENSIONFEATURE - Static variable in interface org.xwiki.extension.Extension
 
FIELD_EXTENSIONFEATURES - Static variable in interface org.xwiki.extension.Extension
 
FIELD_FEATURE - Static variable in interface org.xwiki.extension.Extension
Deprecated.
since 9.0RC1/8.4.2, use Extension.FIELD_EXTENSIONFEATURE instead
FIELD_FEATURES - Static variable in interface org.xwiki.extension.Extension
Deprecated.
since 9.0RC1/8.4.2, use Extension.FIELD_EXTENSIONFEATURES instead
FIELD_ID - Static variable in interface org.xwiki.extension.Extension
 
FIELD_ISSUEMANAGEMENT - Static variable in interface org.xwiki.extension.Extension
 
FIELD_LICENSE - Static variable in interface org.xwiki.extension.Extension
 
FIELD_LICENSES - Static variable in interface org.xwiki.extension.Extension
 
FIELD_MANAGEDDEPENDENCIES - Static variable in interface org.xwiki.extension.Extension
 
FIELD_NAME - Static variable in interface org.xwiki.extension.Extension
 
FIELD_NAMESPACES - Static variable in interface org.xwiki.extension.Extension
 
FIELD_PROPERTIES - Static variable in interface org.xwiki.extension.Extension
 
FIELD_RATING - Static variable in interface org.xwiki.extension.rating.RatingExtension
 
FIELD_RECOMMENDED - Static variable in interface org.xwiki.extension.RemoteExtension
 
FIELD_REPOSITORIES - Static variable in interface org.xwiki.extension.Extension
 
FIELD_REPOSITORY - Static variable in interface org.xwiki.extension.Extension
 
FIELD_SCM - Static variable in interface org.xwiki.extension.Extension
 
FIELD_SUMMARY - Static variable in interface org.xwiki.extension.Extension
 
FIELD_TOTAL_VOTES - Static variable in interface org.xwiki.extension.rating.RatingExtension
 
FIELD_TYPE - Static variable in interface org.xwiki.extension.Extension
 
FIELD_VERSION - Static variable in interface org.xwiki.extension.Extension
 
FIELD_WEBSITE - Static variable in interface org.xwiki.extension.Extension
 
file - Variable in class org.xwiki.extension.AbstractExtension
The file of the extension.
Filter(String, Object, ExtensionQuery.COMPARISON) - Constructor for class org.xwiki.extension.repository.search.ExtensionQuery.Filter
 
fromRepository(String) - Method in class org.xwiki.extension.index.IndexedExtensionQuery
 

G

get(String) - Method in class org.xwiki.extension.AbstractExtension
Get an extension field by name.
get(String) - Method in class org.xwiki.extension.AbstractRatingExtension
 
get(String) - Method in class org.xwiki.extension.AbstractRemoteExtension
 
get(String) - Method in interface org.xwiki.extension.Extension
Get an extension field (name, summary, id, etc.) by name.
get(String) - Method in interface org.xwiki.extension.ExtensionSession
 
get(String) - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
getAbsolutePath() - Method in interface org.xwiki.extension.LocalExtensionFile
Returns the absolute pathname string of this file.
getAccessibleExtension(String, Namespace) - Method in interface org.xwiki.extension.ExtensionManager
Get the accessible (i.e.
getAction() - Method in interface org.xwiki.extension.job.plan.ExtensionPlanAction
 
getAction() - Method in interface org.xwiki.extension.job.plan.ExtensionPlanNode
 
getActions() - Method in interface org.xwiki.extension.job.plan.ExtensionPlan
 
getAllowedNamespaces() - Method in class org.xwiki.extension.AbstractExtension
 
getAllowedNamespaces() - Method in interface org.xwiki.extension.Extension
 
getAllowedNamespaces() - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
getAnswers() - Method in class org.xwiki.extension.job.history.ExtensionJobHistoryRecord
 
getAuthors() - Method in class org.xwiki.extension.AbstractExtension
 
getAuthors() - Method in interface org.xwiki.extension.Extension
 
getAuthors() - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
getAverageVote() - Method in class org.xwiki.extension.rating.DefaultExtensionRating
 
getAverageVote() - Method in interface org.xwiki.extension.rating.ExtensionRating
 
getBackwardDependencies(String, String) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
Get provided installed extension backward dependencies in the provided namespace.
getBackwardDependencies(String, String, boolean) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
Get provided installed extension backward dependencies in the provided namespace.
getBackwardDependencies(ExtensionId) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
Get all backward dependencies by namespace for the provided installed extension.
getBackwardDependencies(ExtensionId, boolean) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
Get all backward dependencies by namespace for the provided installed extension.
getCategory() - Method in class org.xwiki.extension.AbstractExtension
 
getCategory() - Method in interface org.xwiki.extension.Extension
 
getCategory() - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
getChildren() - Method in interface org.xwiki.extension.job.plan.ExtensionPlanNode
 
getChildren() - Method in interface org.xwiki.extension.tree.ExtensionNode
 
getComparison() - Method in class org.xwiki.extension.repository.search.ExtensionQuery.Filter
 
getCompatible() - Method in class org.xwiki.extension.index.IndexedExtensionQuery
 
getCompatibleNamespaces() - Method in class org.xwiki.extension.index.IndexedExtensionQuery
 
getComponents() - Method in class org.xwiki.extension.AbstractExtension
 
getComponents() - Method in interface org.xwiki.extension.Extension
 
getComponents() - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
getConnection() - Method in class org.xwiki.extension.AbstractExtensionScm
 
getConnection() - Method in interface org.xwiki.extension.ExtensionScm
Get the source control management system connection that describes the repository and how to connect to the repository.
getContent() - Method in class org.xwiki.extension.ExtensionLicense
 
getCoreExtension(String) - Method in interface org.xwiki.extension.repository.CoreExtensionRepository
 
getCoreExtensions() - Method in interface org.xwiki.extension.repository.CoreExtensionRepository
 
getCurrentRecord() - Method in class org.xwiki.extension.job.history.ReplayJobStatus
 
getCurrentRecordNumber() - Method in class org.xwiki.extension.job.history.ReplayJobStatus
 
getDependencies() - Method in class org.xwiki.extension.AbstractExtension
 
getDependencies() - Method in interface org.xwiki.extension.Extension
 
getDependencies() - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
getDescription() - Method in class org.xwiki.extension.AbstractExtension
 
getDescription() - Method in interface org.xwiki.extension.Extension
 
getDescription() - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
getDescriptor() - Method in class org.xwiki.extension.repository.AbstractExtensionRepository
 
getDescriptor() - Method in interface org.xwiki.extension.repository.ExtensionRepository
 
getDescriptor() - Method in class org.xwiki.extension.wrap.WrappingExtensionRepository
 
getDeveloperConnection() - Method in class org.xwiki.extension.AbstractExtensionScm
 
getDeveloperConnection() - Method in interface org.xwiki.extension.ExtensionScm
Same as ExtensionScm.getConnection(), but for developers, i.e.
getEndDate() - Method in class org.xwiki.extension.job.history.ExtensionJobHistoryRecord
 
getEnvironmentExtension() - Method in interface org.xwiki.extension.repository.CoreExtensionRepository
Return the extension corresponding to the current environment if any.
getExcludedExtensions() - Method in class org.xwiki.extension.job.AbstractExtensionRequest
 
getExclusions() - Method in class org.xwiki.extension.AbstractExtensionDependency
 
getExclusions() - Method in interface org.xwiki.extension.ExtensionDependency
 
getExtension() - Method in interface org.xwiki.extension.job.plan.ExtensionPlanAction
 
getExtension() - Method in interface org.xwiki.extension.tree.ExtensionNode
 
getExtensionFeature(String) - Method in class org.xwiki.extension.AbstractExtension
 
getExtensionFeature(String) - Method in interface org.xwiki.extension.Extension
Return the ExtensionId object that matches the passed feature id.
getExtensionFeature(String) - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
getExtensionFeatures() - Method in class org.xwiki.extension.AbstractExtension
 
getExtensionFeatures() - Method in interface org.xwiki.extension.Extension
Indicate in an extension a list of provided "functionalities".
getExtensionFeatures() - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
getExtensionId() - Method in class org.xwiki.extension.event.AbstractExtensionEvent
 
getExtensionId() - Method in interface org.xwiki.extension.event.ExtensionEvent
 
getExtensionProperties() - Method in class org.xwiki.extension.job.InstallRequest
 
getExtensionRepositories() - Method in class org.xwiki.extension.repository.AbstractExtensionRepositorySource
 
getExtensionRepositories() - Method in interface org.xwiki.extension.repository.ExtensionRepositorySource
getExtensionRepositoryDescriptors() - Method in interface org.xwiki.extension.ExtensionManagerConfiguration
 
getExtensionRepositoryDescriptors() - Method in interface org.xwiki.extension.repository.ExtensionRepositorySource
 
getExtensions() - Method in class org.xwiki.extension.job.AbstractExtensionRequest
 
getExtensions() - Method in interface org.xwiki.extension.job.ExtensionRequest
 
getFeatures() - Method in class org.xwiki.extension.AbstractExtension
Deprecated.
getFeatures() - Method in interface org.xwiki.extension.Extension
Deprecated.
since 8.0M1, use Extension.getExtensionFeatures() instead
getFeatures(Extension) - Method in interface org.xwiki.extension.ExtensionFeaturesInjector
 
getFeatures() - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
Deprecated.
getField() - Method in class org.xwiki.extension.repository.search.ExtensionQuery.Filter
 
getField() - Method in class org.xwiki.extension.repository.search.ExtensionQuery.SortClause
 
getFile() - Method in class org.xwiki.extension.AbstractExtension
 
getFile() - Method in interface org.xwiki.extension.Extension
Access the associated extension file content.
getFile() - Method in interface org.xwiki.extension.LocalExtension
 
getFile() - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
getFile() - Method in class org.xwiki.extension.wrap.WrappingCoreExtension
 
getFile() - Method in class org.xwiki.extension.wrap.WrappingLocalExtension
 
getFilters() - Method in class org.xwiki.extension.repository.search.ExtensionQuery
 
getId() - Method in class org.xwiki.extension.AbstractExtension
 
getId() - Method in class org.xwiki.extension.AbstractExtensionDependency
 
getId() - Method in interface org.xwiki.extension.Extension
 
getId() - Method in interface org.xwiki.extension.ExtensionDependency
 
getId() - Method in class org.xwiki.extension.ExtensionId
 
getId() - Method in class org.xwiki.extension.job.history.ExtensionJobHistoryRecord
 
getId() - Method in class org.xwiki.extension.repository.AbstractExtensionRepository
 
getId() - Method in class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
 
getId() - Method in interface org.xwiki.extension.repository.ExtensionRepository
Deprecated.
since 4.3M1 use ExtensionRepository.getDescriptor() instead
getId() - Method in interface org.xwiki.extension.repository.ExtensionRepositoryDescriptor
 
getId() - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
getId() - Method in class org.xwiki.extension.wrap.WrappingExtensionRepository
 
getIdPattern() - Method in class org.xwiki.extension.AbstractExtensionPattern
 
getIdPattern() - Method in interface org.xwiki.extension.ExtensionPattern
 
getIndexInterval() - Method in interface org.xwiki.extension.ExtensionManagerConfiguration
 
getInitialVersionConstraint() - Method in interface org.xwiki.extension.job.plan.ExtensionPlanNode
 
getInstallDate(String) - Method in interface org.xwiki.extension.InstalledExtension
 
getInstallDate(String) - Method in class org.xwiki.extension.wrap.WrappingInstalledExtension
 
getInstalledExtension(String, String) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
Return the installed extension associated to the provided feature for the provided namespace (or root namespace since namespaces inherit from root).
getInstalledExtension(ExtensionId) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
Return extension descriptor from the repository.
getInstalledExtensions() - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
 
getInstalledExtensions(String) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
Return all the extensions available for the provided namespace.
getIssueManagement() - Method in class org.xwiki.extension.AbstractExtension
 
getIssueManagement() - Method in interface org.xwiki.extension.Extension
 
getIssueManagement() - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
getJobId(String, String, String) - Static method in interface org.xwiki.extension.job.ExtensionRequest
 
getJobType() - Method in class org.xwiki.extension.job.history.ExtensionJobHistoryRecord
 
getLength() - Method in interface org.xwiki.extension.ExtensionFile
 
getLicense(String) - Method in interface org.xwiki.extension.ExtensionLicenseManager
Get known license by its name.
getLicenses() - Method in class org.xwiki.extension.AbstractExtension
 
getLicenses() - Method in interface org.xwiki.extension.Extension
 
getLicenses() - Method in interface org.xwiki.extension.ExtensionLicenseManager
 
getLicenses() - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
getLimit() - Method in class org.xwiki.extension.repository.search.ExtensionQuery
 
getLocalExtension() - Method in interface org.xwiki.extension.InstalledExtension
 
getLocalExtension(ExtensionId) - Method in interface org.xwiki.extension.repository.LocalExtensionRepository
Return extension descriptor from the repository.
getLocalExtension() - Method in class org.xwiki.extension.wrap.WrappingInstalledExtension
 
getLocalExtensions() - Method in interface org.xwiki.extension.repository.LocalExtensionRepository
 
getLocalExtensionVersions(String) - Method in interface org.xwiki.extension.repository.LocalExtensionRepository
 
getLocalRepository() - Method in interface org.xwiki.extension.ExtensionManagerConfiguration
 
getManagedDependencies() - Method in class org.xwiki.extension.AbstractExtension
 
getManagedDependencies() - Method in interface org.xwiki.extension.Extension
Managed dependencies are used to override transitive dependencies (usually the version of this transitive dependency).
getManagedDependencies() - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
getName() - Method in class org.xwiki.extension.AbstractExtension
 
getName() - Method in class org.xwiki.extension.DefaultExtensionAuthor
 
getName() - Method in interface org.xwiki.extension.Extension
 
getName() - Method in interface org.xwiki.extension.ExtensionAuthor
 
getName() - Method in class org.xwiki.extension.ExtensionLicense
 
getName() - Method in interface org.xwiki.extension.LocalExtensionFile
Returns the name of the file.
getName() - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
getNamespace() - Method in class org.xwiki.extension.event.AbstractExtensionEvent
 
getNamespace() - Method in interface org.xwiki.extension.event.ExtensionEvent
 
getNamespace() - Method in interface org.xwiki.extension.job.plan.ExtensionPlanAction
 
getNamespace() - Method in interface org.xwiki.extension.tree.ExtensionNode
 
getNamespaceProperty(String, String) - Method in interface org.xwiki.extension.InstalledExtension
An installed extension can have different values for its properties depending on the namespace where it is installed.
getNamespaceProperty(String, String) - Method in class org.xwiki.extension.wrap.WrappingInstalledExtension
 
getNamespaces() - Method in interface org.xwiki.extension.InstalledExtension
 
getNamespaces() - Method in class org.xwiki.extension.job.AbstractExtensionRequest
 
getNamespaces() - Method in interface org.xwiki.extension.job.ExtensionRequest
 
getNamespaces() - Method in class org.xwiki.extension.wrap.WrappingInstalledExtension
 
getOffset() - Method in class org.xwiki.extension.repository.result.AbstractSearchResult
 
getOffset() - Method in class org.xwiki.extension.repository.result.AggregatedIterableResult
 
getOffset() - Method in interface org.xwiki.extension.repository.result.IterableResult
 
getOffset() - Method in class org.xwiki.extension.repository.search.ExtensionQuery
 
getOffset() - Method in class org.xwiki.extension.wrap.WrappingIterableResult
 
getOrder() - Method in class org.xwiki.extension.repository.search.ExtensionQuery.SortClause
 
getOrphanedDependencies(InstalledExtension, Namespace) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
Create a dependency tree containing the dependencies which are not shared with other extensions.
getPath() - Method in class org.xwiki.extension.AbstractExtensionScmConnection
 
getPath() - Method in interface org.xwiki.extension.ExtensionScmConnection
 
getPreviousExtension() - Method in interface org.xwiki.extension.job.plan.ExtensionPlanAction
Deprecated.
getPreviousExtensions() - Method in interface org.xwiki.extension.job.plan.ExtensionPlanAction
 
getPriority() - Method in class org.xwiki.extension.repository.AbstractExtensionRepositorySource
 
getPriority() - Method in interface org.xwiki.extension.repository.ExtensionRepositorySource
The priority used to order extension repositories.
getProperties() - Method in class org.xwiki.extension.AbstractExtension
 
getProperties() - Method in class org.xwiki.extension.AbstractExtensionDependency
 
getProperties() - Method in interface org.xwiki.extension.Extension
Extends Extension standard properties.
getProperties() - Method in interface org.xwiki.extension.ExtensionDependency
Extends ExtensionDependency standard properties.
getProperties() - Method in class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
 
getProperties() - Method in interface org.xwiki.extension.repository.ExtensionRepositoryDescriptor
Extends ExtensionRepositoryDescriptor standard properties.
getProperties() - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
getProperty(String) - Method in class org.xwiki.extension.AbstractExtension
 
getProperty(String, T) - Method in class org.xwiki.extension.AbstractExtension
 
getProperty(String) - Method in class org.xwiki.extension.AbstractExtensionDependency
 
getProperty(String, T) - Method in class org.xwiki.extension.AbstractExtensionDependency
 
getProperty(String) - Method in interface org.xwiki.extension.Extension
 
getProperty(String, T) - Method in interface org.xwiki.extension.Extension
Get a property.
getProperty(String) - Method in interface org.xwiki.extension.ExtensionDependency
 
getProperty(String, T) - Method in interface org.xwiki.extension.ExtensionDependency
Get a property.
getProperty(String) - Method in class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
 
getProperty(String) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryDescriptor
 
getProperty(String) - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
getProperty(String, T) - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
getQuery() - Method in class org.xwiki.extension.repository.search.ExtensionQuery
 
getRanges() - Method in interface org.xwiki.extension.version.VersionConstraint
Gets the version ranges of this constraint.
getRanges() - Method in interface org.xwiki.extension.version.VersionRangeCollection
Gets the version ranges.
getRating() - Method in class org.xwiki.extension.AbstractRatingExtension
 
getRating() - Method in interface org.xwiki.extension.rating.Rating
 
getRating(ExtensionId) - Method in interface org.xwiki.extension.repository.rating.Ratable
 
getRating(String, Version) - Method in interface org.xwiki.extension.repository.rating.Ratable
 
getRating(String, String) - Method in interface org.xwiki.extension.repository.rating.Ratable
 
getRating() - Method in class org.xwiki.extension.wrap.WrappingRatingExtension
 
getRecomendedVersionConstraint(String, VersionConstraint) - Method in interface org.xwiki.extension.ExtensionManagerConfiguration
 
getRecomendedVersionConstraint(String) - Method in interface org.xwiki.extension.ExtensionManagerConfiguration
 
getRecords(Predicate<ExtensionJobHistoryRecord>, String, int) - Method in interface org.xwiki.extension.job.history.ExtensionJobHistory
Returns the history records that match the given filter after the specified offset record.
getRecords() - Method in class org.xwiki.extension.job.history.ReplayRequest
 
getRepositories() - Method in class org.xwiki.extension.AbstractExtension
 
getRepositories() - Method in class org.xwiki.extension.AbstractExtensionDependency
 
getRepositories() - Method in interface org.xwiki.extension.Extension
 
getRepositories() - Method in interface org.xwiki.extension.ExtensionDependency
 
getRepositories() - Method in interface org.xwiki.extension.ExtensionManagerConfiguration
getRepositories() - Method in interface org.xwiki.extension.repository.ExtensionRepositoryManager
 
getRepositories() - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
getRepository() - Method in class org.xwiki.extension.AbstractExtension
 
getRepository() - Method in interface org.xwiki.extension.Extension
 
getRepository(String) - Method in interface org.xwiki.extension.ExtensionManager
Return a repository based on its id.
getRepository() - Method in class org.xwiki.extension.rating.DefaultExtensionRating
 
getRepository() - Method in interface org.xwiki.extension.rating.ExtensionRating
 
getRepository(String) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryManager
 
getRepository() - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
getRequest() - Method in class org.xwiki.extension.job.history.ExtensionJobHistoryRecord
 
getRewriter() - Method in class org.xwiki.extension.job.AbstractExtensionRequest
 
getRewriter() - Method in interface org.xwiki.extension.job.ExtensionRequest
Allow modifying manipulated Extensions on the fly (change allowed namespaces, dependencies, etc.).
getRewrittenExtension() - Method in interface org.xwiki.extension.job.plan.ExtensionPlanAction
 
getRoleHint() - Method in class org.xwiki.extension.DefaultExtensionComponent
 
getRoleHint() - Method in interface org.xwiki.extension.ExtensionComponent
 
getRoleType() - Method in class org.xwiki.extension.DefaultExtensionComponent
 
getRoleType() - Method in interface org.xwiki.extension.ExtensionComponent
 
getScm() - Method in class org.xwiki.extension.AbstractExtension
 
getScm() - Method in interface org.xwiki.extension.Extension
 
getScm() - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
getSize() - Method in class org.xwiki.extension.repository.result.AggregatedIterableResult
 
getSize() - Method in class org.xwiki.extension.repository.result.CollectionIterableResult
 
getSize() - Method in interface org.xwiki.extension.repository.result.IterableResult
 
getSize() - Method in class org.xwiki.extension.wrap.WrappingIterableResult
 
getSortClauses() - Method in class org.xwiki.extension.repository.search.ExtensionQuery
 
getSourceExtension() - Method in interface org.xwiki.extension.RewritenExtension
 
getStartDate() - Method in class org.xwiki.extension.job.history.ExtensionJobHistoryRecord
 
getStatus(Namespace) - Method in interface org.xwiki.extension.index.ExtensionIndex
 
getStorage() - Method in interface org.xwiki.extension.job.history.ExtensionJobHistoryConfiguration
 
getSummary() - Method in class org.xwiki.extension.AbstractExtension
 
getSummary() - Method in interface org.xwiki.extension.Extension
 
getSummary() - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
getSystem() - Method in class org.xwiki.extension.AbstractExtensionIssueManagement
 
getSystem() - Method in class org.xwiki.extension.AbstractExtensionScmConnection
 
getSystem() - Method in interface org.xwiki.extension.ExtensionIssueManagement
 
getSystem() - Method in interface org.xwiki.extension.ExtensionScmConnection
 
getTotalHits() - Method in class org.xwiki.extension.repository.result.AbstractSearchResult
 
getTotalHits() - Method in class org.xwiki.extension.repository.result.AggregatedIterableResult
 
getTotalHits() - Method in interface org.xwiki.extension.repository.result.IterableResult
 
getTotalHits() - Method in class org.xwiki.extension.wrap.WrappingIterableResult
 
getTotalVotes() - Method in class org.xwiki.extension.rating.DefaultExtensionRating
 
getTotalVotes() - Method in interface org.xwiki.extension.rating.ExtensionRating
 
getTree() - Method in interface org.xwiki.extension.job.plan.ExtensionPlan
 
getType() - Method in class org.xwiki.extension.AbstractExtension
 
getType() - Method in interface org.xwiki.extension.Extension
 
getType() - Method in class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
 
getType() - Method in interface org.xwiki.extension.repository.ExtensionRepositoryDescriptor
 
getType() - Method in interface org.xwiki.extension.version.Version
 
getType() - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
getURI() - Method in class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
 
getURI() - Method in interface org.xwiki.extension.repository.ExtensionRepositoryDescriptor
 
getURL() - Method in class org.xwiki.extension.AbstractExtensionIssueManagement
 
getUrl() - Method in class org.xwiki.extension.AbstractExtensionScm
 
getURL() - Method in interface org.xwiki.extension.CoreExtension
 
getURL() - Method in interface org.xwiki.extension.CoreExtensionFile
 
getURL() - Method in class org.xwiki.extension.DefaultExtensionAuthor
 
getURL() - Method in interface org.xwiki.extension.ExtensionAuthor
 
getURL() - Method in interface org.xwiki.extension.ExtensionIssueManagement
 
getUrl() - Method in interface org.xwiki.extension.ExtensionScm
Get the URL to the project's browsable SCM repository.
getURL() - Method in class org.xwiki.extension.wrap.WrappingCoreExtension
 
getURLString() - Method in class org.xwiki.extension.DefaultExtensionAuthor
 
getURLString() - Method in interface org.xwiki.extension.ExtensionAuthor
 
getUserAgent() - Method in interface org.xwiki.extension.ExtensionManagerConfiguration
 
getValue() - Method in class org.xwiki.extension.repository.search.ExtensionQuery.Filter
 
getValue() - Method in interface org.xwiki.extension.version.Version
 
getValue() - Method in interface org.xwiki.extension.version.VersionConstraint
 
getValue() - Method in interface org.xwiki.extension.version.VersionRange
 
getVersion() - Method in class org.xwiki.extension.ExtensionId
 
getVersion() - Method in interface org.xwiki.extension.version.VersionConstraint
Gets the version recommended by this constraint.
getVersionConstraint() - Method in class org.xwiki.extension.AbstractExtensionDependency
 
getVersionConstraint() - Method in interface org.xwiki.extension.ExtensionDependency
 
getWebSite() - Method in class org.xwiki.extension.AbstractExtension
 
getWebSite() - Method in interface org.xwiki.extension.Extension
 
getWebSite() - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 

H

hashCode() - Method in class org.xwiki.extension.AbstractExtension
 
hashCode() - Method in class org.xwiki.extension.AbstractExtensionDependency
 
hashCode() - Method in class org.xwiki.extension.AbstractExtensionIssueManagement
 
hashCode() - Method in class org.xwiki.extension.AbstractExtensionPattern
 
hashCode() - Method in class org.xwiki.extension.AbstractExtensionScm
 
hashCode() - Method in class org.xwiki.extension.AbstractExtensionScmConnection
 
hashCode() - Method in class org.xwiki.extension.DefaultExtensionAuthor
 
hashCode() - Method in class org.xwiki.extension.DefaultExtensionComponent
 
hashCode() - Method in class org.xwiki.extension.ExtensionId
 
hashCode() - Method in class org.xwiki.extension.ExtensionLicense
 
hashCode() - Method in class org.xwiki.extension.rating.DefaultExtensionRating
 
hashCode() - Method in class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
 
hasNamespace() - Method in class org.xwiki.extension.event.AbstractExtensionEvent
 
hasNamespace() - Method in interface org.xwiki.extension.event.ExtensionEvent
 
hasNamespaces() - Method in class org.xwiki.extension.job.AbstractExtensionRequest
 
hasNamespaces() - Method in interface org.xwiki.extension.job.ExtensionRequest
 
hasNext() - Method in class org.xwiki.extension.repository.result.AggregatedIterator
Deprecated.
 

I

id - Variable in class org.xwiki.extension.AbstractExtension
 
id - Variable in class org.xwiki.extension.AbstractExtensionDependency
 
idPattern - Variable in class org.xwiki.extension.AbstractExtensionPattern
 
IKEYPREFIX - Static variable in interface org.xwiki.extension.Extension
Prefix to use for custom properties names in external systems (Maven, etc).
IncompatibleVersionConstraintException - Exception in org.xwiki.extension.version
Error when trying to merge too incompatible version constraint.
IncompatibleVersionConstraintException(String) - Constructor for exception org.xwiki.extension.version.IncompatibleVersionConstraintException
Constructs a new exception with the specified detail message.
IncompatibleVersionConstraintException(String, Throwable) - Constructor for exception org.xwiki.extension.version.IncompatibleVersionConstraintException
Constructs a new exception with the specified detail message and cause.
index(Namespace) - Method in interface org.xwiki.extension.index.ExtensionIndex
Start a new indexing process or return the status of the currently running one.
IndexedExtension - Interface in org.xwiki.extension.index
An extension stored in the ExtensionIndex.
IndexedExtensionQuery - Class in org.xwiki.extension.index
Extends ExtensionQuery with extension index specific criteria.
IndexedExtensionQuery() - Constructor for class org.xwiki.extension.index.IndexedExtensionQuery
No filtering.
IndexedExtensionQuery(String) - Constructor for class org.xwiki.extension.index.IndexedExtensionQuery
 
initialize(LocalExtension, String) - Method in interface org.xwiki.extension.handler.ExtensionHandler
Initialize the provided local extension (during application startup, re-initialization...).
initialize(LocalExtension, String) - Method in interface org.xwiki.extension.handler.ExtensionHandlerManager
Initialize the provided local extension (during application startup, reinitialization...).
initialize() - Method in interface org.xwiki.extension.handler.ExtensionInitializer
Initialize all installed extensions.
initialize(String) - Method in interface org.xwiki.extension.handler.ExtensionInitializer
Initialize installed extensions of the provided namespace.
initialize(String, String) - Method in interface org.xwiki.extension.handler.ExtensionInitializer
Initialize installed extensions of the provided type.
install(LocalExtension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionHandler
Install the provided local extension.
install(LocalExtension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionHandlerManager
Install the provided local extension.
InstalledExtension - Interface in org.xwiki.extension
Represent a local extension.
InstalledExtensionRepository - Interface in org.xwiki.extension.repository
A repository containing installed extension.
InstallException - Exception in org.xwiki.extension
Error when installing an extension.
InstallException(String) - Constructor for exception org.xwiki.extension.InstallException
Constructs a new exception with the specified detail message.
InstallException(String, Throwable) - Constructor for exception org.xwiki.extension.InstallException
Constructs a new exception with the specified detail message and cause.
installExtension(LocalExtension, String, boolean) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
Indicate that the provided extension is installed in the provided namespace.
installExtension(LocalExtension, String, boolean, Map<String, Object>) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
Indicate that the provided extension is installed in the specified namespace with the given properties.
InstallRequest - Class in org.xwiki.extension.job
Request used in InstallJob.
InstallRequest() - Constructor for class org.xwiki.extension.job.InstallRequest
Default constructor.
InstallRequest(Request) - Constructor for class org.xwiki.extension.job.InstallRequest
 
InvalidExtensionException - Exception in org.xwiki.extension
Error when loading an extension descriptor.
InvalidExtensionException(String) - Constructor for exception org.xwiki.extension.InvalidExtensionException
Constructs a new exception with the specified detail message.
InvalidExtensionException(String, Throwable) - Constructor for exception org.xwiki.extension.InvalidExtensionException
Constructs a new exception with the specified detail message and cause.
InvalidVersionConstraintException - Exception in org.xwiki.extension.version
Error when parsing a version.
InvalidVersionConstraintException(String) - Constructor for exception org.xwiki.extension.version.InvalidVersionConstraintException
Constructs a new exception with the specified detail message.
InvalidVersionConstraintException(String, Throwable) - Constructor for exception org.xwiki.extension.version.InvalidVersionConstraintException
Constructs a new exception with the specified detail message and cause.
InvalidVersionRangeException - Exception in org.xwiki.extension.version
Error when parsing a version.
InvalidVersionRangeException(String) - Constructor for exception org.xwiki.extension.version.InvalidVersionRangeException
Constructs a new exception with the specified detail message.
InvalidVersionRangeException(String, Throwable) - Constructor for exception org.xwiki.extension.version.InvalidVersionRangeException
Constructs a new exception with the specified detail message and cause.
isCompatible(Extension) - Method in class org.xwiki.extension.AbstractExtensionDependency
 
isCompatible(ExtensionId) - Method in class org.xwiki.extension.AbstractExtensionDependency
 
isCompatible(Extension) - Method in interface org.xwiki.extension.ExtensionDependency
Indicate if the passed extension is compatible with this dependency.
isCompatible(ExtensionId) - Method in interface org.xwiki.extension.ExtensionDependency
Indicate if the passed extension id is compatible with this dependency.
isCompatible(String) - Method in interface org.xwiki.extension.index.IndexedExtension
 
isCompatible(Version) - Method in interface org.xwiki.extension.version.VersionConstraint
Indicate if the provided Version is compatible with this version.
isCompatible(VersionRange) - Method in interface org.xwiki.extension.version.VersionRange
Indicate if the provided version range is compatible with the provided version range.
isCompatible(String) - Method in class org.xwiki.extension.wrap.WrappingIndexedExtension
 
isDependency(String) - Method in interface org.xwiki.extension.InstalledExtension
Indicate if the extension as been installed as a dependency of another one.
isDependency() - Method in interface org.xwiki.extension.InstalledExtension
Deprecated.
since 4.3M1 use InstalledExtension.isDependency(String) with null namespace instead
isDependency() - Method in interface org.xwiki.extension.job.plan.ExtensionPlanAction
 
isDependency() - Method in class org.xwiki.extension.wrap.WrappingInstalledExtension
 
isDependency(String) - Method in class org.xwiki.extension.wrap.WrappingInstalledExtension
 
isExtensionAdded() - Method in interface org.xwiki.extension.index.ExtensionIndexStatus
 
isFilterable() - Method in class org.xwiki.extension.repository.AbstractFilteredExtensionRepository
 
isFilterable() - Method in interface org.xwiki.extension.repository.search.AdvancedSearchable
 
isGuessed() - Method in interface org.xwiki.extension.CoreExtension
 
isGuessed() - Method in class org.xwiki.extension.wrap.WrappingCoreExtension
 
isIgnoredDependency(ExtensionDependency) - Method in interface org.xwiki.extension.ExtensionManagerConfiguration
 
isInstalled() - Method in interface org.xwiki.extension.InstalledExtension
 
isInstalled(String) - Method in interface org.xwiki.extension.InstalledExtension
Indicate if the extension is installed in the provided namespace.
isInstalled() - Method in class org.xwiki.extension.wrap.WrappingInstalledExtension
 
isInstalled(String) - Method in class org.xwiki.extension.wrap.WrappingInstalledExtension
 
isOptional() - Method in class org.xwiki.extension.AbstractExtensionDependency
 
isOptional() - Method in interface org.xwiki.extension.ExtensionDependency
 
isRecommended() - Method in class org.xwiki.extension.AbstractRemoteExtension
 
isRecommended() - Method in interface org.xwiki.extension.RemoteExtension
Indicate if the extension is recommended by the repository where it come from.
isRecommended() - Method in class org.xwiki.extension.wrap.WrappingRemoteExtension
 
isRootModificationsAllowed() - Method in class org.xwiki.extension.job.AbstractExtensionRequest
 
isRootModificationsAllowed() - Method in interface org.xwiki.extension.job.ExtensionRequest
 
isSortable() - Method in class org.xwiki.extension.repository.AbstractFilteredExtensionRepository
 
isSortable() - Method in interface org.xwiki.extension.repository.search.AdvancedSearchable
 
issueManagement - Variable in class org.xwiki.extension.AbstractExtension
 
isUninstallAllowed() - Method in class org.xwiki.extension.job.AbstractExtensionRequest
 
isUninstallAllowed() - Method in interface org.xwiki.extension.job.ExtensionRequest
 
isValid(String) - Method in interface org.xwiki.extension.InstalledExtension
Indicate if the extension is working.
isValid(String) - Method in class org.xwiki.extension.wrap.WrappingInstalledExtension
 
IterableResult<T> - Interface in org.xwiki.extension.repository.result
The result of a query.
iterator() - Method in class org.xwiki.extension.repository.result.AggregatedIterableResult
 
iterator() - Method in class org.xwiki.extension.repository.result.CollectionIterableResult
 
iterator() - Method in class org.xwiki.extension.wrap.WrappingIterableResult
 

J

JOBID_ACTION_PREFIX - Static variable in interface org.xwiki.extension.job.ExtensionRequest
The prefix put behind all job ids which are actual actions.
JOBID_PLAN_PREFIX - Static variable in interface org.xwiki.extension.job.ExtensionRequest
The prefix put behind all job ids which are information gathering.
JOBID_PREFIX - Static variable in interface org.xwiki.extension.job.ExtensionRequest
The prefix put behind all job ids.

L

licenses - Variable in class org.xwiki.extension.AbstractExtension
 
LocalExtension - Interface in org.xwiki.extension
Represent a local extension.
LocalExtensionFile - Interface in org.xwiki.extension
Extension ExtensionFile with some more informations related local extensions.
LocalExtensionRepository - Interface in org.xwiki.extension.repository
A repository containing local extension.
LocalExtensionRepositoryException - Exception in org.xwiki.extension.repository
LocalExtensionRepositoryException(String) - Constructor for exception org.xwiki.extension.repository.LocalExtensionRepositoryException
Constructs a new exception with the specified detail message.
LocalExtensionRepositoryException(String, Throwable) - Constructor for exception org.xwiki.extension.repository.LocalExtensionRepositoryException
Constructs a new exception with the specified detail message and cause.

M

managedDependencies - Variable in class org.xwiki.extension.AbstractExtension
 
matches(String) - Method in class org.xwiki.extension.AbstractExtensionPattern
 
matches(ExtensionId) - Method in class org.xwiki.extension.AbstractExtensionPattern
 
matches(ExtensionDependency) - Method in class org.xwiki.extension.AbstractExtensionPattern
 
matches(Object) - Method in class org.xwiki.extension.event.AbstractExtensionEvent
 
matches(ExtensionId) - Method in class org.xwiki.extension.ExtensionId
Same as ExtensionId.equals(Object) but with null version meaning "any version".
matches(ExtensionId) - Method in interface org.xwiki.extension.ExtensionPattern
 
matches(ExtensionDependency) - Method in interface org.xwiki.extension.ExtensionPattern
 
matchesOne(Iterable<ExtensionId>) - Method in class org.xwiki.extension.ExtensionId
 
merge(VersionConstraint) - Method in interface org.xwiki.extension.version.VersionConstraint
Merge two versions constraints in one.
MutableExtension - Interface in org.xwiki.extension
Mutable version of Extension.

N

name - Variable in class org.xwiki.extension.AbstractExtension
 
next() - Method in class org.xwiki.extension.repository.result.AggregatedIterator
Deprecated.
 

O

openStream() - Method in interface org.xwiki.extension.ExtensionFile
Open an input stream to allows reading the extensions.
optional - Variable in class org.xwiki.extension.AbstractExtensionDependency
 
org.xwiki.extension - package org.xwiki.extension
 
org.xwiki.extension.event - package org.xwiki.extension.event
 
org.xwiki.extension.handler - package org.xwiki.extension.handler
 
org.xwiki.extension.index - package org.xwiki.extension.index
 
org.xwiki.extension.job - package org.xwiki.extension.job
 
org.xwiki.extension.job.history - package org.xwiki.extension.job.history
 
org.xwiki.extension.job.plan - package org.xwiki.extension.job.plan
 
org.xwiki.extension.rating - package org.xwiki.extension.rating
 
org.xwiki.extension.repository - package org.xwiki.extension.repository
 
org.xwiki.extension.repository.rating - package org.xwiki.extension.repository.rating
 
org.xwiki.extension.repository.result - package org.xwiki.extension.repository.result
 
org.xwiki.extension.repository.search - package org.xwiki.extension.repository.search
 
org.xwiki.extension.tree - package org.xwiki.extension.tree
 
org.xwiki.extension.version - package org.xwiki.extension.version
 
org.xwiki.extension.wrap - package org.xwiki.extension.wrap
 
overwrites - Variable in class org.xwiki.extension.wrap.AbstractWrappingExtension
 

P

PKEY_DEPENDENCY - Static variable in interface org.xwiki.extension.InstalledExtension
Custom property key containing InstalledExtension.isDependency(String) with null namespace.
PKEY_FILE - Static variable in interface org.xwiki.extension.LocalExtension
Custom property key containing LocalExtension.getFile().
PKEY_GUESSED - Static variable in interface org.xwiki.extension.CoreExtension
 
PKEY_INSTALLED - Static variable in interface org.xwiki.extension.InstalledExtension
Custom property key containing InstalledExtension.isInstalled().
PKEY_NAMESPACES - Static variable in interface org.xwiki.extension.InstalledExtension
Custom property key containing InstalledExtension.getNamespaces().
PKEY_NAMESPACES_DEPENDENCY - Static variable in interface org.xwiki.extension.InstalledExtension
Custom property key containing InstalledExtension.isDependency(String).
PKEY_NAMESPACES_NAMESPACE - Static variable in interface org.xwiki.extension.InstalledExtension
Custom property key containing the namespace.
PKEY_PREFIX - Static variable in interface org.xwiki.extension.InstalledExtension
The prefix that should be used by all custom extension properties that are specific to installed extensions.
PKEY_URL - Static variable in interface org.xwiki.extension.CoreExtension
 
popSession() - Method in interface org.xwiki.extension.ExtensionContext
Decrement by 1 the session level and destroy the current session when reaching the first level.
properties - Variable in class org.xwiki.extension.AbstractExtension
 
properties - Variable in class org.xwiki.extension.AbstractExtensionDependency
 
propertiesLock - Variable in class org.xwiki.extension.AbstractExtension
Used to protect properties from concurrent write;
PROPERTY_EXCLUDEDEXTENSIONS - Static variable in class org.xwiki.extension.job.AbstractExtensionRequest
 
PROPERTY_EXTENSION_PROPERTIES - Static variable in class org.xwiki.extension.job.InstallRequest
 
PROPERTY_EXTENSIONS - Static variable in class org.xwiki.extension.job.AbstractExtensionRequest
 
PROPERTY_NAMESPACES - Static variable in class org.xwiki.extension.job.AbstractExtensionRequest
 
PROPERTY_REWRITER - Static variable in class org.xwiki.extension.job.AbstractExtensionRequest
 
PROPERTY_ROOTMODIFICATIONSALLOWED - Static variable in class org.xwiki.extension.job.AbstractExtensionRequest
 
PROPERTY_UNINSTALLALLOWED - Static variable in class org.xwiki.extension.job.AbstractExtensionRequest
 
pushSession() - Method in interface org.xwiki.extension.ExtensionContext
Increment by 1 the session level and create or return the session associated with the current thread.
putProperty(String, Object) - Method in class org.xwiki.extension.AbstractExtension
 
putProperty(String, Object) - Method in class org.xwiki.extension.AbstractExtensionDependency
Set a property.
putProperty(String, Object) - Method in interface org.xwiki.extension.MutableExtension
Set a property.
putProperty(String, String) - Method in class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
Set a property.

Q

QuestionRecorder<T> - Interface in org.xwiki.extension.job.history
Component used to record the answers given to a specific type of questions and to replay the recorded answers later in case those questions are asked again.

R

Ratable - Interface in org.xwiki.extension.repository.rating
A repository can implement it to provide rating capabilities.
RatableExtensionRepository - Interface in org.xwiki.extension.repository.rating
rating - Variable in class org.xwiki.extension.AbstractRatingExtension
 
Rating - Interface in org.xwiki.extension.rating
Represent a rating.
RatingExtension - Interface in org.xwiki.extension.rating
Combine Extension and Rating.
read(Reader) - Method in interface org.xwiki.extension.job.history.ExtensionJobHistorySerializer
Deserializes a list of history records from a given reader.
read(File) - Method in interface org.xwiki.extension.job.history.ExtensionJobHistorySerializer
Deserializes all the history records that have been serialized in the given file.
recommended - Variable in class org.xwiki.extension.AbstractRemoteExtension
 
record(T) - Method in interface org.xwiki.extension.job.history.QuestionRecorder
Record the answer to the given question.
RemoteExtension - Interface in org.xwiki.extension
An extension that come from a remote extensions repository.
remove() - Method in class org.xwiki.extension.repository.result.AggregatedIterator
Deprecated.
 
removeExtension(LocalExtension) - Method in interface org.xwiki.extension.repository.LocalExtensionRepository
Remove extension from local repository.
removeProperty(String) - Method in class org.xwiki.extension.AbstractExtension
 
removeProperty(String) - Method in interface org.xwiki.extension.MutableExtension
Remove the property associated to the passed key and return its value.
removeRepository(String) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryManager
Remove a repository form the list.
replay(T) - Method in interface org.xwiki.extension.job.history.QuestionRecorder
Respond to the given question using a recorded answer, if available.
ReplayJobStatus - Class in org.xwiki.extension.job.history
The status of the job that replays records from the extension job history.
ReplayJobStatus(ReplayRequest, ObservationManager, LoggerManager) - Constructor for class org.xwiki.extension.job.history.ReplayJobStatus
Creates a new job status.
ReplayRequest - Class in org.xwiki.extension.job.history
The request used for replaying records from the extension job history.
ReplayRequest() - Constructor for class org.xwiki.extension.job.history.ReplayRequest
 
repositories - Variable in class org.xwiki.extension.AbstractExtension
 
repositories - Variable in class org.xwiki.extension.AbstractExtensionDependency
 
repository - Variable in class org.xwiki.extension.AbstractExtension
 
resolve(ExtensionDependency) - Method in interface org.xwiki.extension.index.ExtensionIndex
 
resolve(ExtensionId) - Method in interface org.xwiki.extension.index.ExtensionIndex
 
resolve(ExtensionId) - Method in class org.xwiki.extension.repository.AbstractFilteredExtensionRepository
 
resolve(ExtensionDependency) - Method in class org.xwiki.extension.repository.AbstractFilteredExtensionRepository
 
resolve(ExtensionDependency) - Method in interface org.xwiki.extension.repository.CoreExtensionRepository
 
resolve(ExtensionId) - Method in interface org.xwiki.extension.repository.CoreExtensionRepository
 
resolve(ExtensionId) - Method in interface org.xwiki.extension.repository.ExtensionRepository
Return extension descriptor from the repository.
resolve(ExtensionDependency) - Method in interface org.xwiki.extension.repository.ExtensionRepository
Return extension descriptor from the repository.
resolve(ExtensionId) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryManager
Get extension descriptor found in one of the repositories.
resolve(ExtensionDependency) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryManager
Get extension descriptor found in one of the repositories.
resolve(ExtensionDependency) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
 
resolve(ExtensionId) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
 
resolve(ExtensionDependency) - Method in interface org.xwiki.extension.repository.LocalExtensionRepository
 
resolve(ExtensionId) - Method in interface org.xwiki.extension.repository.LocalExtensionRepository
 
resolve(ExtensionId) - Method in class org.xwiki.extension.wrap.WrappingExtensionRepository
 
resolve(ExtensionDependency) - Method in class org.xwiki.extension.wrap.WrappingExtensionRepository
 
resolveCoreExtensions() - Method in interface org.xwiki.extension.ExtensionManagerConfiguration
 
ResolveException - Exception in org.xwiki.extension
Error when trying to resolve an extension.
ResolveException(String) - Constructor for exception org.xwiki.extension.ResolveException
Constructs a new exception with the specified detail message.
ResolveException(String, Throwable) - Constructor for exception org.xwiki.extension.ResolveException
Constructs a new exception with the specified detail message and cause.
resolveExtension(ExtensionId) - Method in interface org.xwiki.extension.ExtensionManager
Search the provided extension among all repositories including core and local repositories.
resolveExtension(ExtensionDependency) - Method in interface org.xwiki.extension.ExtensionManager
resolveExtension(ExtensionDependency, String) - Method in interface org.xwiki.extension.ExtensionManager
Search the provided extension as a dependency of another extension among all repositories including core and local repositories.
resolveVersions(String, int, int) - Method in class org.xwiki.extension.repository.AbstractFilteredExtensionRepository
 
resolveVersions(String, int, int) - Method in interface org.xwiki.extension.repository.ExtensionRepository
Return ordered (ascendent) versions for the provided extension id.
resolveVersions(String, int, int) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryManager
Return ordered (ascendent) versions for the provided extension id.
resolveVersions(String, int, int) - Method in class org.xwiki.extension.wrap.WrappingExtensionRepository
 
rewrite(Extension) - Method in interface org.xwiki.extension.ExtensionRewriter
 
RewritenExtension - Interface in org.xwiki.extension
Should be implemented by any extension modified through ExtensionRewriter.rewrite(Extension).

S

scm - Variable in class org.xwiki.extension.AbstractExtension
 
search(String, int, int) - Method in class org.xwiki.extension.repository.AbstractAdvancedSearchableExtensionRepository
 
search(ExtensionQuery) - Method in class org.xwiki.extension.repository.AbstractFilteredExtensionRepository
 
search(String, int, int) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryManager
Search among all repositories implementing Searchable interface.
search(ExtensionQuery) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryManager
Search among all repositories implementing AdvancedSearchable interface.
search(ExtensionQuery) - Method in interface org.xwiki.extension.repository.search.AdvancedSearchable
Search extension based of the provided query.
search(String, int, int) - Method in interface org.xwiki.extension.repository.search.Searchable
Search extension based of the provided pattern.
Searchable - Interface in org.xwiki.extension.repository.search
A repository can implements it to provide basic search capabilities.
SearchableExtensionRepository - Interface in org.xwiki.extension.repository.search
A combination of ExtensionRepository and Searchable interfaces.
searchAccessibleExtensions(Namespace, ExtensionQuery) - Method in interface org.xwiki.extension.ExtensionManager
Search accessible (i.e.
SearchException - Exception in org.xwiki.extension.repository.search
Error when search for exetension in a repository.
SearchException(String) - Constructor for exception org.xwiki.extension.repository.search.SearchException
Constructs a new exception with the specified detail message.
SearchException(String, Throwable) - Constructor for exception org.xwiki.extension.repository.search.SearchException
Constructs a new exception with the specified detail message and cause.
searchInstalledExtensions(String, String, int, int) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
Search installed extensions based of the provided pattern and only in the passed namespace.
searchInstalledExtensions(String, ExtensionQuery) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
Search installed extensions based of the provided query and only in the passed namespace.
searchInstalledExtensions(ExtensionQuery) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
Search installed extensions based of the provided query.
searchInstalledExtensions(Collection<String>, ExtensionQuery) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
Search installed extensions based of the provided query and only in the passed namespaces.
serialize(ExtensionJobHistoryRecord) - Method in interface org.xwiki.extension.job.history.ExtensionJobHistorySerializer
Serializes a given history record.
set(Extension) - Method in class org.xwiki.extension.AbstractExtension
 
set(String, Object) - Method in interface org.xwiki.extension.ExtensionSession
 
set(Extension) - Method in interface org.xwiki.extension.MutableExtension
Update optional informations based on the provided extension.
setAllowedNamespaces(Collection<String>) - Method in class org.xwiki.extension.AbstractExtension
 
setAllowedNamespaces(Collection<String>) - Method in interface org.xwiki.extension.MutableExtension
 
setAuthors(Collection<? extends ExtensionAuthor>) - Method in class org.xwiki.extension.AbstractExtension
 
setAuthors(Collection<? extends ExtensionAuthor>) - Method in interface org.xwiki.extension.MutableExtension
 
setCategory(String) - Method in class org.xwiki.extension.AbstractExtension
 
setCategory(String) - Method in interface org.xwiki.extension.MutableExtension
 
setCompatible(boolean, Namespace...) - Method in class org.xwiki.extension.index.IndexedExtensionQuery
 
setComponents(Collection<? extends ExtensionComponent>) - Method in class org.xwiki.extension.AbstractExtension
 
setComponents(Collection<? extends ExtensionComponent>) - Method in interface org.xwiki.extension.MutableExtension
 
setCurrentRecordNumber(int) - Method in class org.xwiki.extension.job.history.ReplayJobStatus
Sets the number of the history record that is currently being replayed.
setDependencies(Collection<? extends ExtensionDependency>) - Method in class org.xwiki.extension.AbstractExtension
 
setDependencies(Collection<? extends ExtensionDependency>) - Method in interface org.xwiki.extension.MutableExtension
 
setDescription(String) - Method in class org.xwiki.extension.AbstractExtension
 
setDescription(String) - Method in interface org.xwiki.extension.MutableExtension
 
setDescriptor(ExtensionRepositoryDescriptor) - Method in class org.xwiki.extension.repository.AbstractExtensionRepository
 
setExclusions(Collection<? extends ExtensionPattern>) - Method in class org.xwiki.extension.AbstractExtensionDependency
 
setExtensionFeatures(Collection<ExtensionId>) - Method in class org.xwiki.extension.AbstractExtension
 
setExtensionFeatures(Collection<ExtensionId>) - Method in interface org.xwiki.extension.MutableExtension
 
setExtensionProperty(String, Object) - Method in class org.xwiki.extension.job.InstallRequest
Sets a custom extension property to be set on each of the extensions that are going to be installed from this request.
setFeatures(Collection<String>) - Method in class org.xwiki.extension.AbstractExtension
Deprecated.
setFeatures(Collection<String>) - Method in interface org.xwiki.extension.MutableExtension
Deprecated.
setFile(ExtensionFile) - Method in class org.xwiki.extension.AbstractExtension
 
setFilters(Collection<ExtensionQuery.Filter>) - Method in class org.xwiki.extension.repository.search.ExtensionQuery
 
setId(ExtensionId) - Method in class org.xwiki.extension.AbstractExtension
 
setId(String) - Method in class org.xwiki.extension.AbstractExtensionDependency
 
setId(ExtensionRepositoryId) - Method in class org.xwiki.extension.repository.AbstractExtensionRepository
setIssueManagement(ExtensionIssueManagement) - Method in class org.xwiki.extension.AbstractExtension
 
setIssueManagement(ExtensionIssueManagement) - Method in interface org.xwiki.extension.MutableExtension
 
setLicenses(Collection<ExtensionLicense>) - Method in class org.xwiki.extension.AbstractExtension
 
setLicenses(Collection<ExtensionLicense>) - Method in interface org.xwiki.extension.MutableExtension
 
setLimit(int) - Method in class org.xwiki.extension.repository.search.ExtensionQuery
 
setManagedDependencies(Collection<? extends ExtensionDependency>) - Method in class org.xwiki.extension.AbstractExtension
 
setManagedDependencies(Collection<? extends ExtensionDependency>) - Method in interface org.xwiki.extension.MutableExtension
 
setName(String) - Method in class org.xwiki.extension.AbstractExtension
 
setName(String) - Method in interface org.xwiki.extension.MutableExtension
 
setOffset(int) - Method in class org.xwiki.extension.repository.search.ExtensionQuery
 
setOverwrite(String, Object) - Method in class org.xwiki.extension.wrap.AbstractWrappingExtension
 
setProperties(Map<String, Object>) - Method in class org.xwiki.extension.AbstractExtension
 
setProperties(Map<String, Object>) - Method in class org.xwiki.extension.AbstractExtensionDependency
Replace existing properties with provided properties.
setProperties(Map<String, Object>) - Method in interface org.xwiki.extension.MutableExtension
Replace existing properties with provided properties.
setProperties(Map<String, String>) - Method in class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
Replace existing properties with provided properties.
setProperties(LocalExtension, Map<String, Object>) - Method in interface org.xwiki.extension.repository.LocalExtensionRepository
 
setRating(ExtensionRating) - Method in class org.xwiki.extension.AbstractRatingExtension
 
setRecommended(boolean) - Method in class org.xwiki.extension.AbstractRemoteExtension
 
setRecords(List<ExtensionJobHistoryRecord>) - Method in class org.xwiki.extension.job.history.ReplayRequest
Sets the list of history records to replay.
setRepositories(Collection<? extends ExtensionRepositoryDescriptor>) - Method in class org.xwiki.extension.AbstractExtension
 
setRepositories(Collection<? extends ExtensionRepositoryDescriptor>) - Method in class org.xwiki.extension.AbstractExtensionDependency
 
setRepositories(Collection<? extends ExtensionRepositoryDescriptor>) - Method in interface org.xwiki.extension.MutableExtension
 
setRepository(ExtensionRepository) - Method in class org.xwiki.extension.AbstractExtension
 
setRewriter(ExtensionRewriter) - Method in class org.xwiki.extension.job.AbstractExtensionRequest
Allow modifying manipulated Extensions on the fly (change allowed namespaces, dependencies, etc.).
setRootModificationsAllowed(boolean) - Method in class org.xwiki.extension.job.AbstractExtensionRequest
 
setScm(ExtensionScm) - Method in class org.xwiki.extension.AbstractExtension
 
setScm(ExtensionScm) - Method in interface org.xwiki.extension.MutableExtension
 
setSortClauses(Collection<ExtensionQuery.SortClause>) - Method in class org.xwiki.extension.repository.search.ExtensionQuery
 
setSummary(String) - Method in class org.xwiki.extension.AbstractExtension
 
setSummary(String) - Method in interface org.xwiki.extension.MutableExtension
 
setType(String) - Method in class org.xwiki.extension.AbstractExtension
 
setUninstallAllowed(boolean) - Method in class org.xwiki.extension.job.AbstractExtensionRequest
 
setVersionConstraint(VersionConstraint) - Method in class org.xwiki.extension.AbstractExtensionDependency
 
setWebsite(String) - Method in class org.xwiki.extension.AbstractExtension
 
setWebsite(String) - Method in interface org.xwiki.extension.MutableExtension
 
SortClause(String, ExtensionQuery.ORDER) - Constructor for class org.xwiki.extension.repository.search.ExtensionQuery.SortClause
 
storeExtension(Extension) - Method in interface org.xwiki.extension.repository.LocalExtensionRepository
Store provided extension (generally a remote extension) in the local repository.
summary - Variable in class org.xwiki.extension.AbstractExtension
 

T

toCanonicalComponentHint(String) - Static method in class org.xwiki.extension.DefaultExtensionComponent
 
toCanonicalComponentType(String) - Static method in class org.xwiki.extension.DefaultExtensionComponent
 
toString() - Method in class org.xwiki.extension.AbstractExtension
 
toString() - Method in class org.xwiki.extension.AbstractExtensionDependency
 
toString() - Method in class org.xwiki.extension.AbstractExtensionPattern
 
toString() - Method in class org.xwiki.extension.AbstractExtensionScmConnection
 
toString() - Method in class org.xwiki.extension.DefaultExtensionAuthor
 
toString() - Method in class org.xwiki.extension.DefaultExtensionComponent
 
toString() - Method in class org.xwiki.extension.ExtensionId
 
toString() - Method in class org.xwiki.extension.ExtensionLicense
 
toString() - Method in class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
 
toString() - Method in class org.xwiki.extension.repository.search.ExtensionQuery.Filter
 
type - Variable in class org.xwiki.extension.AbstractExtension
 
TYPE_LIST - Static variable in class org.xwiki.extension.ExtensionId
Type instance for List<ExtensionId>.

U

uninstall(LocalExtension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionHandler
Deprecated.
uninstall(InstalledExtension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionHandler
Uninstall the provided local extension.
uninstall(LocalExtension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionHandlerManager
Deprecated.
uninstall(InstalledExtension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionHandlerManager
Uninstall the provided local extension.
UninstallException - Exception in org.xwiki.extension
Error when trying to uninstall an extension.
UninstallException(String) - Constructor for exception org.xwiki.extension.UninstallException
Constructs a new exception with the specified detail message.
UninstallException(String, Throwable) - Constructor for exception org.xwiki.extension.UninstallException
Constructs a new exception with the specified detail message and cause.
uninstallExtension(InstalledExtension, String) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
Indicate that the provided extension is uninstalled from provided namespace.
UninstallRequest - Class in org.xwiki.extension.job
Request used in InstallJob.
UninstallRequest() - Constructor for class org.xwiki.extension.job.UninstallRequest
Default constructor.
UninstallRequest(Request) - Constructor for class org.xwiki.extension.job.UninstallRequest
 
upgrade(LocalExtension, LocalExtension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionHandler
upgrade(Collection<InstalledExtension>, LocalExtension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionHandler
Upgrade the provided local extension.
upgrade(LocalExtension, LocalExtension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionHandlerManager
Deprecated.
upgrade(Collection<InstalledExtension>, LocalExtension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionHandlerManager
Upgrade the provided local extension.

V

valueOf(String) - Static method in enum org.xwiki.extension.job.plan.ExtensionPlanAction.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.extension.repository.search.ExtensionQuery.COMPARISON
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.extension.repository.search.ExtensionQuery.ORDER
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.extension.version.Version.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xwiki.extension.job.plan.ExtensionPlanAction.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xwiki.extension.repository.search.ExtensionQuery.COMPARISON
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xwiki.extension.repository.search.ExtensionQuery.ORDER
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xwiki.extension.version.Version.Type
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Interface in org.xwiki.extension.version
An extension version.
Version.Type - Enum in org.xwiki.extension.version
The type of version.
versionConstraint - Variable in class org.xwiki.extension.AbstractExtensionDependency
 
VersionConstraint - Interface in org.xwiki.extension.version
An extension version constraint.
VersionRange - Interface in org.xwiki.extension.version
A range of versions.
VersionRangeCollection - Interface in org.xwiki.extension.version
Extends VersionRange to as a list of VersionRange.

W

website - Variable in class org.xwiki.extension.AbstractExtension
 
WrappingCoreExtension<T extends CoreExtension> - Class in org.xwiki.extension.wrap
Wrap a Core extension.
WrappingCoreExtension(T) - Constructor for class org.xwiki.extension.wrap.WrappingCoreExtension
 
WrappingExtension<E extends Extension> - Class in org.xwiki.extension.wrap
Wrap an extension.
WrappingExtension(E) - Constructor for class org.xwiki.extension.wrap.WrappingExtension
 
WrappingExtensionRepository<T extends ExtensionRepository> - Class in org.xwiki.extension.wrap
WrappingExtensionRepository(T) - Constructor for class org.xwiki.extension.wrap.WrappingExtensionRepository
 
WrappingIndexedExtension<T extends IndexedExtension> - Class in org.xwiki.extension.wrap
Wrap an indexed extension.
WrappingIndexedExtension(T) - Constructor for class org.xwiki.extension.wrap.WrappingIndexedExtension
 
WrappingInstalledExtension<E extends InstalledExtension> - Class in org.xwiki.extension.wrap
Wrap an installed extension.
WrappingInstalledExtension(E) - Constructor for class org.xwiki.extension.wrap.WrappingInstalledExtension
 
WrappingIterableResult<E extends Extension> - Class in org.xwiki.extension.wrap
Provide a public script access to a iterable result.
WrappingIterableResult(IterableResult<E>, ScriptSafeProvider<?>) - Constructor for class org.xwiki.extension.wrap.WrappingIterableResult
 
WrappingLocalExtension<T extends LocalExtension> - Class in org.xwiki.extension.wrap
Wrap a local extension.
WrappingLocalExtension(T) - Constructor for class org.xwiki.extension.wrap.WrappingLocalExtension
 
WrappingRatingExtension<T extends RatingExtension> - Class in org.xwiki.extension.wrap
Wrap a rating extension.
WrappingRatingExtension(T) - Constructor for class org.xwiki.extension.wrap.WrappingRatingExtension
 
WrappingRemoteExtension<T extends RemoteExtension> - Class in org.xwiki.extension.wrap
Wrap a remote extension.
WrappingRemoteExtension(T) - Constructor for class org.xwiki.extension.wrap.WrappingRemoteExtension
 
write(ExtensionJobHistoryRecord, Writer) - Method in interface org.xwiki.extension.job.history.ExtensionJobHistorySerializer
Serializes a given history record and passes the result to the given writer.
A C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2004–2021 XWiki. All rights reserved.