Package | Description |
---|---|
com.darwino.domino.napi.wrap | |
com.darwino.domino.napi.wrap.design | |
com.darwino.domino.napi.wrap.item |
Modifier and Type | Class and Description |
---|---|
class |
NSFACL
Represents the ACL of a database.
|
class |
NSFDatabase |
class |
NSFFileAttachment |
class |
NSFFormula
This class represents a compiled formula in memory, either newly compiled or read from
a stored item.
|
class |
NSFHandle |
class |
NSFItem |
class |
NSFNote |
class |
NSFNoteIDCollection |
class |
NSFSession |
class |
NSFUserID |
class |
NSFView
This object represents a view or folder within an NSF.
|
class |
NSFViewEntry
The entry data is not read until one of the entry-data getters is called, so if the native in-memory
object is closed before getting any data, all getters will act as if the read mask was empty.
|
class |
NSFViewEntryCollection
This object frees the internal
COLLECTIONPOSITION when freed. |
Modifier and Type | Method and Description |
---|---|
<T extends NSFBase> |
NSFBase.addChild(T child)
Adds an
NSFBase object as a "child" of the current object, to be
freed when this object is freed. |
<T extends NSFBase> |
NSFBase.removeChild(T child)
Removed an
NSFBase object as a "child" of the current object, to be
no longer freed when this object is freed. |
<T extends NSFBase> |
NSFSession.removeChild(T child) |
Modifier and Type | Method and Description |
---|---|
protected NSFBase |
NSFUserID.getParent() |
protected abstract NSFBase |
NSFBase.getParent() |
NSFBase |
NSFFormula.getParent() |
protected NSFBase |
NSFSession.getParent() |
Modifier and Type | Class and Description |
---|---|
class |
NSFDesignNoteBase
This is a common base class for objects that represent a backing design note, such as
views and forms.
|
class |
NSFFileResource
Represents a file-resource-type note in the database.
|
class |
NSFForm |
class |
NSFFormField
This class represents the properties of a field defined in an
NSFForm . |
class |
NSFOutline
This class represents an Outline design element.
|
Modifier and Type | Class and Description |
---|---|
class |
NSFCompositeDataItem |
class |
NSFFileItem
This subclass of
NSFItem represents items of type TYPE_OBJECT , specifically
those that are file attachments. |
class |
NSFMimeItem |
class |
NSFObjectItem
This subclass of
NSFItem represents items of type TYPE_OBJECT . |
Copyright © 2014–2018. All rights reserved.