Package | Description |
---|---|
com.darwino.domino.napi |
Modifier and Type | Method and Description |
---|---|
abstract void |
DominoAPI.HTMLGetText(long hHTML,
int startingOffset,
IntRef textLength,
long pText) |
void |
DominoAPIImpl.HTMLGetText(long hHTML,
int startingOffset,
IntRef textLength,
long pText) |
abstract boolean |
DominoAPI.IDScan(long hTable,
boolean first,
IntRef retID) |
boolean |
DominoAPIImpl.IDScan(long hTable,
boolean first,
IntRef retID) |
abstract void |
DominoAPI.NIFFindByKey(short hCollection,
ITEM_TABLE key,
short findFlags,
COLLECTIONPOSITION retIndexPos,
IntRef retNumMatches) |
void |
DominoAPIImpl.NIFFindByKey(short hCollection,
ITEM_TABLE key,
short findFlags,
COLLECTIONPOSITION retIndexPos,
IntRef retNumMatches) |
abstract void |
DominoAPI.NIFFindByKeyExtended2(short hCollection,
ITEM_TABLE key,
int findFlags,
int returnFlags,
COLLECTIONPOSITION retIndexPos,
IntRef retNumMatches,
IntRef retSignalFlags,
IntRef rethBuffer,
IntRef retSequence) |
void |
DominoAPIImpl.NIFFindByKeyExtended2(short hCollection,
ITEM_TABLE key,
int findFlags,
int returnFlags,
COLLECTIONPOSITION retIndexPos,
IntRef retNumMatches,
IntRef retSignalFlags,
IntRef rethBuffer,
IntRef retSequence) |
abstract long |
DominoAPI.NIFReadEntries(short hCollection,
COLLECTIONPOSITION indexPos,
short skipNavigator,
int skipCount,
short returnNavigator,
int returnCount,
int returnMask,
ShortRef retBufferLength,
IntRef retNumEntriesSkipped,
IntRef retNumEntriesReturned,
ShortRef retSignalFlags)
Returns a handle to the data buffer (normally the rethBuffer parameter)
|
long |
DominoAPIImpl.NIFReadEntries(short hCollection,
COLLECTIONPOSITION indexPos,
short skipNavigator,
int skipCount,
short returnNavigator,
int returnCount,
int returnMask,
ShortRef retBufferLength,
IntRef retNumEntriesSkipped,
IntRef retNumEntriesReturned,
ShortRef retSignalFlags) |
abstract void |
DominoAPI.NLS_translate(long pString,
short len,
long pStringTarget,
IntRef pSize,
short controlFlags,
long pInfo) |
void |
DominoAPIImpl.NLS_translate(long pString,
short len,
long pStringTarget,
IntRef pSize,
short controlFlags,
long pInfo) |
abstract long |
DominoAPI.NSFComputeEvaluate(long hCompute,
long hNote,
IntRef retResultLength,
IntRef retNoteMatchesFormula,
IntRef retNoteShouldBeDeleted,
IntRef retNoteModified) |
long |
DominoAPIImpl.NSFComputeEvaluate(long hCompute,
long hNote,
IntRef retResultLength,
IntRef retNoteMatchesFormula,
IntRef retNoteShouldBeDeleted,
IntRef retNoteModified) |
abstract void |
DominoAPI.NSFDbGetMultNoteInfo(long hDb,
short count,
short options,
long hInBuf,
IntRef retSize,
LongRef rethOutBuf) |
void |
DominoAPIImpl.NSFDbGetMultNoteInfo(long hDb,
short count,
short options,
long hInBuf,
IntRef retSize,
LongRef rethOutBuf) |
abstract void |
DominoAPI.NSFDbGetMultNoteInfoByUNID(long hDb,
short count,
short options,
long hInBuf,
IntRef retSize,
LongRef rethOutBuf) |
void |
DominoAPIImpl.NSFDbGetMultNoteInfoByUNID(long hDb,
short count,
short options,
long hInBuf,
IntRef retSize,
LongRef rethOutBuf) |
abstract boolean |
DominoAPI.NSFDbGetNoteInfo(long hDb,
int noteID,
OID oid,
TIMEDATE retModified,
IntRef retNoteClass) |
boolean |
DominoAPIImpl.NSFDbGetNoteInfo(long hDb,
int noteID,
OID oid,
TIMEDATE retModified,
IntRef retNoteClass) |
abstract boolean |
DominoAPI.NSFDbGetNoteInfoByUNID(long hDb,
UNIVERSALNOTEID unid,
IntRef retNoteID,
OID oid,
TIMEDATE retModified,
IntRef retNoteClass) |
boolean |
DominoAPIImpl.NSFDbGetNoteInfoByUNID(long hDb,
UNIVERSALNOTEID unid,
IntRef retNoteID,
OID oid,
TIMEDATE retModified,
IntRef retNoteClass) |
abstract boolean |
DominoAPI.NSFDbGetNoteInfoExt(long hDb,
int noteID,
OID oid,
TIMEDATE retModified,
IntRef retNoteClass,
TIMEDATE retAddedToFile,
IntRef retResponseCount,
IntRef retParentNoteID) |
boolean |
DominoAPIImpl.NSFDbGetNoteInfoExt(long hDb,
int noteID,
OID oid,
TIMEDATE retModified,
IntRef retNoteClass,
TIMEDATE retAddedToFile,
IntRef retResponseCount,
IntRef retParentNoteID) |
abstract void |
DominoAPI.NSFDbGetObjectSize(long hDb,
int objectId,
short objectType,
IntRef retSize,
ShortRef retClass,
ShortRef retPrivileges) |
void |
DominoAPIImpl.NSFDbGetObjectSize(long hDb,
int objectId,
short objectType,
IntRef retSize,
ShortRef retClass,
ShortRef retPrivileges) |
abstract long |
DominoAPI.NSFFormulaCompile(String formulaName,
String formulaText,
IntRef retFormulaLength,
IntRef retCompileError,
IntRef retCompileErrorLine,
IntRef retCompileErrorColumn,
IntRef retCompileErrorOffset,
IntRef retCompileErrorLength) |
long |
DominoAPIImpl.NSFFormulaCompile(String formulaName,
String formulaText,
IntRef retFormulaLength,
IntRef retCompileError,
IntRef retCompileErrorLine,
IntRef retCompileErrorColumn,
IntRef retCompileErrorOffset,
IntRef retCompileErrorLength) |
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) |
Copyright © 2014–2018. All rights reserved.