Interface RolePokerQueue


public interface RolePokerQueue
Defines the contract of a message queue for "poking" a role for a specified document. When a role is "poked" it will attempt to re-resolve the members of a role and update action requests as appropriate.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Details

    • reResolveRole

      void reResolveRole(String documentId, String roleName) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
      Throws:
      org.kuali.rice.core.api.exception.RiceIllegalArgumentException
    • reResolveQualifiedRole

      void reResolveQualifiedRole(String documentId, String roleName, String qualifiedRoleNameLabel) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
      Throws:
      org.kuali.rice.core.api.exception.RiceIllegalArgumentException