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

    Modifier and Type
    Method
    Description
    void
    refreshDocument(String documentId)
     
  • Method Details

    • refreshDocument

      void refreshDocument(String documentId) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
      Throws:
      org.kuali.rice.core.api.exception.RiceIllegalArgumentException