org.alfresco.repo.bulkimport.script
Class BulkImport

java.lang.Object
  extended by org.alfresco.repo.processor.BaseProcessorExtension
      extended by 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 the BulkFilesystemImporter from scripts.

Since:
4.0

Constructor Summary
BulkImport()
           
 
Method Summary
 java.util.List getStoreNames()
          Get a list of the currently registered content stores, from the configured ContentStoreMapProvider.
 void setStoreMapProvider(ContentStoreMapProvider storeMapProvider)
           
 
Methods inherited from class org.alfresco.repo.processor.BaseProcessorExtension
getExtensionName, register, setExtensionName, setProcessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulkImport

public BulkImport()
Method Detail

setStoreMapProvider

public void setStoreMapProvider(ContentStoreMapProvider storeMapProvider)

getStoreNames

public java.util.List getStoreNames()
Get a list of the currently registered content stores, from the configured ContentStoreMapProvider.

Returns:
the List of store names


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.