Class DocumentAttributeIndexingQueueImpl
java.lang.Object
org.kuali.rice.kew.impl.document.attribute.DocumentAttributeIndexingQueueImpl
- All Implemented Interfaces:
org.kuali.rice.kew.api.document.attribute.DocumentAttributeIndexingQueue,org.kuali.rice.ksb.api.messaging.AsyncWrappable<org.kuali.rice.kew.api.document.attribute.DocumentAttributeIndexingQueue>
public class DocumentAttributeIndexingQueueImpl
extends Object
implements org.kuali.rice.kew.api.document.attribute.DocumentAttributeIndexingQueue, org.kuali.rice.ksb.api.messaging.AsyncWrappable<org.kuali.rice.kew.api.document.attribute.DocumentAttributeIndexingQueue>
Reference implementation of the DocumentAttributeIndexingQueue.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kuali.rice.ksb.api.messaging.AsyncCapableServiceprotected org.kuali.rice.kew.api.document.WorkflowDocumentServicevoidindexDocument(String documentId) voidsetAsyncCapableService(org.kuali.rice.ksb.api.messaging.AsyncCapableService asyncCapableService) org.kuali.rice.kew.api.document.attribute.DocumentAttributeIndexingQueue
-
Constructor Details
-
DocumentAttributeIndexingQueueImpl
public DocumentAttributeIndexingQueueImpl()
-
-
Method Details
-
indexDocument
- Specified by:
indexDocumentin interfaceorg.kuali.rice.kew.api.document.attribute.DocumentAttributeIndexingQueue
-
getWorkflowDocumentService
protected org.kuali.rice.kew.api.document.WorkflowDocumentService getWorkflowDocumentService() -
wrap
public org.kuali.rice.kew.api.document.attribute.DocumentAttributeIndexingQueue wrap(QName qname, String applicationId) - Specified by:
wrapin interfaceorg.kuali.rice.ksb.api.messaging.AsyncWrappable<org.kuali.rice.kew.api.document.attribute.DocumentAttributeIndexingQueue>
-
getAsyncCapableService
public org.kuali.rice.ksb.api.messaging.AsyncCapableService getAsyncCapableService() -
setAsyncCapableService
public void setAsyncCapableService(org.kuali.rice.ksb.api.messaging.AsyncCapableService asyncCapableService)
-