org.alfresco.repo.importer
Class FileSourceImporter

java.lang.Object
  extended by org.alfresco.repo.importer.FileSourceImporter
All Implemented Interfaces:
ImporterJobSPI

public class FileSourceImporter
extends java.lang.Object
implements ImporterJobSPI


Constructor Summary
FileSourceImporter()
           
 
Method Summary
 void doImport()
           
 void setAuthenticationContext(AuthenticationContext authenticationContext)
           
 void setCaches(java.util.Set caches)
           
 void setClearAllChildren(boolean clearAllChildren)
           
 void setFileLocation(java.lang.String fileLocation)
           
 void setImporterService(ImporterService importerService)
           
 void setNamespacePrefixResolver(org.alfresco.service.namespace.NamespacePrefixResolver namespacePrefixResolver)
           
 void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
           
 void setPath(java.lang.String path)
           
 void setSearchService(org.alfresco.service.cmr.search.SearchService searchService)
           
 void setStoreRef(java.lang.String storeRef)
           
 void setTransactionService(TransactionService transactionService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSourceImporter

public FileSourceImporter()
Method Detail

setImporterService

public void setImporterService(ImporterService importerService)

setFileLocation

public void setFileLocation(java.lang.String fileLocation)

setClearAllChildren

public void setClearAllChildren(boolean clearAllChildren)

setPath

public void setPath(java.lang.String path)

setStoreRef

public void setStoreRef(java.lang.String storeRef)

setTransactionService

public void setTransactionService(TransactionService transactionService)

setNamespacePrefixResolver

public void setNamespacePrefixResolver(org.alfresco.service.namespace.NamespacePrefixResolver namespacePrefixResolver)

setNodeService

public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)

setCaches

public void setCaches(java.util.Set caches)

setAuthenticationContext

public void setAuthenticationContext(AuthenticationContext authenticationContext)

setSearchService

public void setSearchService(org.alfresco.service.cmr.search.SearchService searchService)

doImport

public void doImport()
Specified by:
doImport in interface ImporterJobSPI


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