Package | Description |
---|---|
com.darwino.domino.napi | |
com.darwino.domino.napi.struct | |
com.darwino.domino.napi.wrap |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
OID |
SEARCH_MATCH.getOriginatorId()
Returns the "OriginatorID" field of the struct as a
OID object. |
Modifier and Type | Method and Description |
---|---|
void |
SEARCH_MATCH.setOriginatorId(OID oid) |
Modifier and Type | Method and Description |
---|---|
OID |
NSFNote.getOID()
Retrieves the note's OID.
|
Constructor and Description |
---|
NSFNoteInfo(int noteId,
OID oid,
TIMEDATE modified,
short noteClass,
TIMEDATE addedToFile,
int responseCount,
int parentId) |
NSFOriginatorID(OID oid) |
Copyright © 2014–2018. All rights reserved.