org.kuali.rice.kew.impl.document
Class DocumentProcessingQueueImpl

java.lang.Object
  extended by 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)

Constructor Summary
DocumentProcessingQueueImpl()
           
 
Method Summary
 DocumentAttributeIndexingQueue getDocumentAttributeIndexingQueue()
           
 WorkflowEngineFactory getWorkflowEngineFactory()
           
 void process(String documentId)
           
 void processWithOptions(String documentId, DocumentProcessingOptions options)
           
 void setDocumentAttributeIndexingQueue(DocumentAttributeIndexingQueue documentAttributeIndexingQueue)
           
 void setWorkflowEngineFactory(WorkflowEngineFactory workflowEngineFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentProcessingQueueImpl

public DocumentProcessingQueueImpl()
Method Detail

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-2014 The Kuali Foundation. All Rights Reserved.