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