public interface DocumentProperties
Modifier and Type | Interface and Description |
---|---|
static interface |
DocumentProperties.DocumentProperty
Interface to define properties of an individual Item, without requiring
constant reference to the underlying Item.
|
Modifier and Type | Method and Description |
---|---|
DocumentProperties |
addItemDetails(Item item)
Add an Item's summary details to this DocumentProperties object
|
List<DocumentProperties.DocumentProperty> |
getDocumentProperties()
DocumentProperty objects corresponding to each Item on the Document
|
List<DocumentProperties.DocumentProperty> getDocumentProperties()
DocumentProperties addItemDetails(Item item)
item
- the Item to extract summary details from, not nullCopyright © 2019–2021 HCL. All rights reserved.