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 RealmQueryRealmQuery.Builder. build() -
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 list of existing realms matching the given query (not including descendant realms) and the total number of descendant realms.
-