Uses of Class
org.xwiki.extension.repository.search.ExtensionQuery.COMPARISON
-
Packages that use ExtensionQuery.COMPARISON Package Description org.xwiki.extension.repository org.xwiki.extension.repository.search -
-
Uses of ExtensionQuery.COMPARISON in org.xwiki.extension.repository
Methods in org.xwiki.extension.repository with parameters of type ExtensionQuery.COMPARISON Modifier and Type Method Description void
AbstractFilteredExtensionRepository. addFilter(String field, Object value, ExtensionQuery.COMPARISON comparison)
-
Uses of ExtensionQuery.COMPARISON in org.xwiki.extension.repository.search
Methods in org.xwiki.extension.repository.search that return ExtensionQuery.COMPARISON Modifier and Type Method Description ExtensionQuery.COMPARISON
ExtensionQuery.Filter. getComparison()
static ExtensionQuery.COMPARISON
ExtensionQuery.COMPARISON. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExtensionQuery.COMPARISON[]
ExtensionQuery.COMPARISON. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.extension.repository.search with parameters of type ExtensionQuery.COMPARISON Modifier and Type Method Description ExtensionQuery
ExtensionQuery. addFilter(String field, Object value, ExtensionQuery.COMPARISON comparison)
Constructors in org.xwiki.extension.repository.search with parameters of type ExtensionQuery.COMPARISON Constructor Description Filter(String field, Object value, ExtensionQuery.COMPARISON comparison)
-