Package | Description |
---|---|
com.hcl.domino.data |
Modifier and Type | Method and Description |
---|---|
Item |
Item.convertRFC822TextItem()
This function converts the input
ItemDataType.TYPE_RFC822_TEXT item in an open document
to its pre-V5 equivalent; i.e. |
Modifier and Type | Method and Description |
---|---|
Stream<Item> |
Document.allItems()
Returns a stream of all document items
|
Optional<Item> |
Document.getFirstItem(String itemName)
Retrieves the first item of the given name on the document.
|
List<Item> |
Document.getReadersFields()
The function returns all the readers items of the document
|
Modifier and Type | Method and Description |
---|---|
DocumentProperties |
DocumentProperties.addItemDetails(Item item)
Add an Item's summary details to this DocumentProperties object
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2019–2021 HCL. All rights reserved.