public class SystemInfoBootstrap
extends org.springframework.extensions.surf.util.AbstractLifecycleBean
Constructor and Description |
---|
SystemInfoBootstrap() |
Modifier and Type | Method and Description |
---|---|
void |
bootstrap()
Bootstrap
|
protected void |
onBootstrap(org.springframework.context.ApplicationEvent event) |
protected void |
onShutdown(org.springframework.context.ApplicationEvent event) |
void |
setAuthenticationContext(AuthenticationContext authenticationContext)
Set the authentication component
|
void |
setBootstrapView(String bootstrapView)
Set the bootstrap view containing the system information
|
void |
setMustNotExistStoreUrls(List<String> storeUrls)
If any of the store urls exist, the bootstrap does not take place
|
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
Sets the node service
|
void |
setSystemImporter(SystemExporterImporter systemImporter)
Set the System Importer
|
void |
setTransactionService(TransactionService transactionService)
Sets the Transaction Service
|
public void setTransactionService(TransactionService transactionService)
transactionService
- the transaction servicepublic void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService
- the node servicepublic void setAuthenticationContext(AuthenticationContext authenticationContext)
authenticationContext
- AuthenticationContextpublic void setSystemImporter(SystemExporterImporter systemImporter)
systemImporter
- SystemExporterImporterpublic void setMustNotExistStoreUrls(List<String> storeUrls)
storeUrls
- the list of store urls to checkpublic void setBootstrapView(String bootstrapView)
bootstrapView
- Stringpublic void bootstrap()
protected void onBootstrap(org.springframework.context.ApplicationEvent event)
onBootstrap
in class org.springframework.extensions.surf.util.AbstractLifecycleBean
protected void onShutdown(org.springframework.context.ApplicationEvent event)
onShutdown
in class org.springframework.extensions.surf.util.AbstractLifecycleBean
Copyright © 2005–2017 Alfresco Software. All rights reserved.