org.alfresco.repo.node.index
Class NodeIndexer
java.lang.Object
org.alfresco.repo.node.index.NodeIndexer
public class NodeIndexer
- extends java.lang.Object
Passes index information to the index services.
Method Summary |
void |
indexCreateChildAssociation(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
|
void |
indexCreateNode(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
|
void |
indexDeleteChildAssociation(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
|
void |
indexDeleteNode(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
|
void |
indexDeleteStore(org.alfresco.service.cmr.repository.StoreRef storeRef)
|
void |
indexUpdateChildAssociation(org.alfresco.service.cmr.repository.ChildAssociationRef oldChildAssocRef,
org.alfresco.service.cmr.repository.ChildAssociationRef newChildAssocRef)
|
void |
indexUpdateNode(org.alfresco.service.cmr.repository.NodeRef nodeRef)
|
void |
setDisabled(boolean disabled)
Explicit property to disable in-transaction indexing. |
void |
setIndexer(Indexer indexer)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeIndexer
public NodeIndexer()
setIndexer
public void setIndexer(Indexer indexer)
- Parameters:
indexer
- the indexer that will be index
setDisabled
public void setDisabled(boolean disabled)
- Explicit property to disable in-transaction indexing.
- Parameters:
disabled
- true to index nothing in-line
indexDeleteStore
public void indexDeleteStore(org.alfresco.service.cmr.repository.StoreRef storeRef)
indexCreateNode
public void indexCreateNode(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
indexUpdateNode
public void indexUpdateNode(org.alfresco.service.cmr.repository.NodeRef nodeRef)
indexDeleteNode
public void indexDeleteNode(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
indexCreateChildAssociation
public void indexCreateChildAssociation(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
indexDeleteChildAssociation
public void indexDeleteChildAssociation(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
indexUpdateChildAssociation
public void indexUpdateChildAssociation(org.alfresco.service.cmr.repository.ChildAssociationRef oldChildAssocRef,
org.alfresco.service.cmr.repository.ChildAssociationRef newChildAssocRef)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.