Class BulkImport
- java.lang.Object
-
- org.alfresco.repo.processor.BaseProcessorExtension
-
- org.alfresco.repo.bulkimport.script.BulkImport
-
- All Implemented Interfaces:
org.alfresco.processor.ProcessorExtension
public class BulkImport extends BaseProcessorExtension
Custom javascript root object to provide access to theBulkFilesystemImporterfrom scripts.- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description BulkImport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getStoreNames()Get 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
-
-
-
-
Method Detail
-
setStoreMapProvider
public void setStoreMapProvider(ContentStoreMapProvider storeMapProvider)
-
getStoreNames
public java.util.List<java.lang.String> getStoreNames()
Get a list of the currently registered content stores, from the configuredContentStoreMapProvider.- Returns:
- the
Listof store names
-
-