Search in sources :

Example 1 with NSFNote

use of com.darwino.domino.napi.wrap.NSFNote in project org.openntf.nsfodp by OpenNTF.

the class DarwinoNDXLExporter method export.

@Override
public void export(NNote note, OutputStream os) {
    try {
        NSFNote n = ((DarwinoNNote) note).getNSFNote();
        this.exporter.export(n, os);
    } catch (DominoException e) {
        throw new NDominoException(e.getStatus(), e);
    }
}
Also used : NDominoException(org.openntf.nsfodp.commons.odp.notesapi.NDominoException) NSFNote(com.darwino.domino.napi.wrap.NSFNote) DominoException(com.darwino.domino.napi.DominoException) NDominoException(org.openntf.nsfodp.commons.odp.notesapi.NDominoException)

Aggregations

DominoException (com.darwino.domino.napi.DominoException)1 NSFNote (com.darwino.domino.napi.wrap.NSFNote)1 NDominoException (org.openntf.nsfodp.commons.odp.notesapi.NDominoException)1