Package | Description |
---|---|
com.darwino.domino.napi.wrap |
Modifier and Type | Method and Description |
---|---|
NSFView |
NSFFolder.copy(String name) |
NSFView |
NSFDatabase.createFolder(String name,
boolean isPrivate)
Create a folder in the database with the given name.
|
NSFView |
NSFViewEntryCollection.getParent() |
NSFView |
NSFFolder.getParent() |
NSFView |
NSFViewEntry.getParentView() |
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.
|
Modifier and Type | Method and Description |
---|---|
List<NSFView> |
NSFNote.getContainingFolders() |
List<NSFView> |
NSFDatabase.getFolders()
Retrieve a
List of the folders in the database. |
List<NSFView> |
NSFDatabase.getFoldersContainingNoteID(int noteId) |
List<NSFView> |
NSFDatabase.getViews()
Retrieve a
List of the views and folders in the database. |
Modifier and Type | Method and Description |
---|---|
void |
NSFFolder.move(NSFView parent) |
Constructor and Description |
---|
NSFFolder(NSFView parent) |
NSFViewEntryCollection(NSFView parent,
COLLECTIONPOSITION position,
int returnCount,
int keyMatches,
int readMask) |
Copyright © 2014–2018. All rights reserved.