public class DocumentAttributeIndexingQueueImpl extends Object implements DocumentAttributeIndexingQueue
| Constructor and Description |
|---|
DocumentAttributeIndexingQueueImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowDocumentService |
getWorkflowDocumentService() |
void |
indexDocument(String documentId)
Perform document attribute indexing on the document with the given id.
|
public DocumentAttributeIndexingQueueImpl()
public void indexDocument(String documentId)
DocumentAttributeIndexingQueueRiceIllegalArgumentException will be thrown.indexDocument in interface DocumentAttributeIndexingQueuedocumentId - the id of the document to index, cannot be a null or blank value and must be an accurate
identifier for an existing documentprotected WorkflowDocumentService getWorkflowDocumentService()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.