Package org.xwiki.extension.rating
Interface RatingExtension
-
- All Superinterfaces:
Comparable<Extension>
,Extension
,Rating
,RemoteExtension
- All Known Subinterfaces:
IndexedExtension
- All Known Implementing Classes:
AbstractRatingExtension
,WrappingIndexedExtension
,WrappingRatingExtension
public interface RatingExtension extends RemoteExtension, Rating
- Since:
- 6.4M3
- Version:
- $Id: 8a1007c8f2e0812548bc087a711ea3e5e492f0a0 $
-
-
Field Summary
Fields Modifier and Type Field Description static String
FIELD_AVERAGE_VOTE
static String
FIELD_RATING
static String
FIELD_TOTAL_VOTES
-
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.RemoteExtension
FIELD_RECOMMENDED
-
-
Method Summary
-
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
-
-
-
-
Field Detail
-
FIELD_TOTAL_VOTES
static final String FIELD_TOTAL_VOTES
- Since:
- 7.2M1
- See Also:
Rating.getRating()
,ExtensionRating.getTotalVotes()
, Constant Field Values
-
FIELD_AVERAGE_VOTE
static final String FIELD_AVERAGE_VOTE
- Since:
- 7.1.2, 7.2M1
- See Also:
Rating.getRating()
,ExtensionRating.getAverageVote()
, Constant Field Values
-
FIELD_RATING
static final String FIELD_RATING
- Since:
- 9.0RC1, 8.4.2
- See Also:
Rating.getRating()
, Constant Field Values
-
-