Package org.kuali.rice.kew.impl.document
Class DocumentProcessingQueueImpl
java.lang.Object
org.kuali.rice.kew.impl.document.DocumentProcessingQueueImpl
- All Implemented Interfaces:
DocumentProcessingQueue,AsyncWrappable<DocumentProcessingQueue>
public class DocumentProcessingQueueImpl
extends Object
implements DocumentProcessingQueue, AsyncWrappable<DocumentProcessingQueue>
Reference implementation of the
DocumentProcessingQueue.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidprocessWithOptions(String documentId, DocumentProcessingOptions options) voidsetAsyncCapableService(AsyncCapableService asyncCapableService) voidsetDocumentAttributeIndexingQueue(DocumentAttributeIndexingQueue documentAttributeIndexingQueue) voidsetWorkflowEngineFactory(WorkflowEngineFactory workflowEngineFactory)
-
Constructor Details
-
DocumentProcessingQueueImpl
public DocumentProcessingQueueImpl()
-
-
Method Details
-
process
- Specified by:
processin interfaceDocumentProcessingQueue
-
processWithOptions
- Specified by:
processWithOptionsin interfaceDocumentProcessingQueue
-
getWorkflowEngineFactory
-
setWorkflowEngineFactory
-
getDocumentAttributeIndexingQueue
-
setDocumentAttributeIndexingQueue
public void setDocumentAttributeIndexingQueue(DocumentAttributeIndexingQueue documentAttributeIndexingQueue) -
wrap
- Specified by:
wrapin interfaceAsyncWrappable<DocumentProcessingQueue>
-
getAsyncCapableService
-
setAsyncCapableService
-