Uses of Interface
org.xwiki.extension.version.Version
-
Packages that use Version Package Description org.xwiki.extension org.xwiki.extension.repository org.xwiki.extension.repository.rating org.xwiki.extension.version org.xwiki.extension.wrap -
-
Uses of Version in org.xwiki.extension
Methods in org.xwiki.extension that return Version Modifier and Type Method Description Version
ExtensionId. getVersion()
Constructors in org.xwiki.extension with parameters of type Version Constructor Description ExtensionId(String id, Version version)
-
Uses of Version in org.xwiki.extension.repository
Methods in org.xwiki.extension.repository that return types with arguments of type Version Modifier and Type Method Description IterableResult<Version>
AbstractFilteredExtensionRepository. resolveVersions(String id, int offset, int nb)
IterableResult<Version>
ExtensionRepository. resolveVersions(String id, int offset, int nb)
Return ordered (ascendent) versions for the provided extension id.IterableResult<Version>
ExtensionRepositoryManager. resolveVersions(String id, int offset, int nb)
Return ordered (ascendent) versions for the provided extension id. -
Uses of Version in org.xwiki.extension.repository.rating
Methods in org.xwiki.extension.repository.rating with parameters of type Version Modifier and Type Method Description ExtensionRating
Ratable. getRating(String extensionId, Version extensionVersion)
-
Uses of Version in org.xwiki.extension.version
Methods in org.xwiki.extension.version that return Version Modifier and Type Method Description Version
VersionConstraint. getVersion()
Gets the version recommended by this constraint.Methods in org.xwiki.extension.version with parameters of type Version Modifier and Type Method Description boolean
VersionConstraint. containsVersion(Version version)
Indicate if the providedVersion
satisfies the constraint.boolean
VersionRange. containsVersion(Version version)
Indicate if the provided version is part of this range.boolean
VersionConstraint. isCompatible(Version version)
Indicate if the providedVersion
is compatible with this version. -
Uses of Version in org.xwiki.extension.wrap
Methods in org.xwiki.extension.wrap that return types with arguments of type Version Modifier and Type Method Description IterableResult<Version>
WrappingExtensionRepository. resolveVersions(String id, int offset, int nb)
-