|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.extensions.surf.util.AbstractLifecycleBean
org.alfresco.repo.importer.system.SystemInfoBootstrap
public class SystemInfoBootstrap
Repository System Information bootstrap
Field Summary |
---|
Fields inherited from class org.springframework.extensions.surf.util.AbstractLifecycleBean |
---|
log |
Constructor Summary | |
---|---|
SystemInfoBootstrap()
|
Method Summary | |
---|---|
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(java.lang.String bootstrapView)
Set the bootstrap view containing the system information |
void |
setMustNotExistStoreUrls(java.util.List 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 |
Methods inherited from class org.springframework.extensions.surf.util.AbstractLifecycleBean |
---|
getApplicationContext, onApplicationEvent, setApplicationContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemInfoBootstrap()
Method Detail |
---|
public void setTransactionService(TransactionService transactionService)
userTransaction
- the transaction servicepublic void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService
- the node servicepublic void setAuthenticationContext(AuthenticationContext authenticationContext)
authenticationContext
- public void setSystemImporter(SystemExporterImporter systemImporter)
systemImporter
- public void setMustNotExistStoreUrls(java.util.List storeUrls)
storeUrls
- the list of store urls to checkpublic void setBootstrapView(java.lang.String bootstrapView)
bootstrapView
- public 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |