Package | Description |
---|---|
com.darwino.domino.napi | |
com.darwino.domino.napi.wrap | |
com.darwino.domino.napi.wrap.item |
Modifier and Type | Method and Description |
---|---|
abstract void |
DominoAPI.EnumCompositeBuffer(BLOCKID itemBlockId,
int itemValueLength,
ActionRoutinePtr actionRoutinePtr) |
void |
DominoAPIImpl.EnumCompositeBuffer(BLOCKID itemBlockId,
int itemValueLength,
ActionRoutinePtr actionRoutinePtr) |
abstract void |
DominoAPI.NSFItemAppendByBLOCKID(long hNote,
short itemFlags,
String itemName,
BLOCKID valueBlockId,
int valueLen,
BLOCKID retItemBlockId) |
void |
DominoAPIImpl.NSFItemAppendByBLOCKID(long hNote,
short itemFlags,
String itemName,
BLOCKID valueBlockId,
int valueLen,
BLOCKID retItemBlockId) |
abstract void |
DominoAPI.NSFItemDeleteByBLOCKID(long hNote,
BLOCKID itemBlockId) |
void |
DominoAPIImpl.NSFItemDeleteByBLOCKID(long hNote,
BLOCKID itemBlockId) |
abstract void |
DominoAPI.NSFItemInfo(long hNote,
String itemName,
BLOCKID itemBlockId,
ShortRef valueDataType,
BLOCKID valueBlockId,
IntRef valueLen) |
void |
DominoAPIImpl.NSFItemInfo(long hNote,
String itemName,
BLOCKID itemBlockId,
ShortRef valueDataType,
BLOCKID valueBlockId,
IntRef valueLen) |
abstract void |
DominoAPI.NSFItemInfoNext(long hNote,
BLOCKID nextItem,
String itemName,
BLOCKID itemBlockId,
ShortRef valueDataType,
BLOCKID valueBlockId,
IntRef valueLen) |
void |
DominoAPIImpl.NSFItemInfoNext(long hNote,
BLOCKID nextItem,
String itemName,
BLOCKID itemBlockId,
ShortRef valueDataType,
BLOCKID valueBlockId,
IntRef valueLen) |
abstract void |
DominoAPI.NSFItemQueryEx(long hNote,
BLOCKID itemBlockId,
long retItemName,
short itemNameBufferLength,
ShortRef retItemNameLength,
ShortRef retItemFlags,
ShortRef retDataType,
BLOCKID retbhValue,
IntRef retValueLength,
ByteRef retSeqByte,
ByteRef retDupItemID) |
void |
DominoAPIImpl.NSFItemQueryEx(long hNote,
BLOCKID itemBlockId,
long retItemName,
short itemNameBufferLength,
ShortRef retItemNameLength,
ShortRef retItemFlags,
ShortRef retDataType,
BLOCKID retbhValue,
IntRef retValueLength,
ByteRef retSeqByte,
ByteRef retDupItemID) |
abstract long |
DominoAPI.NSFMimePartGetPart(BLOCKID bhItem) |
long |
DominoAPIImpl.NSFMimePartGetPart(BLOCKID bhItem) |
abstract void |
DominoAPI.NSFNoteCipherExtractFile(long hNote,
BLOCKID itemBlockId,
int extractFlags,
int hDecryptionCipher,
String fileName) |
void |
DominoAPIImpl.NSFNoteCipherExtractFile(long hNote,
BLOCKID itemBlockId,
int extractFlags,
int hDecryptionCipher,
String fileName) |
abstract void |
DominoAPI.NSFNoteCipherExtractWithCallback(long hNote,
BLOCKID bhItem,
int extractFlags,
long hDecryptionCipher,
NOTEEXTRACTCALLBACK noteExtractCallback,
int reserved,
long pReserved) |
void |
DominoAPIImpl.NSFNoteCipherExtractWithCallback(long hNote,
BLOCKID bhItem,
int extractFlags,
long hDecryptionCipher,
NOTEEXTRACTCALLBACK noteExtractCallback,
int reserved,
long pReserved) |
abstract void |
DominoAPI.NSFNoteDetachFile(long hNote,
BLOCKID itemBlockId) |
void |
DominoAPIImpl.NSFNoteDetachFile(long hNote,
BLOCKID itemBlockId) |
abstract boolean |
DominoAPI.NSFNoteHasObjects(long hNote,
BLOCKID firstItemBlockId) |
boolean |
DominoAPIImpl.NSFNoteHasObjects(long hNote,
BLOCKID firstItemBlockId) |
long |
DominoAPI.OSLockBlock(BLOCKID blockId)
This Java version of the C macro omits the first parameter because typed pointers don't make
sense in this API.
|
boolean |
DominoAPI.OSUnlockBlock(BLOCKID blockId) |
Modifier and Type | Method and Description |
---|---|
BLOCKID |
NSFItem.getItemBlockId() |
BLOCKID |
NSFItem.getValueBlockId() |
Constructor and Description |
---|
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. |
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.