Package | Description |
---|---|
com.darwino.domino.napi | |
com.darwino.domino.napi.wrap |
Modifier and Type | Method and Description |
---|---|
abstract void |
DominoAPI.NSFSearch(long hDb,
long hFormula,
String viewTitle,
short searchFlags,
short noteClassMask,
TIMEDATE since,
NSFSEARCHPROC enumRoutine,
TIMEDATE retUntil) |
void |
DominoAPIImpl.NSFSearch(long hDb,
long hFormula,
String viewTitle,
short searchFlags,
short noteClassMask,
TIMEDATE since,
NSFSEARCHPROC enumRoutine,
TIMEDATE retUntil) |
abstract void |
DominoAPI.NSFSearchExtended3(long hDb,
long hFormula,
long hFilter,
int filterFlags,
String viewTitle,
int searchFlags,
int searchFlags1,
int searchFlags2,
int searchFlags3,
int searchFlags4,
short noteClassMask,
TIMEDATE since,
NSFSEARCHPROC enumRoutine,
TIMEDATE retUntil,
long hNamesList) |
void |
DominoAPIImpl.NSFSearchExtended3(long hDb,
long hFormula,
long hFilter,
int filterFlags,
String viewTitle,
int searchFlags,
int searchFlags1,
int searchFlags2,
int searchFlags3,
int searchFlags4,
short noteClassMask,
TIMEDATE since,
NSFSEARCHPROC enumRoutine,
TIMEDATE retUntil,
long hNamesList) |
abstract void |
DominoAPI.NSFSearchWithUserNameList(long hDb,
long hFormula,
String viewTitle,
short searchFlags,
short noteClassMask,
TIMEDATE since,
NSFSEARCHPROC enumRoutine,
TIMEDATE retUntil,
long nameList) |
void |
DominoAPIImpl.NSFSearchWithUserNameList(long hDb,
long hFormula,
String viewTitle,
short searchFlags,
short noteClassMask,
TIMEDATE since,
NSFSEARCHPROC enumRoutine,
TIMEDATE retUntil,
long nameList) |
Modifier and Type | Method and Description |
---|---|
void |
NSFDatabase.search(String query,
NSFSEARCHPROC proc) |
void |
NSFDatabase.search(String query,
NSFSEARCHPROC proc,
int searchFlags,
int searchFlags1,
int searchFlags2,
int searchFlags3,
int searchFlags4,
short noteClassMask,
TIMEDATE since,
TIMEDATE until) |
void |
NSFDatabase.search(String query,
NSFSEARCHPROC proc,
short searchFlags,
short noteClassMask,
TIMEDATE since,
TIMEDATE until) |
Copyright © 2014–2018. All rights reserved.