Package | Description |
---|---|
com.darwino.domino.napi | |
com.darwino.domino.napi.util |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static ITEM_TABLE |
DominoNativeUtils.toItemTable(Object... values)
Convert the provided values into an
ITEM_TABLE with no item names. |
Copyright © 2014–2018. All rights reserved.