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.AbstractLifecycleBeanprotected void onShutdown(org.springframework.context.ApplicationEvent event)
onShutdown in class org.springframework.extensions.surf.util.AbstractLifecycleBeanpublic 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 - 2010 Alfresco Software, Inc. All Rights Reserved.