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 Details

    • DocumentAttributeIndexingQueueImpl

      public DocumentAttributeIndexingQueueImpl()
  • Method Details

    • indexDocument

      public void indexDocument(String documentId)
      Specified by:
      indexDocument in interface org.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:
      wrap in interface org.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)