public interface BulkFilesystemImporter
| Modifier and Type | Method and Description |
|---|---|
void |
asyncBulkImport(BulkImportParameters bulkImportParameters,
NodeImporter nodeImporter)
Initiates a bulk filesystem import asynchronously i.e.
|
void |
bulkImport(BulkImportParameters bulkImportParameters,
NodeImporter nodeImporter)
Initiates a bulk filesystem import.
|
BulkImportStatus |
getStatus() |
void bulkImport(BulkImportParameters bulkImportParameters, NodeImporter nodeImporter)
target - The target space to ingest the content into (must not be null and must be a valid, writable space in the repository).source - The source directory on the local filesystem to read content from (must not be null and must be a valid, readable directory on the local filesystem).replaceExisting - A flag indicating whether to replace (true) or skip (false) files that are already in the repository.void asyncBulkImport(BulkImportParameters bulkImportParameters, NodeImporter nodeImporter)
target - The target space to ingest the content into (must not be null and must be a valid, writable space in the repository).source - The source directory on the local filesystem to read content from (must not be null and must be a valid, readable directory on the local filesystem).replaceExisting - A flag indicating whether to replace (true) or skip (false) files that are already in the repository.BulkImportStatus getStatus()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.