| Interface | Description |
|---|---|
| ExportHandler |
Contract with ExportProcessor to know how to perform export given the parameters
|
| ImportSource |
A source of files for import operations.
|
| ImportSource.IRepositoryFileBundle |
A struct-like object for bundling related objects together.
|
| IRepositoryImportLogger |
* Below is a sample of how to use this class to generate a log file.
|
| Class | Description |
|---|---|
| BaseExportProcessor |
A BaseExportProcessor subclass should encapsulate all logic for creating and assembling export file.
|
| CmdParser | |
| CommandLineProcessor |
Handles the parsing of command line arguments and creates an import process based upon them
|
| DefaultExportHandler | |
| Exporter | |
| ExportFileNameEncoder |
This class is used to encode and decode file names added to or extracted from an export
zip file.
|
| ExportManifestUserSetting | |
| ImportSession |
General purpose objects whose lifecycle is that of an formal import session
|
| Log4JRepositoryImportLog | |
| Log4JRepositoryImportLogger | |
| PentahoMetadataFileInfo |
Parser for potential Pentaho Metadata Filenames from the old repository
|
| RepositoryFileBundle |
An
ImportSource.IRepositoryFileBundle that uses temporary
files. |
| RepositoryImportHTMLLayout |
This class was derived from Log4j HTMLLayout.
|
| RoleExport | |
| SimpleExportProcessor |
This export processor should be used when single file downloads are requested
|
| StreamConverter |
Converts stream of binary or character data.
|
| UserExport | |
| ZipExportProcessor |
| Enum | Description |
|---|---|
| CommandLineProcessor.DatasourceType | |
| CommandLineProcessor.RequestType | |
| CommandLineProcessor.ResourceType | |
| PentahoMetadataFileInfo.FileType |
| Exception | Description |
|---|---|
| ExportException |
Exception that indicates an error during import processing User: dkincade
|
| InitializationException |
Exception generated when any initialization is unsuccessful User: dkincade
|
Copyright © 2017 Hitachi Vantara. All rights reserved.