Package org.kuali.rice.kew.api.document
Interface DocumentRefreshQueue
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
-
Method Details
-
refreshDocument
void refreshDocument(String documentId) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException - Throws:
org.kuali.rice.core.api.exception.RiceIllegalArgumentException
-