public class DocumentProcessingQueueImpl extends Object implements DocumentProcessingQueue
DocumentProcessingQueue
.Constructor and Description |
---|
DocumentProcessingQueueImpl() |
Modifier and Type | Method and Description |
---|---|
DocumentAttributeIndexingQueue |
getDocumentAttributeIndexingQueue() |
WorkflowEngineFactory |
getWorkflowEngineFactory() |
void |
process(String documentId) |
void |
processWithOptions(String documentId,
DocumentProcessingOptions options) |
void |
setDocumentAttributeIndexingQueue(DocumentAttributeIndexingQueue documentAttributeIndexingQueue) |
void |
setWorkflowEngineFactory(WorkflowEngineFactory workflowEngineFactory) |
public DocumentProcessingQueueImpl()
public void process(String documentId)
process
in interface DocumentProcessingQueue
public void processWithOptions(String documentId, DocumentProcessingOptions options)
processWithOptions
in interface DocumentProcessingQueue
public WorkflowEngineFactory getWorkflowEngineFactory()
public void setWorkflowEngineFactory(WorkflowEngineFactory workflowEngineFactory)
public DocumentAttributeIndexingQueue getDocumentAttributeIndexingQueue()
public void setDocumentAttributeIndexingQueue(DocumentAttributeIndexingQueue documentAttributeIndexingQueue)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.