Package | Description |
---|---|
com.hcl.domino.data | |
com.hcl.domino.dbdirectory |
Modifier and Type | Method and Description |
---|---|
void |
Document.forEachAttachment(BiConsumer<Attachment,Loop> consumer)
Iterates over each attachment in the document, until all attachments have been
processed or the consumer calls
stop() . |
void |
Database.forEachCollection(BiConsumer<DominoCollectionInfo,Loop> consumer)
Iterates over all collections in this database
|
void |
DominoCollection.forEachDocument(int skip,
int count,
BiConsumer<Document,Loop> consumer) |
void |
CollectionSearchQuery.forEachDocument(int skip,
int count,
BiConsumer<Document,Loop> consumer) |
void |
DbQueryResult.forEachDocument(int skip,
int count,
BiConsumer<Document,Loop> consumer)
Iterates over each document in the search result
|
void |
Document.forEachItem(BiConsumer<Item,Loop> consumer)
Iterates over all document items
|
void |
Document.forEachItem(String itemName,
BiConsumer<Item,Loop> consumer)
Iterates over all document items with the specified name
|
void |
Database.forEachProfileDocument(BiConsumer<Document,Loop> consumer)
Iterates over all profile documents in the database
|
void |
Database.forEachProfileDocument(String profileName,
BiConsumer<Document,Loop> consumer)
Iterates over all profile documents of the specified type in
the database
|
void |
Database.forEachProfileDocument(String profileName,
String userName,
BiConsumer<Document,Loop> consumer)
Iterates over all profile documents of the specified type/username in
the database
|
Modifier and Type | Method and Description |
---|---|
void |
DirectorySearchQuery.forEach(int skip,
int limit,
BiConsumer<DirEntry,Loop> consumer)
Iterates over each
DirEntry in the search result |
Copyright © 2019–2021 HCL. All rights reserved.