org.kuali.rice.kew.impl.document
Class DocumentRefreshQueueImpl
java.lang.Object
org.kuali.rice.kew.impl.document.DocumentRefreshQueueImpl
- All Implemented Interfaces:
- DocumentRefreshQueue
public class DocumentRefreshQueueImpl
- extends Object
- implements DocumentRefreshQueue
A service which effectively "refreshes" and requeues a document. It first deletes any
pending action requests on the documents and then requeues the document for standard routing.
Addionally, it adds duplicate notification suppression state to RouteNodeInstanceS for
which ActionRequestS will be regenerated.
Intended to be called async and wired that way in server/client spring beans.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Method Summary |
void |
refreshDocument(String documentId)
Requeues a document, and sets notification suppression data |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentRefreshQueueImpl
public DocumentRefreshQueueImpl()
refreshDocument
public void refreshDocument(String documentId)
- Requeues a document, and sets notification suppression data
- Specified by:
refreshDocument
in interface DocumentRefreshQueue
- See Also:
DocumentRefreshQueue.refreshDocument(java.lang.String)
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.