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.
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
init
public void init()
- Deprecated.
indexCreateNode
public void indexCreateNode(ChildAssociationRef childAssocRef)
indexUpdateNode
public void indexUpdateNode(NodeRef nodeRef)
indexDeleteNode
public void indexDeleteNode(ChildAssociationRef childAssocRef)
indexCreateChildAssociation
public void indexCreateChildAssociation(ChildAssociationRef childAssocRef)
indexDeleteChildAssociation
public void indexDeleteChildAssociation(ChildAssociationRef childAssocRef)
indexUpdateChildAssociation
public void indexUpdateChildAssociation(ChildAssociationRef oldChildAssocRef,
ChildAssociationRef newChildAssocRef)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.