DxlImporter (Java™)
Represents the conversion of DXL (Domino® XML) to Domino® data.
Containment
Contained by: Session
Properties
AclImportOption through getAclImportOption and setAclImportOption
CompileLotusScript through getCompileLotusScript and setCompileLotusScript
CreateFTIndex through getCreateFTIndex and setCreateFTIndex
DesignImportOption through getDesignImportOption and setDesignImportOption
DocumentImportOption through getDocumentImportOption and setDocumentImportOption
ExitOnFirstFatalError through getExitOnFirstFatalError and setExitOnFirstFatalError
ImportedNoteCount through getImportedNoteCount
InputValidationOption through getInputValidationOption and setInputValidationOption
Log through getLog
LogComment through getLogComment and setLogComment
ReplaceDbProperties through getReplaceDbProperties and setReplaceDbProperties
ReplicaRequiredForReplaceOrUpdate through getReplicaRequiredForReplaceOrUpdate and setReplicaRequiredForReplaceOrUpdate
UnknownTokenLogOption through getUnknownTokenLogOption and setUnknownTokenLogOption
Methods
recycle
Creation and access
Use createDxlImporter in Session to create a DxlImporter object.
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 importDxl to initiate an import.