Package org.kuali.rice.kew.api.document
Interface DocumentProcessingQueue
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
Modifier and TypeMethodDescriptionvoidvoidprocessWithOptions(String documentId, DocumentProcessingOptions options)
-
Method Details
-
process
void process(String documentId) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException - Throws:
org.kuali.rice.core.api.exception.RiceIllegalArgumentException
-
processWithOptions
void processWithOptions(String documentId, DocumentProcessingOptions options) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException - Throws:
org.kuali.rice.core.api.exception.RiceIllegalArgumentException
-