org.kuali.rice.kew.docsearch.service.impl
Class SearchableAttributeProcessor
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static org.apache.log4j.Logger LOG
SearchableAttributeProcessor
public SearchableAttributeProcessor()
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.