org.kuali.rice.kew.api.document
Interface DocumentProcessingQueue

All Known Implementing Classes:
DocumentProcessingQueueImpl

public interface DocumentProcessingQueue

Defines the contract for a message queue that handles indexing of workflow documents. The indexing process is intended to look at the content associated with the workflow document and extra requested attributes for indexing alongside the document. These values can then be accessed and/or searched.

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

Method Summary
 void process(String documentId)
           
 void processWithOptions(String documentId, DocumentProcessingOptions options)
           
 

Method Detail

process

void process(String documentId)
             throws RiceIllegalArgumentException
Throws:
RiceIllegalArgumentException

processWithOptions

void processWithOptions(String documentId,
                        DocumentProcessingOptions options)
                        throws RiceIllegalArgumentException
Throws:
RiceIllegalArgumentException


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