public interface DocumentAttributeIndexingQueue
Modifier and Type | Method and Description |
---|---|
void |
indexDocument(String documentId)
Perform document attribute indexing on the document with the given id.
|
void indexDocument(String documentId) throws RiceIllegalArgumentException
RiceIllegalArgumentException
will be thrown.documentId
- the id of the document to index, cannot be a null or blank value and must be an accurate
identifier for an existing documentRiceIllegalArgumentException
- if the given document id is a null or blank value, or if it does not
resolve to a valid documentCopyright © 2005–2016 The Kuali Foundation. All rights reserved.