Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






NotesDXLImporter class

Represents the conversion of DXL (Domino XML) to Domino data.

Note This class is new with Release 6.

Base class

Inherits from: NotesXMLProcessor

Containment

Contained by: NotesSession

Properties

ACLImportOption

CompileLotusScript

CreateFTIndex

DesignImportOption

DocumentImportOption

ExitOnFirstFatalError

ImportedNoteCount

InputValidationOption

Log

LogComment

ReplaceDbProperties

ReplicaRequiredForReplaceOrUpdate

UnknownTokenLogOption

Methods

GetFirstImportedNoteID

GetNextImportedNoteID

Import

Process

SetInput

SetOutput

Creation and access

Use CreateDXLImporter in NotesSession to create a NotesDXLImporter object. If you do not specify the input parameter, use SetInput to specify the input DXL data. If you do not specify the output parameter, use SetOutput to specify the output Domino data. You can also use these methods to override the CreateDXLImporter parameters.

Use ACLImportOption, DesignImportOption, and DocumentImportOption to indicate whether you want to create additional elements in the output database from the incoming DXL, ignore incoming elements, replace existing elements, or update existing elements.

Call Process to initiate a conversion.

Call Process or Import (no pipelining) to initiate a conversion. For COM, use Import

See examples

Examples: NotesDXLImporter class
Related topics
Using XML with LotusScript
LotusScript Classes A-Z




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009