org.kuali.rice.kew.impl.document
Class DocumentProcessingQueueImpl
java.lang.Object
   org.kuali.rice.kew.impl.document.DocumentProcessingQueueImpl
org.kuali.rice.kew.impl.document.DocumentProcessingQueueImpl
- All Implemented Interfaces: 
- DocumentProcessingQueue
- public class DocumentProcessingQueueImpl 
- extends Object- implements DocumentProcessingQueue
Reference implementation of the DocumentProcessingQueue.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DocumentProcessingQueueImpl
public DocumentProcessingQueueImpl()
process
public void process(String documentId)
- 
- Specified by:
- processin interface- DocumentProcessingQueue
 
- 
 
processWithOptions
public void processWithOptions(String documentId,
                               DocumentProcessingOptions options)
- 
- Specified by:
- processWithOptionsin interface- DocumentProcessingQueue
 
- 
 
getWorkflowEngineFactory
public WorkflowEngineFactory getWorkflowEngineFactory()
- 
 
- 
 
setWorkflowEngineFactory
public void setWorkflowEngineFactory(WorkflowEngineFactory workflowEngineFactory)
- 
 
- 
 
getDocumentAttributeIndexingQueue
public DocumentAttributeIndexingQueue getDocumentAttributeIndexingQueue()
- 
 
- 
 
setDocumentAttributeIndexingQueue
public void setDocumentAttributeIndexingQueue(DocumentAttributeIndexingQueue documentAttributeIndexingQueue)
- 
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.