|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BulkFilesystemImporter
Interface defining a bulk filesystem importer.
| Method Summary | |
|---|---|
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()
|
| Method Detail |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||