Package | Description |
---|---|
com.darwino.domino.napi.wrap | |
com.darwino.domino.napi.wrap.design | |
com.darwino.domino.napi.wrap.item |
Modifier and Type | Method and Description |
---|---|
NSFNote |
NSFDatabase.createNote() |
static NSFNote |
NSFNote.fromLotus(NSFDatabase parent,
lotus.domino.Document lotusDoc) |
NSFNote |
NSFView.getFirstNoteByKey(Object key,
boolean exactMatch)
Returns the first note in the view by the provided key with the current collation, or
null if the key does not match any entries. |
NSFNote |
NSFDatabase.getNoteByID(int noteId) |
NSFNote |
NSFDatabase.getNoteByID(String noteId) |
NSFNote |
NSFDatabase.getNoteByUNID(String unid) |
NSFNote |
NSFItem.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
NSFFolder.add(NSFNote note) |
boolean |
NSFFolder.contains(NSFNote note) |
Object[] |
NSFSession.evaluate(String formula,
NSFNote context) |
void |
NSFNote.makeResponse(NSFNote parentNote) |
void |
NSFFolder.remove(NSFNote note) |
Constructor and Description |
---|
HTMLExporter(NSFNote note,
String itemName) |
NSFItem(NSFNote parent,
String name,
BLOCKID itemBlockId,
ValueType dataType,
BLOCKID valueBlockId,
int valueLen)
Constructs a new
NSFItem object for the provided note and item name. |
Modifier and Type | Method and Description |
---|---|
protected NSFNote |
NSFDesignNoteBase._getInternalNote() |
NSFNote |
NSFDesignNoteBase.getNote() |
Constructor and Description |
---|
NSFCompositeDataItem(NSFNote parent,
String name,
BLOCKID itemBlockId,
ValueType dataType,
BLOCKID valueBlockId,
int valueLen) |
NSFFileItem(NSFNote parent,
String name,
BLOCKID itemBlockId,
ValueType dataType,
BLOCKID valueBlockId,
int valueLen) |
NSFMimeItem(NSFNote parent,
String name,
BLOCKID itemBlockId,
ValueType dataType,
BLOCKID valueBlockId,
int valueLen)
Constructs a new
NSFMIMEItem object for the provided note and item name. |
NSFObjectItem(NSFNote parent,
String name,
BLOCKID itemBlockId,
ValueType dataType,
BLOCKID valueBlockId,
int valueLen) |
Copyright © 2014–2018. All rights reserved.