public class ConfigurationChecker
extends org.springframework.extensions.surf.util.AbstractLifecycleBean
The algorithm is:
| Constructor and Description |
|---|
ConfigurationChecker() |
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.service.cmr.repository.NodeRef |
getSystemDescriptor() |
protected void |
onBootstrap(org.springframework.context.ApplicationEvent event) |
protected void |
onShutdown(org.springframework.context.ApplicationEvent event) |
void |
setContentService(ContentService contentService) |
void |
setDirRoot(String dirRoot) |
void |
setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
void |
setSearchService(org.alfresco.service.cmr.search.SearchService searchService) |
void |
setStrict(boolean strict)
This flag controls the behaviour of the component in the event of problems being found.
|
void |
setSystemBootstrap(ImporterBootstrap systemBootstrap) |
void |
setTransactionService(TransactionService transactionService) |
String |
toString() |
public void setStrict(boolean strict)
strict - true to prevent system startup if problems are found, otherwise
false to allow the system to startup regardless.public void setDirRoot(String dirRoot)
public void setSystemBootstrap(ImporterBootstrap systemBootstrap)
public void setTransactionService(TransactionService transactionService)
public void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
public void setSearchService(org.alfresco.service.cmr.search.SearchService searchService)
public void setContentService(ContentService contentService)
protected void onBootstrap(org.springframework.context.ApplicationEvent event)
onBootstrap in class org.springframework.extensions.surf.util.AbstractLifecycleBeanpublic org.alfresco.service.cmr.repository.NodeRef getSystemDescriptor()
protected void onShutdown(org.springframework.context.ApplicationEvent event)
onShutdown in class org.springframework.extensions.surf.util.AbstractLifecycleBeanCopyright © 2005–2018 Alfresco Software. All rights reserved.