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