org.kuali.rice.kew.impl.document
Class DocumentProcessingQueueImpl
java.lang.Object
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:
process
in interface DocumentProcessingQueue
processWithOptions
public void processWithOptions(String documentId,
DocumentProcessingOptions options)
- Specified by:
processWithOptions
in interface DocumentProcessingQueue
getWorkflowEngineFactory
public WorkflowEngineFactory getWorkflowEngineFactory()
setWorkflowEngineFactory
public void setWorkflowEngineFactory(WorkflowEngineFactory workflowEngineFactory)
getDocumentAttributeIndexingQueue
public DocumentAttributeIndexingQueue getDocumentAttributeIndexingQueue()
setDocumentAttributeIndexingQueue
public void setDocumentAttributeIndexingQueue(DocumentAttributeIndexingQueue documentAttributeIndexingQueue)
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.