Uses of Class
org.apache.syncope.core.persistence.api.dao.search.RoleCond
-
Packages that use RoleCond Package Description org.apache.syncope.core.persistence.jpa.dao -
-
Uses of RoleCond in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type RoleCond Modifier and Type Method Description protected co.elastic.clients.elasticsearch._types.query_dsl.Query
ElasticsearchAnySearchDAO. getQuery(RoleCond cond)
protected String
JPAAnySearchDAO. getQuery(RoleCond cond, boolean not, List<Object> parameters, SearchSupport svs)
protected org.opensearch.client.opensearch._types.query_dsl.Query
OpenSearchAnySearchDAO. getQuery(RoleCond cond)
protected String
PGJPAJSONAnySearchDAO. getQuery(RoleCond cond, boolean not, List<Object> parameters, SearchSupport svs)
protected boolean
JPAAnyMatchDAO. matches(User user, RoleCond cond, boolean not)
-