org.kuali.rice.kew.impl.document.attribute
Class DocumentAttributeIndexingQueueImpl

java.lang.Object
  extended by org.kuali.rice.kew.impl.document.attribute.DocumentAttributeIndexingQueueImpl
All Implemented Interfaces:
DocumentAttributeIndexingQueue

public class DocumentAttributeIndexingQueueImpl
extends Object
implements DocumentAttributeIndexingQueue

Reference implementation of the DocumentAttributeIndexingQueue.

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

Constructor Summary
DocumentAttributeIndexingQueueImpl()
           
 
Method Summary
protected  WorkflowDocumentService getWorkflowDocumentService()
           
 void indexDocument(String documentId)
          Perform document attribute indexing on the document with the given id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentAttributeIndexingQueueImpl

public DocumentAttributeIndexingQueueImpl()
Method Detail

indexDocument

public void indexDocument(String documentId)
Description copied from interface: DocumentAttributeIndexingQueue
Perform document attribute indexing on the document with the given id. The given document id must be valid, otherwise a RiceIllegalArgumentException will be thrown.

Specified by:
indexDocument in interface DocumentAttributeIndexingQueue
Parameters:
documentId - the id of the document to index, cannot be a null or blank value and must be an accurate identifier for an existing document

getWorkflowDocumentService

protected WorkflowDocumentService getWorkflowDocumentService()


Copyright © 2005–2015 The Kuali Foundation. All rights reserved.