org.kuali.rice.kew.docsearch.service.impl
Class SearchableAttributeProcessor

java.lang.Object
  extended by org.kuali.rice.kew.docsearch.service.impl.SearchableAttributeProcessor
All Implemented Interfaces:
SearchableAttributeProcessingService

public class SearchableAttributeProcessor
extends Object
implements SearchableAttributeProcessingService

Implementation of SearchableAttributeProcessingService.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
private static org.apache.log4j.Logger LOG
           
 
Constructor Summary
SearchableAttributeProcessor()
           
 
Method Summary
private  List<SearchableAttributeValue> buildSearchableAttributeValues(DocumentType docType, String documentId, String docContent, boolean useMostRecentDocType)
           
 void indexDocument(String documentId)
           
 void indexDocument(String documentId, boolean useMostRecentDocType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

private static org.apache.log4j.Logger LOG
Constructor Detail

SearchableAttributeProcessor

public SearchableAttributeProcessor()
Method Detail

indexDocument

public void indexDocument(String documentId)
Specified by:
indexDocument in interface SearchableAttributeProcessingService

indexDocument

public void indexDocument(String documentId,
                          boolean useMostRecentDocType)

buildSearchableAttributeValues

private List<SearchableAttributeValue> buildSearchableAttributeValues(DocumentType docType,
                                                                      String documentId,
                                                                      String docContent,
                                                                      boolean useMostRecentDocType)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.