org.kuali.rice.kew.impl.document.attribute
Class DocumentAttributeIndexingQueueImpl
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentAttributeIndexingQueueImpl
public DocumentAttributeIndexingQueueImpl()
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-2012 The Kuali Foundation. All Rights Reserved.