Package | Description |
---|---|
com.darwino.domino.napi.util | |
com.darwino.domino.napi.wrap | |
com.darwino.domino.napi.wrap.item |
Modifier and Type | Method and Description |
---|---|
static Object[] |
DominoNativeUtils.concatNSFItemValues(Collection<NSFItem> items) |
static <T> T |
DominoNativeUtils.concatNSFItemValues(Collection<NSFItem> items,
Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
NSFItem |
NSFNote.getFirstItem(String itemName) |
NSFItem |
NSFNote.getNextItem(NSFItem previous) |
NSFItem |
NSFNote.getNextItem(NSFItem previous,
String itemName) |
Modifier and Type | Method and Description |
---|---|
List<NSFItem> |
NSFNote.getAllItems(String itemName) |
List<NSFItem> |
NSFNote.getItems() |
Modifier and Type | Method and Description |
---|---|
NSFItem |
NSFNote.getNextItem(NSFItem previous) |
NSFItem |
NSFNote.getNextItem(NSFItem previous,
String itemName) |
Constructor and Description |
---|
NSFItem(NSFItem existing)
Creates an NSFItem based on an existing in-memory NSFItem, including its child structures.
|
Modifier and Type | Class and Description |
---|---|
class |
NSFCompositeDataItem |
class |
NSFFileItem
This subclass of
NSFItem represents items of type TYPE_OBJECT , specifically
those that are file attachments. |
class |
NSFMimeItem |
class |
NSFObjectItem
This subclass of
NSFItem represents items of type TYPE_OBJECT . |
Constructor and Description |
---|
NSFFileItem(NSFItem existing) |
NSFObjectItem(NSFItem existing) |
Copyright © 2014–2018. All rights reserved.