Uses of Class
org.apache.syncope.common.rest.api.beans.RealmQuery
-
Packages that use RealmQuery Package Description org.apache.syncope.common.rest.api.beans org.apache.syncope.common.rest.api.service -
-
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 RealmQueryRealmQuery.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 org.apache.syncope.common.lib.to.PagedResult<org.apache.syncope.common.lib.to.RealmTO>RealmService. search(RealmQuery query)Returns a paged list of existing realms matching the given query.
-