Package | Description |
---|---|
com.darwino.domino.napi | |
com.darwino.domino.napi.struct |
Modifier and Type | Method and Description |
---|---|
abstract short |
DominoAPI.NIFOpenCollection(long hViewDB,
long hDataDB,
int viewNoteID,
short openFlags,
long hUnreadList,
long rethViewNote,
UNIVERSALNOTEID viewUNID,
long rethCollapsedList,
long rethSelectedList)
Returns a handle to the collection (normally the rethCollection parameter)
|
short |
DominoAPIImpl.NIFOpenCollection(long hViewDB,
long hDataDB,
int viewNoteID,
short openFlags,
long hUnreadList,
long rethViewNote,
UNIVERSALNOTEID viewUNID,
long rethCollapsedList,
long rethSelectedList) |
abstract short |
DominoAPI.NIFOpenCollectionWithUserNameList(long hViewDB,
long hDataDB,
int viewNoteID,
short openFlags,
long hUnreadList,
long rethViewNote,
UNIVERSALNOTEID viewUNID,
long rethCollapsedList,
long rethSelectedList,
long nameList) |
short |
DominoAPIImpl.NIFOpenCollectionWithUserNameList(long hViewDB,
long hDataDB,
int viewNoteID,
short openFlags,
long hUnreadList,
long rethViewNote,
UNIVERSALNOTEID viewUNID,
long rethCollapsedList,
long rethSelectedList,
long nameList) |
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) |
Modifier and Type | Method and Description |
---|---|
UNIVERSALNOTEID[] |
LIST.getNoteRefValues()
Returns the values of this list as UNIVERSALNOTEIDs.
|
UNIVERSALNOTEID |
HTMLAPI_URLArg.getValueUNID() |
UNIVERSALNOTEID |
HTMLAPI_URLTargetComponent.getValueUNID() |
Modifier and Type | Method and Description |
---|---|
static LIST |
LIST.fromUniversalNoteIDs(Collection<? extends UNIVERSALNOTEID> unidList) |
Copyright © 2014–2018. All rights reserved.