- 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.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.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
-
- equals(Object) - Method in class org.xwiki.extension.wrap.AbstractWrappingObject
-
- 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.
- 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(String, Throwable) - Constructor for exception org.xwiki.extension.ExtensionException
-
Constructs a new exception with the specified detail message and cause.
- 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, String) - Constructor for class org.xwiki.extension.ExtensionId
-
- ExtensionId(String, Version) - Constructor for class org.xwiki.extension.ExtensionId
-
- 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.
- 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
-
- ExtensionJobHistoryRecord - Class in org.xwiki.extension.job.history
-
- 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
-
- 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.
- 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.Filter(String, Object, ExtensionQuery.COMPARISON) - Constructor for class org.xwiki.extension.repository.search.ExtensionQuery.Filter
-
- 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.
- ExtensionQuery.SortClause(String, ExtensionQuery.ORDER) - Constructor for class org.xwiki.extension.repository.search.ExtensionQuery.SortClause
-
- 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
-
- 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 behind remote 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.
- 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.
- 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.
- 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.
- ExtensionValidator - Interface in org.xwiki.extension.handler
-
Check if executing a given action on a passed extension is allowed.
- get(String) - Method in class org.xwiki.extension.AbstractExtension
-
Get an extension field by name.
- get(String) - Method in interface org.xwiki.extension.Extension
-
Get an extension field (name, summary, id, etc.) by name.
- get(String) - Method in class org.xwiki.extension.wrap.WrappingExtension
-
- getAbsolutePath() - Method in interface org.xwiki.extension.LocalExtensionFile
-
Returns the absolute pathname string of this file.
- 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
-
- 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.WrappingExtension
-
- 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(ExtensionId) - 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.WrappingExtension
-
- getChildren() - Method in interface org.xwiki.extension.job.plan.ExtensionPlanNode
-
- getComparison() - Method in class org.xwiki.extension.repository.search.ExtensionQuery.Filter
-
- 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.WrappingExtension
-
- getDescription() - Method in class org.xwiki.extension.AbstractExtension
-
- getDescription() - Method in interface org.xwiki.extension.Extension
-
- getDescription() - Method in class org.xwiki.extension.wrap.WrappingExtension
-
- 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
-
- 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
-
- getExtension() - Method in interface org.xwiki.extension.job.plan.ExtensionPlanAction
-
- 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
-
- getFeatures() - Method in interface org.xwiki.extension.Extension
-
The idea is to indicate in an extension a list of provided "functionalities".
- getFeatures() - Method in class org.xwiki.extension.wrap.WrappingExtension
-
- 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
-
Return extension file descriptor.
- getFile() - Method in interface org.xwiki.extension.LocalExtension
-
- getFile() - Method in class org.xwiki.extension.wrap.WrappingCoreExtension
-
- getFile() - Method in class org.xwiki.extension.wrap.WrappingExtension
-
- 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
-
- getId() - Method in interface org.xwiki.extension.repository.ExtensionRepositoryDescriptor
-
- getId() - Method in class org.xwiki.extension.wrap.WrappingExtension
-
- getId() - Method in class org.xwiki.extension.wrap.WrappingExtensionRepository
-
- 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.WrappingExtension
-
- 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.WrappingExtension
-
- 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
-
- 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.WrappingExtension
-
- 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
-
- 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
-
- 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
-
- getPreviousExtensions() - Method in interface org.xwiki.extension.job.plan.ExtensionPlanAction
-
- getProperties() - Method in class org.xwiki.extension.AbstractExtension
-
- getProperties() - Method in class org.xwiki.extension.AbstractExtensionDependency
-
- getProperties() - Method in interface org.xwiki.extension.Extension
-
- getProperties() - Method in interface org.xwiki.extension.ExtensionDependency
-
- getProperties() - Method in class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
-
- getProperties() - Method in interface org.xwiki.extension.repository.ExtensionRepositoryDescriptor
-
- getProperties() - Method in class org.xwiki.extension.wrap.WrappingExtension
-
- 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.WrappingExtension
-
- getProperty(String, T) - Method in class org.xwiki.extension.wrap.WrappingExtension
-
- 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 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
-
- 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 interface org.xwiki.extension.ExtensionManagerConfiguration
-
- getRepositories() - Method in interface org.xwiki.extension.repository.ExtensionRepositoryManager
-
- 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.WrappingExtension
-
- getRequest() - Method in class org.xwiki.extension.job.history.ExtensionJobHistoryRecord
-
- getScm() - Method in class org.xwiki.extension.AbstractExtension
-
- getScm() - Method in interface org.xwiki.extension.Extension
-
- getScm() - Method in class org.xwiki.extension.wrap.WrappingExtension
-
- 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
-
- getStartDate() - Method in class org.xwiki.extension.job.history.ExtensionJobHistoryRecord
-
- 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.WrappingExtension
-
- 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.WrappingExtension
-
- 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
-
- 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.WrappingExtension
-
- getWrapped() - Method in class org.xwiki.extension.wrap.AbstractWrappingObject
-
- id - Variable in class org.xwiki.extension.AbstractExtension
-
- id - Variable in class org.xwiki.extension.AbstractExtensionDependency
-
- 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.
- 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 org.xwiki.extension.job.internal.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(Version) - Method in interface org.xwiki.extension.version.VersionConstraint
-
Indicate of 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.
- 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
-
- 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
-
- 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
-
- 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
-
- isSortable() - Method in interface org.xwiki.extension.repository.search.AdvancedSearchable
-
- issueManagement - Variable in class org.xwiki.extension.AbstractExtension
-
- 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
-
- 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 - Interface in org.xwiki.extension.rating
-
Represent a rating.
- RatingExtension - Interface in org.xwiki.extension.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.
- record(T) - Method in interface org.xwiki.extension.job.history.QuestionRecorder
-
Record the answer to the given question.
- remove() - Method in class org.xwiki.extension.repository.result.AggregatedIterator
-
- removeExtension(LocalExtension) - Method in interface org.xwiki.extension.repository.LocalExtensionRepository
-
Remove extension from local repository.
- 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
-
- repository - Variable in class org.xwiki.extension.AbstractExtension
-
- 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
-
- 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
-
Deprecated.
- 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 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
-
- scm - Variable in class org.xwiki.extension.AbstractExtension
-
- 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(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.
- 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.
- 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
-
Update optional informations based on the provided extension.
- setAuthors(Collection<? extends ExtensionAuthor>) - Method in class org.xwiki.extension.AbstractExtension
-
- setCategory(String) - Method in class org.xwiki.extension.AbstractExtension
-
- 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
-
- setDescription(String) - Method in class org.xwiki.extension.AbstractExtension
-
- setDescriptor(ExtensionRepositoryDescriptor) - Method in class org.xwiki.extension.repository.AbstractExtensionRepository
-
- 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
-
- 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
-
- setLicenses(Collection<ExtensionLicense>) - Method in class org.xwiki.extension.AbstractExtension
-
- setLimit(int) - Method in class org.xwiki.extension.repository.search.ExtensionQuery
-
- setName(String) - Method in class org.xwiki.extension.AbstractExtension
-
- setOffset(int) - Method in class org.xwiki.extension.repository.search.ExtensionQuery
-
- setProperties(Map<String, Object>) - Method in class org.xwiki.extension.AbstractExtension
-
Replace existing properties with provided properties.
- setProperties(Map<String, Object>) - Method in class org.xwiki.extension.AbstractExtensionDependency
-
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
-
- setRecords(List<ExtensionJobHistoryRecord>) - Method in class org.xwiki.extension.job.history.ReplayRequest
-
Sets the list of history records to replay.
- setRepository(ExtensionRepository) - Method in class org.xwiki.extension.AbstractExtension
-
- setScm(ExtensionScm) - Method in class org.xwiki.extension.AbstractExtension
-
- setSortClauses(Collection<ExtensionQuery.SortClause>) - Method in class org.xwiki.extension.repository.search.ExtensionQuery
-
- setSummary(String) - Method in class org.xwiki.extension.AbstractExtension
-
- setType(String) - Method in class org.xwiki.extension.AbstractExtension
-
- setVersionConstraint(VersionConstraint) - Method in class org.xwiki.extension.AbstractExtensionDependency
-
- setWebsite(String) - Method in class org.xwiki.extension.AbstractExtension
-
- 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
-