Uses of Class
org.apache.syncope.common.rest.api.beans.RealmQuery
-
-
Uses of RealmQuery in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons that return RealmQuery Modifier and Type Method Description static RealmQuery
RealmsUtils. buildKeywordQuery(String input)
static RealmQuery
RealmsUtils. buildRootQuery()
-
Uses of RealmQuery in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type RealmQuery Modifier and Type Method Description PagedResult<RealmTO>
RealmRestClient. search(RealmQuery query)
-
Uses of RealmQuery in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return RealmQuery Modifier and Type Method Description protected RealmQuery
RealmQuery.Builder. newInstance()
-
Uses of RealmQuery in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type RealmQuery Modifier and Type Method Description PagedResult<RealmTO>
RealmService. search(RealmQuery query)
Returns a paged list of existing realms matching the given query. -
Uses of RealmQuery in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type RealmQuery Modifier and Type Method Description PagedResult<RealmTO>
RealmServiceImpl. search(RealmQuery query)
-