Package org.alfresco.repo.importer
Class FileSourceImporter
- java.lang.Object
-
- org.alfresco.repo.importer.FileSourceImporter
-
- All Implemented Interfaces:
ImporterJobSPI
public class FileSourceImporter extends java.lang.Object implements ImporterJobSPI
-
-
Constructor Summary
Constructors Constructor Description FileSourceImporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoImport()voidsetAuthenticationContext(AuthenticationContext authenticationContext)voidsetCaches(java.util.Set<org.alfresco.repo.cache.SimpleCache> caches)voidsetClearAllChildren(boolean clearAllChildren)voidsetFileLocation(java.lang.String fileLocation)voidsetImporterService(ImporterService importerService)voidsetNamespacePrefixResolver(org.alfresco.service.namespace.NamespacePrefixResolver namespacePrefixResolver)voidsetNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)voidsetPath(java.lang.String path)voidsetSearchService(org.alfresco.service.cmr.search.SearchService searchService)voidsetStoreRef(java.lang.String storeRef)voidsetTransactionService(TransactionService transactionService)
-
-
-
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<org.alfresco.repo.cache.SimpleCache> caches)
-
setAuthenticationContext
public void setAuthenticationContext(AuthenticationContext authenticationContext)
-
setSearchService
public void setSearchService(org.alfresco.service.cmr.search.SearchService searchService)
-
doImport
public void doImport()
- Specified by:
doImportin interfaceImporterJobSPI
-
-