Uses of Interface
org.kuali.rice.kew.api.document.attribute.DocumentAttributeIndexingQueue

Packages that use DocumentAttributeIndexingQueue
org.kuali.rice.kew.api Copyright 2005-2011 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kew.impl.document   
org.kuali.rice.kew.impl.document.attribute   
 

Uses of DocumentAttributeIndexingQueue in org.kuali.rice.kew.api
 

Methods in org.kuali.rice.kew.api that return DocumentAttributeIndexingQueue
static DocumentAttributeIndexingQueue KewApiServiceLocator.getDocumentAttributeIndexingQueue()
           
static DocumentAttributeIndexingQueue KewApiServiceLocator.getDocumentAttributeIndexingQueue(String applicationId)
           
 

Uses of DocumentAttributeIndexingQueue in org.kuali.rice.kew.impl.document
 

Methods in org.kuali.rice.kew.impl.document that return DocumentAttributeIndexingQueue
 DocumentAttributeIndexingQueue DocumentProcessingQueueImpl.getDocumentAttributeIndexingQueue()
           
 

Methods in org.kuali.rice.kew.impl.document with parameters of type DocumentAttributeIndexingQueue
 void DocumentProcessingQueueImpl.setDocumentAttributeIndexingQueue(DocumentAttributeIndexingQueue documentAttributeIndexingQueue)
           
 

Uses of DocumentAttributeIndexingQueue in org.kuali.rice.kew.impl.document.attribute
 

Classes in org.kuali.rice.kew.impl.document.attribute that implement DocumentAttributeIndexingQueue
 class DocumentAttributeIndexingQueueImpl
          Reference implementation of the DocumentAttributeIndexingQueue.
 



Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.