Package | Description |
---|---|
com.darwino.domino.napi.wrap |
Modifier and Type | Method and Description |
---|---|
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. |
NSFSession |
NSFDatabase.getParent() |
protected NSFSession |
NSFNoteIDCollection.getParent() |
NSFSession |
NSFHandle.getSession() |
Modifier and Type | Method and Description |
---|---|
static NSFDatabase |
NSFDatabase.fromLotus(NSFSession session,
lotus.domino.Database lotusDatabase) |
Constructor and Description |
---|
NSFDatabase(NSFSession session,
long handle,
String serverName,
boolean destroyOnFree)
Constructs a new
NSFDatabase from the provided parent NSFSession ,
opened API handle, and effective server name. |
NSFFormula(NSFSession session,
long handle,
int length) |
NSFFormula(NSFSession session,
String formulaText) |
NSFHandle(NSFSession session,
long handle) |
NSFNoteIDCollection(NSFSession session,
long handle,
boolean destroyOnFree) |
NSFUserID(NSFSession session,
long handle,
String serverName,
File file) |
Copyright © 2014–2018. All rights reserved.