Package org.xwiki.extension.index
Interface IndexedExtension
-
- All Superinterfaces:
Comparable<Extension>
,Extension
,Rating
,RatingExtension
,RemoteExtension
- All Known Implementing Classes:
WrappingIndexedExtension
public interface IndexedExtension extends RatingExtension
An extension stored in theExtensionIndex
.- Since:
- 12.10
- Version:
- $Id: 5147391141f1bc744ffd0e39b211be65c9e82256 $
-
-
Field Summary
-
Fields inherited from interface org.xwiki.extension.Extension
FIELD_ALLOWEDNAMESPACE, FIELD_ALLOWEDNAMESPACES, FIELD_AUTHOR, FIELD_AUTHORS, FIELD_CATEGORY, FIELD_COMPONENT, FIELD_COMPONENTS, FIELD_DEPENDENCIES, FIELD_DESCRIPTION, FIELD_EXTENSIONFEATURE, FIELD_EXTENSIONFEATURES, FIELD_FEATURE, FIELD_FEATURES, FIELD_ID, FIELD_ISSUEMANAGEMENT, FIELD_LICENSE, FIELD_LICENSES, FIELD_MANAGEDDEPENDENCIES, FIELD_NAME, FIELD_NAMESPACES, FIELD_PROPERTIES, FIELD_REPOSITORIES, FIELD_REPOSITORY, FIELD_SCM, FIELD_SUMMARY, FIELD_TYPE, FIELD_VERSION, FIELD_WEBSITE, IKEYPREFIX
-
Fields inherited from interface org.xwiki.extension.rating.RatingExtension
FIELD_AVERAGE_VOTE, FIELD_RATING, FIELD_TOTAL_VOTES
-
Fields inherited from interface org.xwiki.extension.RemoteExtension
FIELD_RECOMMENDED
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Boolean
isCompatible(String namespace)
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface org.xwiki.extension.Extension
get, getAllowedNamespaces, getAuthors, getCategory, getComponents, getDependencies, getDescription, getExtensionFeature, getExtensionFeatures, getFeatures, getFile, getId, getIssueManagement, getLicenses, getManagedDependencies, getName, getProperties, getProperty, getProperty, getRepositories, getRepository, getScm, getSummary, getType, getWebSite
-
Methods inherited from interface org.xwiki.extension.RemoteExtension
isRecommended
-
-