Package | Description |
---|---|
net.bluemind.directory.hollow.datamodel.consumer |
Modifier and Type | Field and Description |
---|---|
java.util.List<Query> |
Query.children |
Modifier and Type | Method and Description |
---|---|
static Query |
Query.andQuery(java.util.List<Query> children) |
static Query |
Query.contentQuery(java.lang.String key,
java.lang.String value) |
static Query |
Query.orQuery(java.util.List<Query> children) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AddressBookRecord> |
FilteredDirectorySearch.search(Query query) |
java.util.List<AddressBookRecord> |
DefaultDirectorySearch.search(Query query) |
java.util.List<AddressBookRecord> |
DirectoryDeserializer.search(Query query) |
java.util.List<AddressBookRecord> |
SerializedDirectorySearch.search(Query query) |
Modifier and Type | Method and Description |
---|---|
static Query |
Query.andQuery(java.util.List<Query> children) |
static Query |
Query.orQuery(java.util.List<Query> children) |
Copyright © 2021. All Rights Reserved.