org.alfresco.repo.node.index
Class NodeIndexer

java.lang.Object
  extended by org.alfresco.repo.node.index.NodeIndexer

public class NodeIndexer
extends java.lang.Object

Passes index information to the index services.


Constructor Summary
NodeIndexer()
           
 
Method Summary
 void indexCreateChildAssociation(ChildAssociationRef childAssocRef)
           
 void indexCreateNode(ChildAssociationRef childAssocRef)
           
 void indexDeleteChildAssociation(ChildAssociationRef childAssocRef)
           
 void indexDeleteNode(ChildAssociationRef childAssocRef)
           
 void indexUpdateChildAssociation(ChildAssociationRef oldChildAssocRef, ChildAssociationRef newChildAssocRef)
           
 void indexUpdateNode(NodeRef nodeRef)
           
 void init()
          Deprecated.  
 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
 

Constructor Detail

NodeIndexer

public NodeIndexer()
Method Detail

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.