Modifier and Type | Method and Description |
---|---|
static RealmQuery |
RealmsUtils.buildQuery(String input) |
Modifier and Type | Method and Description |
---|---|
PagedResult<RealmTO> |
RealmRestClient.search(RealmQuery query) |
Modifier and Type | Method and Description |
---|---|
RealmQuery |
RealmQuery.Builder.build() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
PagedResult<RealmTO> |
RealmServiceImpl.search(RealmQuery query) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.