Uses of Class
org.nuxeo.ecm.restapi.server.jaxrs.search.QueryExecutor.LangParams
-
Packages that use QueryExecutor.LangParams Package Description org.nuxeo.ecm.restapi.server.jaxrs.search -
-
Uses of QueryExecutor.LangParams in org.nuxeo.ecm.restapi.server.jaxrs.search
Methods in org.nuxeo.ecm.restapi.server.jaxrs.search that return QueryExecutor.LangParams Modifier and Type Method Description static QueryExecutor.LangParams
QueryExecutor.LangParams. valueOf(String name)
Returns the enum constant of this type with the specified name.static QueryExecutor.LangParams[]
QueryExecutor.LangParams. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-