Modifier and Type | Class and Description |
---|---|
static class |
DominoException.DominoExceptionWithoutStackTrace |
class |
DominoFormulaException
A generic exception representing an underlying error code from the Domino API.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
DominoAPI.ACLAddEntry(long hACL,
String name,
short accessLevel,
long privileges,
short accessFlags) |
void |
DominoAPIImpl.ACLAddEntry(long hACL,
String name,
short accessLevel,
long privileges,
short accessFlags) |
abstract long |
DominoAPI.ACLCreate() |
long |
DominoAPIImpl.ACLCreate() |
abstract void |
DominoAPI.ACLDeleteEntry(long hACL,
String name) |
void |
DominoAPIImpl.ACLDeleteEntry(long hACL,
String name) |
abstract void |
DominoAPI.ACLEnumEntries(long hACL,
ACLEnumFunc callback) |
void |
DominoAPIImpl.ACLEnumEntries(long hACL,
ACLEnumFunc callback) |
abstract String |
DominoAPI.ACLGetAdminServer(long hACL) |
String |
DominoAPIImpl.ACLGetAdminServer(long hACL) |
abstract int |
DominoAPI.ACLGetFlags(long hACL) |
int |
DominoAPIImpl.ACLGetFlags(long hACL) |
abstract void |
DominoAPI.ACLGetHistory(long hACL,
LongRef hHistory,
ShortRef historyCount) |
void |
DominoAPIImpl.ACLGetHistory(long hACL,
LongRef hHistory,
ShortRef historyCount) |
abstract String |
DominoAPI.ACLGetPrivName(long hACL,
short privNum) |
String |
DominoAPIImpl.ACLGetPrivName(long hACL,
short privNum) |
abstract void |
DominoAPI.ACLLookupAccess(long hACL,
long pNamesList,
ShortRef retAccessLevel,
long retPrivileges,
ShortRef retAccessFlags,
LongRef rethPrivNames) |
void |
DominoAPIImpl.ACLLookupAccess(long hACL,
long pNamesList,
ShortRef retAccessLevel,
long retPrivileges,
ShortRef retAccessFlags,
LongRef rethPrivNames) |
abstract void |
DominoAPI.ACLSetAdminServer(long hACL,
String serverName) |
void |
DominoAPIImpl.ACLSetAdminServer(long hACL,
String serverName) |
abstract void |
DominoAPI.ACLSetFlags(long hACL,
int flags) |
void |
DominoAPIImpl.ACLSetFlags(long hACL,
int flags) |
abstract void |
DominoAPI.ACLSetPrivName(long hACL,
short privNum,
String privName) |
void |
DominoAPIImpl.ACLSetPrivName(long hACL,
short privNum,
String privName) |
abstract void |
DominoAPI.ACLUpdateEntry(long hACL,
String name,
short updateFlags,
String newName,
short newAccessLevel,
long newPrivileges,
short newAccessFlags) |
void |
DominoAPIImpl.ACLUpdateEntry(long hACL,
String name,
short updateFlags,
String newName,
short newAccessLevel,
long newPrivileges,
short newAccessFlags) |
abstract void |
DominoAPI.ConvertTextToTIMEDATE(long intlFormat,
TFMT textFormat,
long ppText,
short maxLength,
TIMEDATE retTimeDate) |
void |
DominoAPIImpl.ConvertTextToTIMEDATE(long intlFormat,
TFMT textFormat,
long ppText,
short maxLength,
TIMEDATE retTimeDate) |
abstract String |
DominoAPI.ConvertTIMEDATEToText(long intlFormat,
TFMT textFormat,
TIMEDATE inputTime) |
String |
DominoAPIImpl.ConvertTIMEDATEToText(long intlFormat,
TFMT textFormat,
TIMEDATE inputTime) |
abstract void |
DominoAPI.EnumCompositeBuffer(BLOCKID itemBlockId,
int itemValueLength,
ActionRoutinePtr actionRoutinePtr) |
void |
DominoAPIImpl.EnumCompositeBuffer(BLOCKID itemBlockId,
int itemValueLength,
ActionRoutinePtr actionRoutinePtr) |
abstract int |
DominoAPI.FolderCopy(long hDataDB,
long hFolderDB,
int folderNoteID,
String name,
int flags)
Note the swapped positions of the DB handles relative to the NSF* functions
|
int |
DominoAPIImpl.FolderCopy(long hDataDB,
long hFolderDB,
int folderNoteID,
String name,
int flags) |
abstract int |
DominoAPI.FolderCreate(long hDataDB,
long hFolderDB,
int formatNoteID,
long hFormatDB,
String name,
int folderType,
int flags)
Note the swapped positions of the DB handles relative to the NSF* functions
|
int |
DominoAPIImpl.FolderCreate(long hDataDB,
long hFolderDB,
int formatNoteID,
long hFormatDB,
String name,
int folderType,
int flags) |
abstract void |
DominoAPI.FolderDocAdd(long hDataDB,
long hFolderDB,
int folderNoteID,
long hTable,
int flags)
Note the swapped positions of the DB handles relative to the NSF* functions
|
void |
DominoAPIImpl.FolderDocAdd(long hDataDB,
long hFolderDB,
int folderNoteID,
long hTable,
int flags) |
abstract int |
DominoAPI.FolderDocCount(long hDataDB,
long hFolderDB,
int folderNoteID,
int flags)
Note the swapped positions of the DB handles relative to the NSF* functions
|
int |
DominoAPIImpl.FolderDocCount(long hDataDB,
long hFolderDB,
int folderNoteID,
int flags) |
abstract void |
DominoAPI.FolderDocRemove(long hDataDB,
long hFolderDB,
int folderNoteID,
long hTable,
int flags)
Note the swapped positions of the DB handles relative to the NSF* functions
|
void |
DominoAPIImpl.FolderDocRemove(long hDataDB,
long hFolderDB,
int folderNoteID,
long hTable,
int flags) |
abstract void |
DominoAPI.FolderDocRemoveAll(long hDataDB,
long hFolderDB,
int folderNoteID,
int flags)
Note the swapped positions of the DB handles relative to the NSF* functions
|
void |
DominoAPIImpl.FolderDocRemoveAll(long hDataDB,
long hFolderDB,
int folderNoteID,
int flags) |
abstract void |
DominoAPI.FolderMove(long hDataDB,
long hFolderDB,
int folderNoteID,
long hParentDB,
int parentNoteID,
int flags)
Note the swapped positions of the DB handles relative to the NSF* functions
|
void |
DominoAPIImpl.FolderMove(long hDataDB,
long hFolderDB,
int folderNoteID,
long hParentDB,
int parentNoteID,
int flags) |
abstract void |
DominoAPI.FolderRename(long hDataDB,
long hFolderDB,
int folderNoteID,
String name,
int flags)
Note the swapped positions of the DB handles relative to the NSF* functions
|
void |
DominoAPIImpl.FolderRename(long hDataDB,
long hFolderDB,
int folderNoteID,
String name,
int flags) |
abstract void |
DominoAPI.HTMLConvertElement(long hHTML,
long hDb,
long hNote,
String itemName,
int itemIndex,
int offset) |
void |
DominoAPIImpl.HTMLConvertElement(long hHTML,
long hDb,
long hNote,
String itemName,
int itemIndex,
int offset) |
abstract void |
DominoAPI.HTMLConvertItem(long hHTML,
long hDb,
long hNote,
String itemName) |
void |
DominoAPIImpl.HTMLConvertItem(long hHTML,
long hDb,
long hNote,
String itemName) |
abstract long |
DominoAPI.HTMLCreateConverter() |
long |
DominoAPIImpl.HTMLCreateConverter() |
abstract void |
DominoAPI.HTMLDestroyConverter(long hHTML) |
void |
DominoAPIImpl.HTMLDestroyConverter(long hHTML) |
abstract void |
DominoAPI.HTMLGetProperty(long hHTML,
int propertyType,
long pProperty) |
void |
DominoAPIImpl.HTMLGetProperty(long hHTML,
int propertyType,
long pProperty) |
abstract long |
DominoAPI.HTMLGetReference(long hHTML,
long index) |
long |
DominoAPIImpl.HTMLGetReference(long hHTML,
long index) |
abstract void |
DominoAPI.HTMLGetText(long hHTML,
int startingOffset,
IntRef textLength,
long pText) |
void |
DominoAPIImpl.HTMLGetText(long hHTML,
int startingOffset,
IntRef textLength,
long pText) |
abstract long |
DominoAPI.HTMLLockAndFixupReference(long hRef) |
long |
DominoAPIImpl.HTMLLockAndFixupReference(long hRef) |
abstract void |
DominoAPI.HTMLProcessInitialize() |
void |
DominoAPIImpl.HTMLProcessInitialize() |
abstract void |
DominoAPI.HTMLSetHTMLOptions(long hHTML,
String[] optionList) |
void |
DominoAPIImpl.HTMLSetHTMLOptions(long hHTML,
String[] optionList) |
abstract void |
DominoAPI.HTMLSetReferenceText(long hHTML,
long index,
String refText) |
void |
DominoAPIImpl.HTMLSetReferenceText(long hHTML,
long index,
String refText) |
abstract long |
DominoAPI.IDCreateTable(int alignment) |
long |
DominoAPIImpl.IDCreateTable(int alignment) |
abstract boolean |
DominoAPI.IDDelete(long hTable,
int id) |
boolean |
DominoAPIImpl.IDDelete(long hTable,
int id) |
abstract void |
DominoAPI.IDDeleteAll(long hTable) |
void |
DominoAPIImpl.IDDeleteAll(long hTable) |
abstract void |
DominoAPI.IDDeleteTable(long hTable,
long hIDsToDelete) |
void |
DominoAPIImpl.IDDeleteTable(long hTable,
long hIDsToDelete) |
abstract void |
DominoAPI.IDDestroyTable(long hTable) |
void |
DominoAPIImpl.IDDestroyTable(long hTable) |
abstract int |
DominoAPI.IDEntries(long hTable) |
int |
DominoAPIImpl.IDEntries(long hTable) |
abstract void |
DominoAPI.IDEnumerate(long hTable,
IDENUMERATEPROC callback) |
void |
DominoAPIImpl.IDEnumerate(long hTable,
IDENUMERATEPROC callback) |
abstract boolean |
DominoAPI.IDInsert(long hTable,
int id) |
boolean |
DominoAPIImpl.IDInsert(long hTable,
int id) |
abstract void |
DominoAPI.IDInsertTable(long hTable,
long hIDsToAdd) |
void |
DominoAPIImpl.IDInsertTable(long hTable,
long hIDsToAdd) |
abstract boolean |
DominoAPI.IDIsPresent(long hTable,
int id) |
boolean |
DominoAPIImpl.IDIsPresent(long hTable,
int id) |
abstract long |
DominoAPI.IDTableCopy(long hTable) |
long |
DominoAPIImpl.IDTableCopy(long hTable) |
abstract void |
DominoAPI.IDTableIntersect(long hSrc1Table,
long hSrc2Table,
long rethDstTable)
Note: unlike most ID* functions, the final parameter is a pointer to a handle, not a handle itself
|
void |
DominoAPIImpl.IDTableIntersect(long hSrc1Table,
long hSrc2Table,
long rethDstTable) |
abstract void |
DominoAPI.LogEventText(String message,
int hModule,
short additionalErrorCode) |
void |
DominoAPIImpl.LogEventText(String message,
int hModule,
short additionalErrorCode) |
abstract void |
DominoAPI.MIMEConvertCDParts(long hNote,
boolean canonical,
boolean isMIME,
long hCC) |
void |
DominoAPIImpl.MIMEConvertCDParts(long hNote,
boolean canonical,
boolean isMIME,
long hCC) |
abstract void |
DominoAPI.NIFCloseCollection(short hCollection) |
void |
DominoAPIImpl.NIFCloseCollection(short hCollection) |
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 int |
DominoAPI.NIFFindDesignNoteExt(long hDb,
String name,
short noteClass,
String flagsPattern,
int options) |
int |
DominoAPIImpl.NIFFindDesignNoteExt(long hDb,
String name,
short noteClass,
String flagsPattern,
int options) |
abstract int |
DominoAPI.NIFFindView(long hDb,
String name) |
int |
DominoAPIImpl.NIFFindView(long hDb,
String name) |
abstract long |
DominoAPI.NIFGetCollectionData(short hCollection) |
long |
DominoAPIImpl.NIFGetCollectionData(short hCollection) |
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 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.NIFUpdateCollection(short hCollection) |
void |
DominoAPIImpl.NIFUpdateCollection(short hCollection) |
abstract long |
DominoAPI.NLS_load_charset(short CSID) |
long |
DominoAPIImpl.NLS_load_charset(short CSID) |
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.NLS_unload_charset(long pInfo) |
long |
DominoAPIImpl.NLS_unload_charset(long pInfo) |
abstract void |
DominoAPI.NotesInit() |
void |
DominoAPIImpl.NotesInit() |
abstract void |
DominoAPI.NotesInitExtended(String... argv) |
void |
DominoAPIImpl.NotesInitExtended(String... argv) |
abstract void |
DominoAPI.NotesInitThread() |
void |
DominoAPIImpl.NotesInitThread() |
abstract void |
DominoAPI.NotesTerm() |
void |
DominoAPIImpl.NotesTerm() |
abstract void |
DominoAPI.NotesTermThread() |
void |
DominoAPIImpl.NotesTermThread() |
abstract long |
DominoAPI.NSFBuildNamesList(String userName,
int flags) |
long |
DominoAPIImpl.NSFBuildNamesList(String userName,
int flags) |
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 long |
DominoAPI.NSFComputeStart(short flags,
long pCompiledFormula) |
long |
DominoAPIImpl.NSFComputeStart(short flags,
long pCompiledFormula) |
abstract void |
DominoAPI.NSFComputeStop(long hCompute) |
void |
DominoAPIImpl.NSFComputeStop(long hCompute) |
abstract short |
DominoAPI.NSFDbClassGet(long hDb) |
short |
DominoAPIImpl.NSFDbClassGet(long hDb) |
abstract void |
DominoAPI.NSFDbClose(long hDb) |
void |
DominoAPIImpl.NSFDbClose(long hDb) |
abstract void |
DominoAPI.NSFDbCreate(String pathName,
short dbClass,
boolean forceCreation) |
void |
DominoAPIImpl.NSFDbCreate(String pathName,
short dbClass,
boolean forceCreation) |
abstract void |
DominoAPI.NSFDbDelete(String pathName) |
void |
DominoAPIImpl.NSFDbDelete(String pathName) |
abstract long |
DominoAPI.NSFDbGetModifiedNoteTable(long hDb,
short noteClassMask,
TIMEDATE since,
TIMEDATE until) |
long |
DominoAPIImpl.NSFDbGetModifiedNoteTable(long hDb,
short noteClassMask,
TIMEDATE since,
TIMEDATE until) |
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 int |
DominoAPI.NSFDbGetOptions(long hDb) |
int |
DominoAPIImpl.NSFDbGetOptions(long hDb) |
abstract long |
DominoAPI.NSFDbInfoGet(long hDb) |
long |
DominoAPIImpl.NSFDbInfoGet(long hDb) |
abstract void |
DominoAPI.NSFDbModifiedTime(long hDb,
TIMEDATE retDataModified,
TIMEDATE retNonDataModified) |
void |
DominoAPIImpl.NSFDbModifiedTime(long hDb,
TIMEDATE retDataModified,
TIMEDATE retNonDataModified) |
abstract long |
DominoAPI.NSFDbOpen(String dbPath) |
long |
DominoAPIImpl.NSFDbOpen(String dbPath) |
abstract long |
DominoAPI.NSFDbOpenExtended(String dbPath,
short options,
long hNames,
TIMEDATE modifiedTime,
TIMEDATE retDataModified,
TIMEDATE retNonDataModified) |
long |
DominoAPIImpl.NSFDbOpenExtended(String dbPath,
short options,
long hNames,
TIMEDATE modifiedTime,
TIMEDATE retDataModified,
TIMEDATE retNonDataModified) |
abstract void |
DominoAPI.NSFDbPathGet(long hDb,
long retCanonicalPathName,
long retExpandedPathName) |
void |
DominoAPIImpl.NSFDbPathGet(long hDb,
long retCanonicalPathName,
long retExpandedPathName) |
abstract long |
DominoAPI.NSFDbReadACL(long hDb) |
long |
DominoAPIImpl.NSFDbReadACL(long hDb) |
abstract long |
DominoAPI.NSFDbReadObject(long hDb,
int objectId,
int offset,
int length) |
long |
DominoAPIImpl.NSFDbReadObject(long hDb,
int objectId,
int offset,
int length) |
abstract void |
DominoAPI.NSFDbReplicaInfoGet(long hDb,
DBREPLICAINFO retReplicaInfo) |
void |
DominoAPIImpl.NSFDbReplicaInfoGet(long hDb,
DBREPLICAINFO retReplicaInfo) |
abstract void |
DominoAPI.NSFDbSetOptions(long hDb,
int options,
int mask) |
void |
DominoAPIImpl.NSFDbSetOptions(long hDb,
int options,
int mask) |
abstract void |
DominoAPI.NSFDbStoreACL(long hDb,
long hACL,
int objectId,
short method) |
void |
DominoAPIImpl.NSFDbStoreACL(long hDb,
long hACL,
int objectId,
short method) |
abstract String |
DominoAPI.NSFDbUserNameGet(long hDb) |
String |
DominoAPIImpl.NSFDbUserNameGet(long hDb) |
abstract long |
DominoAPI.NSFFolderGetIDTable(long hViewDB,
long hDataDB,
int viewNoteID,
int flags) |
long |
DominoAPIImpl.NSFFolderGetIDTable(long hViewDB,
long hDataDB,
int viewNoteID,
int flags) |
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 String |
DominoAPI.NSFFormulaDecompile(long pFormulaBuffer,
boolean selectionFormula) |
String |
DominoAPIImpl.NSFFormulaDecompile(long pFormulaBuffer,
boolean selectionFormula) |
abstract short |
DominoAPI.NSFFormulaGetSize(long hFormula) |
short |
DominoAPIImpl.NSFFormulaGetSize(long hFormula) |
abstract void |
DominoAPI.NSFFormulaMerge(long hSrcFormula,
long hDestFormula) |
void |
DominoAPIImpl.NSFFormulaMerge(long hSrcFormula,
long hDestFormula) |
abstract void |
DominoAPI.NSFFormulaSummaryItem(long hFormula,
String itemName) |
void |
DominoAPIImpl.NSFFormulaSummaryItem(long hFormula,
String itemName) |
abstract void |
DominoAPI.NSFGetAllFolderChanges(long hViewDB,
long hDataDB,
TIMEDATE since,
int flags,
NSFGETALLFOLDERCHANGESCALLBACK callback,
TIMEDATE until) |
void |
DominoAPIImpl.NSFGetAllFolderChanges(long hViewDB,
long hDataDB,
TIMEDATE since,
int flags,
NSFGETALLFOLDERCHANGESCALLBACK callback,
TIMEDATE until) |
abstract long |
DominoAPI.NSFGetChangedDBs(String serverName,
TIMEDATE sinceTime,
long changesSize,
TIMEDATE nextSinceTime) |
long |
DominoAPIImpl.NSFGetChangedDBs(String serverName,
TIMEDATE sinceTime,
long changesSize,
TIMEDATE nextSinceTime) |
abstract void |
DominoAPI.NSFGetFolderChanges(long hViewDB,
long hDataDB,
int viewNoteID,
TIMEDATE since,
int flags,
long addedNoteTablePtr,
long removedNoteTablePtr) |
void |
DominoAPIImpl.NSFGetFolderChanges(long hViewDB,
long hDataDB,
int viewNoteID,
TIMEDATE since,
int flags,
long addedNoteTablePtr,
long removedNoteTablePtr) |
abstract void |
DominoAPI.NSFItemAppend(long hNote,
short itemFlags,
String itemName,
short itemType,
long valuePtr,
int valueLen) |
void |
DominoAPIImpl.NSFItemAppend(long hNote,
short itemFlags,
String itemName,
short itemType,
long valuePtr,
int valueLen) |
abstract void |
DominoAPI.NSFItemAppendByBLOCKID(long hNote,
short itemFlags,
String itemName,
BLOCKID valueBlockId,
int valueLen,
BLOCKID retItemBlockId) |
void |
DominoAPIImpl.NSFItemAppendByBLOCKID(long hNote,
short itemFlags,
String itemName,
BLOCKID valueBlockId,
int valueLen,
BLOCKID retItemBlockId) |
abstract String |
DominoAPI.NSFItemConvertToText(long hNote,
String itemName,
short textBufLen,
char separator) |
String |
DominoAPIImpl.NSFItemConvertToText(long hNote,
String itemName,
short textBufLen,
char separator) |
abstract void |
DominoAPI.NSFItemDelete(long hNote,
String itemName) |
void |
DominoAPIImpl.NSFItemDelete(long hNote,
String itemName) |
abstract void |
DominoAPI.NSFItemDeleteByBLOCKID(long hNote,
BLOCKID itemBlockId) |
void |
DominoAPIImpl.NSFItemDeleteByBLOCKID(long hNote,
BLOCKID itemBlockId) |
abstract String |
DominoAPI.NSFItemGetText(long hNote,
String itemName,
short textBufLen) |
String |
DominoAPIImpl.NSFItemGetText(long hNote,
String itemName,
short textBufLen) |
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.NSFItemScan(long hNote,
NSFITEMSCANPROC actionRoutine) |
void |
DominoAPIImpl.NSFItemScan(long hNote,
NSFITEMSCANPROC actionRoutine) |
abstract void |
DominoAPI.NSFItemSetNumber(long hNote,
String itemName,
double value) |
void |
DominoAPIImpl.NSFItemSetNumber(long hNote,
String itemName,
double value) |
abstract void |
DominoAPI.NSFItemSetText(long hNote,
String itemName,
String value) |
void |
DominoAPIImpl.NSFItemSetText(long hNote,
String itemName,
String value) |
abstract void |
DominoAPI.NSFItemSetTextSummary(long hNote,
String itemName,
String value,
boolean summary) |
void |
DominoAPIImpl.NSFItemSetTextSummary(long hNote,
String itemName,
String value,
boolean summary) |
abstract void |
DominoAPI.NSFItemSetTime(long hNote,
String itemName,
TIMEDATE timeDate) |
void |
DominoAPIImpl.NSFItemSetTime(long hNote,
String itemName,
TIMEDATE timeDate) |
abstract long |
DominoAPI.NSFMimePartGetPart(BLOCKID bhItem) |
abstract void |
DominoAPI.NSFNoteAttachFile(long hNote,
String itemName,
String fileName,
String origPathName,
short encodingType) |
void |
DominoAPIImpl.NSFNoteAttachFile(long hNote,
String itemName,
String fileName,
String origPathName,
short encodingType) |
abstract void |
DominoAPI.NSFNoteCheck(long hNote)
Verifies the structure of an in-memory note.
|
void |
DominoAPIImpl.NSFNoteCheck(long hNote) |
abstract void |
DominoAPI.NSFNoteCipherDecrypt(long hNote,
long hKFC,
int decryptFlags,
long rethCipherForAttachments) |
void |
DominoAPIImpl.NSFNoteCipherDecrypt(long hNote,
long hKFC,
int decryptFlags,
long rethCipherForAttachments) |
abstract void |
DominoAPI.NSFNoteCipherExtractFile(long hNote,
BLOCKID itemBlockId,
int extractFlags,
int hDecryptionCipher,
String fileName) |
void |
DominoAPIImpl.NSFNoteCipherExtractFile(long hNote,
BLOCKID itemBlockId,
int extractFlags,
int hDecryptionCipher,
String fileName) |
abstract void |
DominoAPI.NSFNoteCipherExtractWithCallback(long hNote,
BLOCKID bhItem,
int extractFlags,
long hDecryptionCipher,
NOTEEXTRACTCALLBACK noteExtractCallback,
int reserved,
long pReserved) |
void |
DominoAPIImpl.NSFNoteCipherExtractWithCallback(long hNote,
BLOCKID bhItem,
int extractFlags,
long hDecryptionCipher,
NOTEEXTRACTCALLBACK noteExtractCallback,
int reserved,
long pReserved) |
abstract void |
DominoAPI.NSFNoteClose(long hNote) |
void |
DominoAPIImpl.NSFNoteClose(long hNote) |
abstract long |
DominoAPI.NSFNoteCreate(long hDb) |
long |
DominoAPIImpl.NSFNoteCreate(long hDb) |
abstract void |
DominoAPI.NSFNoteDeleteExtended(long hDb,
int noteID,
int flags) |
void |
DominoAPIImpl.NSFNoteDeleteExtended(long hDb,
int noteID,
int flags) |
abstract void |
DominoAPI.NSFNoteDetachFile(long hNote,
BLOCKID itemBlockId) |
void |
DominoAPIImpl.NSFNoteDetachFile(long hNote,
BLOCKID itemBlockId) |
abstract long |
DominoAPI.NSFNoteOpen(long hDb,
int noteID,
short flags) |
long |
DominoAPIImpl.NSFNoteOpen(long hDb,
int noteID,
short flags) |
abstract long |
DominoAPI.NSFNoteOpenExt(long hDb,
int noteID,
int flags) |
long |
DominoAPIImpl.NSFNoteOpenExt(long hDb,
int noteID,
int flags) |
abstract void |
DominoAPI.NSFNoteUpdate(long hNote,
short updateFlags) |
void |
DominoAPIImpl.NSFNoteUpdate(long hNote,
short updateFlags) |
abstract void |
DominoAPI.NSFNoteUpdateExtended(long hNote,
int updateFlags) |
void |
DominoAPIImpl.NSFNoteUpdateExtended(long hNote,
int updateFlags) |
abstract void |
DominoAPI.NSFProfileDelete(long hDB,
String profileName,
String userName) |
void |
DominoAPIImpl.NSFProfileDelete(long hDB,
String profileName,
String userName) |
abstract void |
DominoAPI.NSFProfileEnum(long hDB,
String profileName,
NSFPROFILEENUMPROC callback,
int flags) |
void |
DominoAPIImpl.NSFProfileEnum(long hDB,
String profileName,
NSFPROFILEENUMPROC callback,
int flags) |
abstract void |
DominoAPI.NSFProfileGetField(long hDB,
String profileName,
String userName,
String fieldName,
long retDataType,
long retbhValue,
long retValueLength) |
void |
DominoAPIImpl.NSFProfileGetField(long hDB,
String profileName,
String userName,
String fieldName,
long retDataType,
long retbhValue,
long retValueLength) |
abstract long |
DominoAPI.NSFProfileOpen(long hDB,
String profileName,
String userName,
boolean copyProfile) |
long |
DominoAPIImpl.NSFProfileOpen(long hDB,
String profileName,
String userName,
boolean copyProfile) |
abstract void |
DominoAPI.NSFProfileSetField(long hDB,
String profileName,
String userName,
String fieldName,
short dataType,
long value,
int valueLength) |
void |
DominoAPIImpl.NSFProfileSetField(long hDB,
String profileName,
String userName,
String fieldName,
short dataType,
long value,
int valueLength) |
abstract void |
DominoAPI.NSFProfileUpdate(long hProfile,
String profileName,
String userName) |
void |
DominoAPIImpl.NSFProfileUpdate(long hProfile,
String profileName,
String userName) |
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) |
abstract void |
DominoAPI.NSFTransactionBegin(long hDb,
int flags) |
void |
DominoAPIImpl.NSFTransactionBegin(long hDb,
int flags) |
abstract void |
DominoAPI.NSFTransactionCommit(long hDb,
int flags) |
void |
DominoAPIImpl.NSFTransactionCommit(long hDb,
int flags) |
abstract void |
DominoAPI.NSFTransactionRollback(long hDb) |
void |
DominoAPIImpl.NSFTransactionRollback(long hDb) |
abstract long |
DominoAPI.NSGetServerList(String portName) |
long |
DominoAPIImpl.NSGetServerList(String portName) |
abstract void |
DominoAPI.OSCurrentTIMEDATE(TIMEDATE retTimeDate) |
void |
DominoAPIImpl.OSCurrentTIMEDATE(TIMEDATE retTimeDate) |
abstract void |
DominoAPI.OSCurrentTimeZone(BaseIntRef retZone,
BaseIntRef retDST) |
void |
DominoAPIImpl.OSCurrentTimeZone(BaseIntRef retZone,
BaseIntRef retDST) |
abstract String |
DominoAPI.OSGetDataDirectory() |
String |
DominoAPIImpl.OSGetDataDirectory() |
abstract int |
DominoAPI.OSGetEnvironmentInt(String name) |
int |
DominoAPIImpl.OSGetEnvironmentInt(String name) |
abstract long |
DominoAPI.OSGetEnvironmentLong(String name) |
long |
DominoAPIImpl.OSGetEnvironmentLong(String name) |
abstract String |
DominoAPI.OSGetEnvironmentString(String name) |
String |
DominoAPIImpl.OSGetEnvironmentString(String name) |
abstract String |
DominoAPI.OSGetExecutableDirectory() |
String |
DominoAPIImpl.OSGetExecutableDirectory() |
abstract long |
DominoAPI.OSMemAlloc(short blkType,
int size) |
long |
DominoAPIImpl.OSMemAlloc(short blkType,
int size) |
abstract void |
DominoAPI.OSMemFree(long Handle) |
void |
DominoAPIImpl.OSMemFree(long Handle) |
abstract String |
DominoAPI.OSPathNetConstruct(String portName,
String serverName,
String fileName) |
String |
DominoAPIImpl.OSPathNetConstruct(String portName,
String serverName,
String fileName) |
abstract void |
DominoAPI.OSSetEnvironmentInt(String name,
int value) |
void |
DominoAPIImpl.OSSetEnvironmentInt(String name,
int value) |
abstract void |
DominoAPI.OSSetEnvironmentVariable(String name,
String value) |
void |
DominoAPIImpl.OSSetEnvironmentVariable(String name,
String value) |
abstract void |
DominoAPI.SECExtractIdFileFromDB(long hDB,
String profileNoteName,
String userName,
String password,
String putIDFileHere) |
void |
DominoAPIImpl.SECExtractIdFileFromDB(long hDB,
String profileNoteName,
String userName,
String password,
String putIDFileHere) |
abstract long |
DominoAPI.SECidfGet(String userName,
String password,
String putIdFileHere,
long pServerName) |
long |
DominoAPIImpl.SECidfGet(String userName,
String password,
String putIdFileHere,
long pServerName) |
abstract void |
DominoAPI.SECidvResetUserPassword(String server,
String userName,
String password,
short downloadCount) |
void |
DominoAPIImpl.SECidvResetUserPassword(String server,
String userName,
String password,
short downloadCount) |
abstract void |
DominoAPI.SECKFMClose(long hKFC,
int flags)
This signature differs from the C level in that the first parameter is the KFHANDLE value
itself, rather than a pointer to it (though the value itself remains defined as a pointer).
|
void |
DominoAPIImpl.SECKFMClose(long hKFC,
int flags) |
abstract String |
DominoAPI.SECKFMGetUserName() |
String |
DominoAPIImpl.SECKFMGetUserName() |
abstract long |
DominoAPI.SECKFMOpen(String idFileName,
String password,
int flags) |
long |
DominoAPIImpl.SECKFMOpen(String idFileName,
String password,
int flags) |
abstract void |
DominoAPI.TimeConstant(short type,
TIMEDATE td) |
void |
DominoAPIImpl.TimeConstant(short type,
TIMEDATE td) |
abstract void |
DominoAPI.TimeDateIncrement(TIMEDATE td,
int interval) |
void |
DominoAPIImpl.TimeDateIncrement(TIMEDATE td,
int interval) |
abstract void |
DominoAPI.TimeGMToLocal(TIME time) |
void |
DominoAPIImpl.TimeGMToLocal(TIME time) |
abstract void |
DominoAPI.TimeGMToLocalZone(TIME time) |
void |
DominoAPIImpl.TimeGMToLocalZone(TIME time) |
abstract void |
DominoAPI.TimeLocalToGM(TIME time) |
void |
DominoAPIImpl.TimeLocalToGM(TIME time) |
Modifier and Type | Method and Description |
---|---|
abstract short |
IDENUMERATEPROC.callback(int id)
A method to be called for each note ID in the IDTable.
|
abstract short |
NOTEEXTRACTCALLBACK.callback(long dataPtr,
int dataLength) |
abstract short |
NSFSEARCHPROC.callback(long searchMatchPtr,
long summaryBufferPtr) |
abstract short |
NSFGETALLFOLDERCHANGESCALLBACK.callback(long unidPtr,
long addedNoteTable,
long removedNoteTable) |
abstract short |
ActionRoutinePtr.callback(long recordPtr,
short recordType,
int recordLength) |
abstract short |
NSFPROFILEENUMPROC.callback(long hDB,
String profileName,
String userName,
int profileNoteId) |
abstract void |
ACLEnumFunc.callback(String name,
short accessLevel,
long privileges,
short accessFlags) |
Modifier and Type | Method and Description |
---|---|
static RANGE |
RANGE.fromDateList(Collection<?> dateList)
Creates a new RANGE containing the values from the provided
List converted to Domino TIMEDATEs and TIMEDATE_PAIRs. |
void |
TIMEDATE.fromDateOnly(int year,
int month,
int day) |
void |
TIMEDATE.fromDateTime(int year,
int month,
int day,
int hour,
int minute,
int second,
int hundredth,
int zone,
int dst) |
void |
TIMEDATE.fromJavaCalendar(Calendar c) |
void |
TIMEDATE.fromJavaDate(Date date) |
void |
TIMEDATE.fromJavaMillis(long date) |
void |
TIMEDATE.fromTimeOnly(int hour,
int minute,
int second,
int hundredth) |
javax.mail.internet.ContentDisposition |
MIME_PART.getContentDisposition() |
javax.mail.internet.ContentType |
MIME_PART.getContentType() |
javax.mail.internet.InternetHeaders |
MIME_PART.getInternetHeaders() |
boolean |
TIMEDATE.isDateOnly() |
boolean |
TIMEDATE.isTimeOnly() |
Object[] |
ITEM_VALUE_TABLE.readItemValues() |
Object[][] |
ITEM_TABLE.readItemValues()
Returns the name/value pairs of the item table as a two-entry array of arrays of equal length.
|
void |
TIMEDATE.setToTimeConstant(short timeConstant)
Sets the value of this TIMEDATE to a time constant defined by Domino.
|
void |
TIMEDATE.setToTimeConstant(TimeConstant timeConstant) |
Calendar |
TIMEDATE.toJavaCalendar()
Returns this date/time value as a
Calendar . |
Date |
TIMEDATE.toJavaDate() |
Date |
TIMEDATE.toJavaDateCompat() |
long |
TIMEDATE.toJavaMillis() |
long |
TIMEDATE.toJavaMillisCompat()
This method converts the TIMEDATE to an epoch timestamp using behavior based on the legacy
Domino Java API: empty dates or times are based on the current day, rather than the epoch.
|
javax.mail.internet.MimeBodyPart |
MIME_PART.toMimeBodyPart() |
TIME |
TIMEDATE.toTIME()
It is the responsibility of the caller to free the returned
TIME struct. |
TIME |
TIMEDATE.toTIME(TimeZone timeZone)
It is the responsibility of the caller to free the returned
TIME struct. |
Modifier and Type | Method and Description |
---|---|
NSFFormula |
CDFIELD.getDefaultValueFormula() |
NSFFormula |
CDFIELD.getInputTranslationFormula() |
NSFFormula |
CDFIELD.getInputValidationFormula() |
NSFFormula |
CDFIELD.getValuesFormula() |
Modifier and Type | Method and Description |
---|---|
static Object[] |
DominoNativeUtils.concatNSFItemValues(Collection<NSFItem> items) |
static <T> T |
DominoNativeUtils.concatNSFItemValues(Collection<NSFItem> items,
Class<T> clazz) |
static String |
DominoNativeUtils.decompileFormula(DominoAPI api,
byte[] formulaData,
boolean selectionFormula)
Decompiles a given formula and returns its text as a
String . |
static void |
DominoNativeUtils.fillTimeDate(TIMEDATE timedate,
Object val)
Sets the provided TIMEDATE value to an appropriate value based on the type of val
|
static void |
DominoNativeUtils.fillTimeDatePair(TIMEDATE_PAIR timedatepair,
Object val)
Sets the provided TIMEDATE_PAIR value to an appropriate value based on the type of val
|
static Object |
DominoNativeUtils.readItemValue(DominoAPI api,
long valuePtr,
int size,
long hNote)
Reads the value of the reference item into Java objects when possible and, when not, into copies of
the struct objects in memory.
|
static Object[] |
DominoNativeUtils.readItemValueArray(DominoAPI api,
long valuePtr,
int size,
long hNote) |
static ITEM_TABLE |
DominoNativeUtils.toItemTable(Object... values)
Convert the provided values into an
ITEM_TABLE with no item names. |
static Object |
DominoNativeUtils.wrapNativeStruct(Object nativeStruct,
boolean freeOriginal)
This method attempts to wrap a native struct object with its wrapper class equivalent,
e.g.
|
static Object[] |
DominoNativeUtils.wrapNativeStructs(Object[] nativeStructs,
boolean freeOriginal)
This method attempts to wrap an array of native struct objects with their wrapper class equivalents,
e.g.
|
Modifier and Type | Method and Description |
---|---|
void |
NSFFolder.add(int noteId) |
void |
NSFFolder.add(NSFNote note) |
void |
NSFFolder.addAll(NSFNoteIDCollection notes) |
void |
NSFItem.addFlag(ItemFlag flag) |
NSFFolder |
NSFView.asFolder()
If the current object is a folder, returns an
NSFFolder view of it with
specialized operations. |
void |
NSFNote.attachFile(String filePath,
String attachmentName)
Attaches the provided file to an item named $FILE in the note.
|
void |
NSFFolder.clear() |
NSFFormula |
NSFSession.compileFormula(String formula) |
boolean |
NSFFolder.contains(int noteId) |
boolean |
NSFFolder.contains(NSFNote note) |
void |
NSFNote.convertCDToMIME() |
NSFView |
NSFFolder.copy(String name) |
NSFView |
NSFDatabase.createFolder(String name,
boolean isPrivate)
Create a folder in the database with the given name.
|
NSFNote |
NSFDatabase.createNote() |
NSFNoteIDCollection |
NSFSession.createNoteIDCollection() |
void |
NSFFolder.delete()
Deletes the folder.
|
void |
NSFNote.delete(boolean force,
boolean purge)
Delete the note from its database.
|
void |
NSFDatabase.deleteNoteByID(int noteId,
boolean force,
boolean purge)
Delete the specified note from the database.
|
void |
NSFNote.eachItem(NSFITEMSCANPROC proc)
Iterates through each item in the note using
NSFItemScan . |
void |
NSFNote.eachItemValue(NSFNote.NSFNoteItemProc proc)
Iterates through each item and its value in the note, providing the
NSFNote.NSFNoteItemProc
with the item name and value. |
Object[] |
NSFSession.evaluate(String formula) |
Object[] |
NSFSession.evaluate(String formula,
NSFNote context) |
String |
HTMLExporter.export()
Process the item to convert it to HTML with the specified options and handlers.
|
static NSFSession |
NSFSession.fromLotus(DominoAPI api,
lotus.domino.Session lotusSession,
boolean internetSession,
boolean fullAccess)
Creates an
NSFSession based on the provided lotus.domino.Session , including its
effective user name. |
static NSFNote |
NSFNote.fromLotus(NSFDatabase parent,
lotus.domino.Document lotusDoc) |
static NSFDatabase |
NSFDatabase.fromLotus(NSFSession session,
lotus.domino.Database lotusDatabase) |
static NSFDateTime |
NSFDateTime.fromTimeConstant(TimeConstant timeConstant)
Constructs an
NSFDateTime value corresponding to the provided TimeConstant . |
Object[] |
NSFNote.get(String itemName)
Returns the value(s) for the given item.
|
<T> T |
NSFNote.get(String itemName,
Class<T> clazz)
This method attempts to coerce the item's value into the provided class.
|
NSFACL |
NSFDatabase.getACL() |
NSFDateTime |
NSFNote.getAddedToFile() |
NSFViewEntryCollection |
NSFView.getAllEntries() |
NSFViewEntryCollection |
NSFView.getAllEntriesByKey(Object key,
boolean exactMatch) |
List<NSFItem> |
NSFNote.getAllItems(String itemName) |
String |
NSFDatabase.getApiPath() |
String |
NSFNote.getAsString(String itemName,
char separator)
Returns the specified item's value as a String.
|
String[] |
NSFSession.getChangedDBPaths(String serverName,
NSFDateTime since) |
NSFFolder.FolderChanges |
NSFFolder.getChanges(NSFDateTime since) |
COLLECTIONDATA |
NSFView.getCollectionData() |
short |
NSFView.getCollectionHandle() |
NSFCompositeData |
NSFNote.getCompositeData(String itemName)
Returns a
NSFCompositeData view of all of the items used to store CD in a note
for the given name. |
List<NSFView> |
NSFNote.getContainingFolders() |
NSFNoteIDCollection |
NSFFolder.getContents()
Returns a
NSFNoteIDCollection of the notes contained within this folder. |
int |
NSFViewEntryCollection.getCount() |
Date |
NSFNote.getCreated()
Returns the creation date of the note.
|
NSFDatabase |
NSFSession.getDatabase(String apiPath) |
NSFDatabase |
NSFSession.getDatabase(String serverName,
String filePath) |
NSFDatabase |
NSFSession.getDatabaseByHandle(long hDb,
String serverName)
Returns an
NSFDatabase object for the given open handle. |
DBClass |
NSFDatabase.getDatabaseClass() |
String |
NSFSession.getDataDirectory() |
int |
NSFView.getDocCount() |
String |
NSFDatabase.getEffectiveUserName()
Returns the effective user name used to open the database.
|
String |
NSFSession.getEffectiveUserName() |
List<NSFACLEntry> |
NSFACL.getEntries()
Returns a list of entries in the ACL, sorted with -Default- first and then case-insensitively by name (like the ACL dialog).
|
NSFViewEntryCollection |
NSFView.getEntries(int start,
int count)
|
int |
NSFView.getEntryCount() |
int |
NSFView.getEntrySize() |
String |
NSFSession.getEnvironmentVariable(String varName) |
int |
NSFSession.getEnvironmentVariableInt(String varName) |
long |
NSFSession.getEnvironmentVariableLong(String varName) |
NSFFileItem |
NSFFileAttachment.getFileItem() |
String |
NSFDatabase.getFilePath() |
NSFViewEntry |
NSFViewEntryCollection.getFirst() |
NSFItem |
NSFNote.getFirstItem(String itemName) |
NSFNote |
NSFView.getFirstNoteByKey(Object key,
boolean exactMatch)
Returns the first note in the view by the provided key with the current collation, or
null if the key does not match any entries. |
List<NSFView> |
NSFDatabase.getFolders()
Retrieve a
List of the folders in the database. |
List<NSFView> |
NSFDatabase.getFoldersContainingNoteID(int noteId) |
NSFViewFormat |
NSFView.getFormat()
Retrieves the visual and data format of the view, as a
NSFViewFormat object. |
String |
NSFFormula.getFormulaText(boolean selectionFormula) |
List<NSFACLHistoryEntry> |
NSFACL.getHistory()
Returns the ACL update history.
|
List<NSFItem> |
NSFNote.getItems() |
ValueType |
NSFNote.getItemType(String itemName) |
NSFDatabase.ModificationTimePair |
NSFDatabase.getLastModified()
Retrieves the last modification time of data and non-data notes in the database.
|
NSFDateTime |
NSFACL.getLastModified()
Returns the date that the ACL was last modified, according to its note.
|
NSFDateTime |
NSFNote.getModifiedInFile() |
NSFNoteIDCollection |
NSFDatabase.getModifiedNotes(short noteClassMask,
TIMEDATE since)
Returns an
NSFNoteIDCollection containing the IDs of notes in the database matching the
provided note class mask and modified since the provided TIMEDATE . |
NSFNoteIDCollection |
NSFDatabase.getModifiedNotes(short noteClassMask,
TIMEDATE since,
TIMEDATE until)
Returns an
NSFNoteIDCollection containing the IDs of notes in the database matching the
provided note class mask and modified since the provided TIMEDATE . |
NSFItem |
NSFNote.getNextItem(NSFItem previous) |
NSFItem |
NSFNote.getNextItem(NSFItem previous,
String itemName) |
NSFNote |
NSFDatabase.getNoteByID(int noteId) |
NSFNote |
NSFDatabase.getNoteByID(String noteId) |
NSFNote |
NSFDatabase.getNoteByUNID(String unid) |
int |
NSFFolder.getNoteCount()
Returns the number of notes contained in this folder.
|
int |
NSFNote.getNoteID() |
int |
NSFDatabase.getNoteIDForUNID(String unid) |
NSFNoteInfo |
NSFDatabase.getNoteInfo(int noteId)
This method retrieves information from the note's header, without opening the note itself,
and so is useful for efficiency and for querying deleted notes.
|
OID |
NSFNote.getOID()
Retrieves the note's OID.
|
Set<DBOption> |
NSFDatabase.getOptions() |
String |
NSFNote.getParentDocumentUNID()
Returns the UNID of this note's parent, or
"" if this note has no parent. |
String |
NSFNote.getProfileName()
If the note is a profile note, this returns the form name of the profile
|
String |
NSFNote.getProfileUserName()
If the note is a profile note, this returns the user name of the profile
|
String |
NSFSession.getProgramDirectory() |
String |
NSFDatabase.getReplicaId() |
int |
NSFNote.getResponseCount()
Returns the count of responses to the document.
|
NSFNoteIDCollection |
NSFNote.getResponses()
Returns an
NSFNoteIDCollection of the responses to this note. |
List<String> |
NSFACL.getRoles()
Returns a list of roles in the database, ignoring the pre-R4 roles.
|
NSFFormula |
NSFView.getSelectionFormula()
Retrieves the compiled selection formula of the view.
|
NSFDateTime |
NSFNote.getSequenceModified()
Returns the last modification time of the note globally (as opposed to just in this file).
|
String |
NSFDatabase.getServer() |
Collection<String> |
NSFSession.getServerList(String portName)
Retrieves a list of known servers on the given port.
|
String |
NSFDatabase.getTitle() |
ValueType |
NSFItem.getType() |
String |
NSFDatabase.getUNIDForNoteID(int noteId) |
String |
NSFNote.getUniversalID() |
NSFUserID |
NSFSession.getUserId(String userName,
String password,
String server)
Attempts to extract the specified user's ID from the ID vault, using the provided password and server.
|
String |
NSFSession.getUserName() |
String[] |
NSFSession.getUserNamesList() |
String[] |
NSFSession.getUserNamesList(String userName) |
Object[] |
NSFItem.getValue() |
<T> T |
NSFItem.getValue(Class<T> clazz)
This method attempts to coerce the item's value into the provided class.
|
NSFView |
NSFDatabase.getView(int noteId)
Retrieve the view or folder by its design note's ID.
|
NSFView |
NSFDatabase.getView(String viewName)
Retrieve the first view or folder with the specified name or alias.
|
List<NSFView> |
NSFDatabase.getViews()
Retrieve a
List of the views and folders in the database. |
boolean |
NSFNote.hasItem(String itemName) |
boolean |
NSFView.isFolder() |
void |
NSFNote.makeResponse(NSFNote parentNote) |
void |
NSFFolder.move(NSFView parent) |
static NSFDateTime |
NSFDateTime.now()
Constructs an
NSFDateTime value for the current time, according to the Domino API. |
void |
NSFView.refresh()
Attempts to update the view to match changes to the database (
NIFUpdateCollection ). |
void |
NSFFolder.remove(int noteId) |
void |
NSFFolder.remove(NSFNote note) |
void |
NSFFolder.removeAll(NSFNoteIDCollection notes) |
void |
NSFItem.removeFlag(ItemFlag flag) |
void |
NSFNote.removeItem(String itemName) |
void |
NSFFolder.rename(String name) |
void |
NSFNote.save() |
void |
NSFNote.save(int flags) |
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) |
void |
NSFNote.set(String itemName,
Object value) |
void |
NSFNote.set(String itemName,
Object value,
short flags) |
void |
NSFNote.setAddedToFile(long timeMillis) |
void |
NSFItem.setFlags(Collection<ItemFlag> flags) |
void |
NSFNote.setModified(long timeMillis) |
void |
NSFNote.setNoteRef(String itemName,
String... unids) |
void |
NSFNote.setParentDocumentUNID(String parentUnid)
Sets the document's parent UNID to the provided UNID string.
|
void |
NSFNote.setSequence(int id) |
void |
NSFNote.setSequenceModified(long timeMillis) |
int |
NSFFolder.size()
Returns the number of entries in this folder's index.
|
TIMEDATE |
NSFDateTime.toTIMEDATE()
Creates a
TIMEDATE struct representing the current value. |
void |
NSFDatabase.transactionBegin(Collection<TransactionFlag> flags)
Begins a transaction for the current database handle.
|
void |
NSFDatabase.transactionCommit(Collection<TransactionCommitFlag> flags)
Commits an active transaction for the current database handle.
|
void |
NSFDatabase.transactionRollback()
Rolls back an active transaction for the current database handle.
|
Constructor and Description |
---|
NSFACLHistoryEntry(DominoAPI api,
String entryLine) |
NSFDateRange(TIMEDATE_PAIR pair) |
NSFDateRange(TIMEDATE lower,
TIMEDATE upper) |
NSFDateTime(TIMEDATE timedate) |
NSFFormula(NSFSession session,
String formulaText) |
NSFNoteInfo(int noteId,
OID oid,
TIMEDATE modified,
short noteClass,
TIMEDATE addedToFile,
int responseCount,
int parentId) |
NSFOriginatorID(OID oid) |
NSFSession(DominoAPI api,
String effectiveUserName,
boolean internetSession,
boolean fullAccess)
Creates a new named session object.
|
NSFView(NSFDatabase parent,
int noteId) |
NSFViewEntry(NSFViewEntryCollection parent,
int index,
long infoPtr,
int readMask) |
NSFViewEntryCollection(NSFView parent,
COLLECTIONPOSITION position,
int returnCount,
int keyMatches,
int readMask) |
Modifier and Type | Method and Description |
---|---|
protected NSFNote |
NSFDesignNoteBase._getInternalNote() |
int |
NSFDatabaseDesign.findDesignNote(short noteClass,
String pattern,
String name,
boolean partialMatch)
Queries the design collection for a single design note.
|
List<Integer> |
NSFDatabaseDesign.findDesignNotes(short noteClass,
String pattern)
Queries the design collection of the database for design notes.
|
List<String> |
NSFDesignNoteBase.getAliases()
Returns the aliases of the design note.
|
NSFFormula |
NSFFormField.getDefaultValueFormula() |
NSFFormField |
NSFForm.getField(String fieldName,
boolean includeSubforms)
Returns the field for the provided (case-insensitive) name, or
null if
the field does not exist on the form. |
List<NSFFormField> |
NSFForm.getFields(boolean includeSubforms)
Returns a
List of the fields on the form, as NSFFormField , in their order on the form. |
byte[] |
NSFFileResource.getFileData()
Returns the file data for this file resource as a byte array.
|
NSFFileResource |
NSFDatabaseDesign.getFileResource(String name)
Returns the named file resource.
|
List<NSFFileResource> |
NSFDatabaseDesign.getFileResources()
Returns a
List of the file resources in the database. |
String |
NSFDesignNoteBase.getFlagsString() |
NSFForm |
NSFDatabaseDesign.getForm(String formName)
Returns the
NSFForm matching the provided name or alias. |
List<NSFForm> |
NSFDatabaseDesign.getForms()
Returns a
List of the forms in the database. |
NSFFormula |
NSFFormField.getInputTranslationFormula() |
NSFFormula |
NSFFormField.getInputValidationFormula() |
NSFNote |
NSFDesignNoteBase.getNote() |
List<NSFOutline> |
NSFDatabaseDesign.getOutlines()
Returns a
List of the outlines in the database. |
String |
NSFDesignNoteBase.getProgrammaticTitle()
Returns the programmatic title of the design note.
|
NSFFormField |
NSFDatabaseDesign.getSharedField(String sharedFieldName) |
NSFForm |
NSFDatabaseDesign.getSubform(String subformName)
Returns the
NSFForm matching the provided name or alias, if it is a subform. |
String |
NSFDesignNoteBase.getTitle()
Returns the title of the design note.
|
NSFFormula |
NSFFormField.getValuesFormula() |
boolean |
NSFForm.isSubform() |
Constructor and Description |
---|
NSFObjectInputStream(DominoAPI api,
long hDb,
int objectId,
ObjectType objectType) |
Modifier and Type | Method and Description |
---|---|
void |
NSFCompositeDataItem.eachRecord(ActionRoutinePtr callback) |
void |
NSFFileItem.extractFile(File file) |
void |
NSFFileItem.extractFile(String filePath)
Extracts the file to the path indicated by
file . |
List<NSFFileAttachment> |
NSFCompositeDataItem.getAttachments() |
String |
NSFMimeItem.getDataAsString()
This method will return the body of the MIME entity as a String, using the in-header encoding
if present and UTF-8 otherwise.
|
byte[] |
NSFMimeItem.getDataBytes()
This method will return the data as a byte array.
|
String |
NSFFileItem.getFileName() |
FILEOBJECT |
NSFFileItem.getFileObject() |
byte[] |
NSFCompositeDataItem.getFileResourceData()
Returns the file data for a
CDFILEHEADER +CDFILESEGMENT -type design element. |
byte[] |
NSFCompositeData.getFileResourceData()
Returns the file data for a
CDFILEHEADER +CDFILESEGMENT -type design element. |
long |
NSFCompositeDataItem.getFileResourceSize()
Returns the file size from the
CDFILEHEADER record in a file resource design element. |
InputStream |
NSFMimeItem.getInputStream()
This method will return an
InputStream of the MIME part's data. |
InputStream |
NSFObjectItem.getInputStream()
Returns an
InputStream for the raw data represented by this object. |
InputStream |
NSFFileItem.getInputStream() |
MIME_PART |
NSFMimeItem.getMimePart()
Returns the value of this item as a
MIME_PART struct. |
OBJECT_DESCRIPTOR |
NSFObjectItem.getObjectDescriptor() |
OBJECT_DESCRIPTOR |
NSFFileItem.getObjectDescriptor() |
NSFTempFileInputStream |
NSFFileItem.getTempFileInputStream()
Returns an
InputStream for the raw data represented by this object, extracted as a temporary file
on the filesystem. |
Object[] |
NSFCompositeDataItem.getValue()
The Composite Data implementation defers to converting the item to text and returning that,
|
Copyright © 2014–2018. All rights reserved.