public final class SearchCriteriaUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Set<io.apiman.manager.api.beans.search.SearchCriteriaFilterOperator> |
validOperators |
| Modifier and Type | Method and Description |
|---|---|
static void |
validateSearchCriteria(io.apiman.manager.api.beans.search.SearchCriteriaBean criteria)
Validates that the search criteria bean is complete and makes sense.
|
protected static final Set<io.apiman.manager.api.beans.search.SearchCriteriaFilterOperator> validOperators
public static final void validateSearchCriteria(io.apiman.manager.api.beans.search.SearchCriteriaBean criteria)
throws io.apiman.manager.api.rest.contract.exceptions.InvalidSearchCriteriaException
criteria - the search criteriaio.apiman.manager.api.rest.contract.exceptions.InvalidSearchCriteriaException - when the search criteria is not validCopyright © 2016 JBoss, a division of Red Hat. All rights reserved.