public class FullTextSearchIndexerBootstrapBean
extends org.springframework.extensions.surf.util.AbstractLifecycleBean
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
FullTextSearchIndexerBootstrapBean() |
Modifier and Type | Method and Description |
---|---|
FullTextSearchIndexer |
getFullTextSearchIndexer() |
org.alfresco.service.cmr.repository.NodeService |
getNodeService() |
protected void |
onBootstrap(org.springframework.context.ApplicationEvent event) |
protected void |
onShutdown(org.springframework.context.ApplicationEvent event) |
void |
setFullTextSearchIndexer(FullTextSearchIndexer fullTextSearchIndexer) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
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
public FullTextSearchIndexer getFullTextSearchIndexer()
public void setFullTextSearchIndexer(FullTextSearchIndexer fullTextSearchIndexer)
public org.alfresco.service.cmr.repository.NodeService getNodeService()
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
Copyright © 2005–2017 Alfresco Software. All rights reserved.