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)
process
void process(String documentId)
throws RiceIllegalArgumentException
- Throws:
RiceIllegalArgumentException
processWithOptions
void processWithOptions(String documentId,
DocumentProcessingOptions options)
throws RiceIllegalArgumentException
- Throws:
RiceIllegalArgumentException
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.