Package | Description |
---|---|
com.darwino.domino.napi.wrap |
Modifier and Type | Method and Description |
---|---|
NSFNoteIDCollection |
NSFSession.createNoteIDCollection() |
NSFNoteIDCollection |
NSFFolder.FolderChanges.getAdded() |
NSFNoteIDCollection |
NSFFolder.getContents()
Returns a
NSFNoteIDCollection of the notes contained within this folder. |
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 . |
NSFNoteIDCollection |
NSFFolder.FolderChanges.getRemoved() |
NSFNoteIDCollection |
NSFNote.getResponses()
Returns an
NSFNoteIDCollection of the responses to this note. |
Modifier and Type | Method and Description |
---|---|
void |
NSFFolder.addAll(NSFNoteIDCollection notes) |
void |
NSFFolder.removeAll(NSFNoteIDCollection notes) |
Copyright © 2014–2018. All rights reserved.