Class BulkImport
java.lang.Object
org.alfresco.repo.processor.BaseProcessorExtension
org.alfresco.repo.bulkimport.script.BulkImport
- All Implemented Interfaces:
org.alfresco.processor.ProcessorExtension
Custom javascript root object to provide access to the
BulkFilesystemImporter from scripts.- Since:
- 4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a list of the currently registered content stores, from the configuredContentStoreMapProvider.voidsetStoreMapProvider(ContentStoreMapProvider storeMapProvider) Methods inherited from class org.alfresco.repo.processor.BaseProcessorExtension
getExtensionName, register, setExtensionName, setProcessor
-
Constructor Details
-
BulkImport
public BulkImport()
-
-
Method Details
-
setStoreMapProvider
-
getStoreNames
Get a list of the currently registered content stores, from the configuredContentStoreMapProvider.- Returns:
- the
Listof store names
-