org.kuali.rice.kew.api.document
Interface DocumentRefreshQueue

All Known Implementing Classes:
DocumentRefreshQueueImpl

public interface DocumentRefreshQueue

Defines the contract for a message queue which "refreshes" a document at it's current node. The refresh process will delete all pending action requests at the current node(s) on the document and then send the document back through at it's current node(s) so requests can be regenerated.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 void refreshDocument(String documentId)
           
 

Method Detail

refreshDocument

void refreshDocument(String documentId)
                     throws RiceIllegalArgumentException
Throws:
RiceIllegalArgumentException


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